CVE-2026-31453

In the Linux kernel, the following vulnerability has been resolved: xfs: avoid dereferencing log items after push callbacks After xfsaild_push_item() calls iop_push(), the log item may have been freed if the AIL lock was dropped during the push. Background inode reclaim or the dquot shrinker can free the log item while the AIL lock is not held, and the tracepoints in the switch statement dereference the log item after iop_push() returns. Fix this by capturing the log item type, flags, and LSN before calling xfsaild_push_item(), and introducing a new xfs_ail_push_class trace event class that takes these pre-captured values and the ailp pointer instead of the log item pointer.
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: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:*:*:*:*:*:*

History

06 May 2026, 19:17

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/451c6329d9afa45862c36fe6677eb7750db60617 - () https://git.kernel.org/stable/c/451c6329d9afa45862c36fe6677eb7750db60617 - Patch
References () https://git.kernel.org/stable/c/7121b22b0bac89394cc4c6a54b5aebc15347bdf5 - () https://git.kernel.org/stable/c/7121b22b0bac89394cc4c6a54b5aebc15347bdf5 - Patch
References () https://git.kernel.org/stable/c/79ef34ec0554ec04bdbafafbc9836423734e1bd6 - () https://git.kernel.org/stable/c/79ef34ec0554ec04bdbafafbc9836423734e1bd6 - Patch
References () https://git.kernel.org/stable/c/95fb5d643cc70959baa54cd17f52f80ffc3295e7 - () https://git.kernel.org/stable/c/95fb5d643cc70959baa54cd17f52f80ffc3295e7 - Patch
References () https://git.kernel.org/stable/c/c4d603e8e58a3bf35480135ccca2b4f7238abda5 - () https://git.kernel.org/stable/c/c4d603e8e58a3bf35480135ccca2b4f7238abda5 - Patch
References () https://git.kernel.org/stable/c/c8a2ab339b88d10fc34a3318c92f07d8a467019d - () https://git.kernel.org/stable/c/c8a2ab339b88d10fc34a3318c92f07d8a467019d - Patch
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:*:*:*:*:*:*
CWE CWE-476
First Time Linux
Linux linux Kernel

27 Apr 2026, 14:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8

22 Apr 2026, 14:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-22 14:16

Updated : 2026-05-06 19:17


NVD link : CVE-2026-31453

Mitre link : CVE-2026-31453

CVE.ORG link : CVE-2026-31453


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference