CVE-2026-31453
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-31453 is a use-after-free vulnerability in the Linux kernel's XFS filesystem subsystem, specifically in the Active Item List (AIL) log item push path. After xfsaild_push_item() calls iop_push(), the AIL lock may be dropped, allowing background inode reclaim or the dquot shrinker to free the log item; tracepoints in the subsequent switch statement then dereference the now-freed pointer. The vulnerability affects Linux kernel versions from 5.9 up to (but not including) 6.1.168, 6.2–6.6.131, 6.7–6.12.80, 6.13–6.18.21, 6.19–6.19.11, and release candidates for 7.0 (rc1–rc5). It was disclosed on April 22, 2026, and carries a CVSS v3.1 base score of 7.8 (High) (GitHub Advisory, Red Hat).

Technical details

The root cause is an expired pointer dereference (CWE-825) combined with a potential null pointer dereference (CWE-476) in the XFS AIL push path. When xfsaild_push_item() invokes iop_push(), the AIL lock (ailp->ail_lock) can be released during the push operation; concurrently, background inode reclaim or the dquot shrinker may free the log item. Upon return from iop_push(), tracepoints in the enclosing switch statement dereference the log item pointer without verifying its validity, creating a use-after-free condition. The attack vector is local (requiring low-privileged access to trigger XFS I/O and memory pressure), with low attack complexity (GitHub Advisory, Red Hat).

Impact

Successful exploitation can result in kernel crashes (kernel panic), memory corruption, or potential local privilege escalation, as the freed memory region may be reallocated and overwritten by an attacker-controlled object. Confidentiality, integrity, and availability are all rated High, meaning an attacker could read sensitive kernel memory, corrupt filesystem or kernel data structures, or cause a denial of service. Systems running XFS filesystems under memory pressure are particularly at risk (GitHub Advisory, Red Hat).

Exploitability

There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (GitHub Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.024% (0.000240), indicating a very low probability of exploitation in the near term. Exploitation requires local access and the ability to trigger concurrent memory pressure (e.g., inode reclaim or dquot shrinking) alongside XFS AIL push operations (Red Hat).

Indicators of compromise

  • Logs: Kernel logs (dmesg, /var/log/kern.log) showing XFS-related use-after-free warnings, general protection faults (GPF), or kernel BUG/OOPS traces referencing xfsaild or xfs_ail_push.
  • Logs: Kernel panic messages or stack traces involving xfsaild_push_item, iop_push, or XFS tracepoint functions.
  • Process: Unexpected crashes or restarts of processes relying on XFS-mounted filesystems; elevated frequency of kernel oops events on XFS-heavy workloads.
  • File System: Filesystem corruption or journal errors on XFS volumes following unexpected kernel crashes.

Mitigation and workarounds

Apply the upstream kernel patches that fix this vulnerability by capturing the log item type, flags, and LSN before calling xfsaild_push_item() and using a new xfs_ail_push_class trace event class that operates on pre-captured values rather than the log item pointer. Fixed versions include Linux kernel 6.1.168, 6.6.131, 6.12.80, 6.18.21, 6.19.11, and 7.0 (stable). Distribution-specific updates are available from Red Hat, SUSE (SUSE-SU-202621834-1), and Amazon Linux 2023 (ALAS2023-2026-1646, ALAS2023-2026-1681, ALAS2023-2026-1746). As a temporary workaround where patching is not immediately possible, monitor kernel logs for XFS-related errors and consider reducing memory pressure on systems with XFS filesystems (GitHub Advisory, Red Hat, SUSE Advisory).

Community reactions

Red Hat has acknowledged the vulnerability and assigned it a CVSS v3.1 score of 7.8 (High), publishing a security advisory and tracking it via Bugzilla (Red Hat, Red Hat Bugzilla). SUSE and Amazon Linux have also issued security updates addressing this CVE. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vulnerability tracking.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-74730CRITICAL9.8
  • Linux Kernel logoLinux Kernel
  • linux
NoYesAug 22, 2026
CVE-2026-74733HIGH7.8
  • Linux Kernel logoLinux Kernel
  • kernel-64k-debug-devel-matched
NoYesAug 22, 2026
CVE-2026-74726HIGH7.3
  • Linux Kernel logoLinux Kernel
  • kernel
NoYesAug 22, 2026
CVE-2026-74732MEDIUM5.5
  • Linux Kernel logoLinux Kernel
  • kernel-selftests-internal
NoYesAug 22, 2026
CVE-2026-74728NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-debug-modules-core
NoNoAug 22, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management