CVE-2026-31455

In the Linux kernel, the following vulnerability has been resolved: xfs: stop reclaim before pushing AIL during unmount The unmount sequence in xfs_unmount_flush_inodes() pushed the AIL while background reclaim and inodegc are still running. This is broken independently of any use-after-free issues - background reclaim and inodegc should not be running while the AIL is being pushed during unmount, as inodegc can dirty and insert inodes into the AIL during the flush, and background reclaim can race to abort and free dirty inodes. Reorder xfs_unmount_flush_inodes() to stop inodegc and cancel background reclaim before pushing the AIL. Stop inodegc before cancelling m_reclaim_work because the inodegc worker can re-queue m_reclaim_work via xfs_inodegc_set_reclaimable.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*

History

05 Jun 2026, 17:47

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:5.9:-:*:*:*:*:*:*

05 Jun 2026, 17:41

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:5.9:-:*:*:*:*:*:*

05 May 2026, 21:11

Type Values Removed Values Added
CWE CWE-416
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
CPE cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/239d734c00644072862fa833805c4471573b1445 - () https://git.kernel.org/stable/c/239d734c00644072862fa833805c4471573b1445 - Patch
References () https://git.kernel.org/stable/c/4f24a767e3d64a5f58c595b5c29b6063a201f1e3 - () https://git.kernel.org/stable/c/4f24a767e3d64a5f58c595b5c29b6063a201f1e3 - Patch
References () https://git.kernel.org/stable/c/558e3275d8a3b101be18a7fe7d1634053e9d9b07 - () https://git.kernel.org/stable/c/558e3275d8a3b101be18a7fe7d1634053e9d9b07 - Patch
References () https://git.kernel.org/stable/c/8147e304d7d32fd5c3e943babc296ce2873dc279 - () https://git.kernel.org/stable/c/8147e304d7d32fd5c3e943babc296ce2873dc279 - Patch
References () https://git.kernel.org/stable/c/a89434a6188d8430ea31120da96e3e4cefb58686 - () https://git.kernel.org/stable/c/a89434a6188d8430ea31120da96e3e4cefb58686 - Patch
References () https://git.kernel.org/stable/c/bda27fc0b4eb3a425d9a18475c4cb94fbe862c60 - () https://git.kernel.org/stable/c/bda27fc0b4eb3a425d9a18475c4cb94fbe862c60 - Patch
References () https://git.kernel.org/stable/c/d38135af04a3ad8a585c899d176efc8e97853115 - () https://git.kernel.org/stable/c/d38135af04a3ad8a585c899d176efc8e97853115 - Patch
References () https://git.kernel.org/stable/c/e6cc490048f78b009259a5f032acead9f789c34c - () https://git.kernel.org/stable/c/e6cc490048f78b009259a5f032acead9f789c34c - Patch
First Time Linux
Linux linux Kernel

22 Apr 2026, 14:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-22 14:16

Updated : 2026-06-05 17:47


NVD link : CVE-2026-31455

Mitre link : CVE-2026-31455

CVE.ORG link : CVE-2026-31455


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-416

Use After Free