
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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).
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.xfsaild_push_item, iop_push, or XFS tracepoint functions.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).
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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."