
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-31454 is a use-after-free vulnerability in the Linux kernel's XFS filesystem subsystem, specifically in the xfs_inode_item_push() and xfs_qm_dquot_logitem_push() functions. When the AIL (Active Item List) lock is dropped to perform buffer IO, log items may be freed by background reclaim or the dquot shrinker before a subsequent spin_lock() call dereferences lip->li_ailp, resulting in a use-after-free condition. The vulnerability was published on April 22, 2026, and affects Linux kernel versions from 5.9 through multiple stable branches up to 7.0-rc5. It carries a CVSS v3.1 base score of 7.8 (High) (GitHub Advisory, Red Hat).
The root cause is classified as CWE-416 (Use After Free) and CWE-413 (Improper Resource Locking). In xfs_inode_item_push() and xfs_qm_dquot_logitem_push(), the AIL lock is released to allow buffer IO operations; during this window, the cluster buffer no longer protects the associated log item from reclaim by background processes or the dquot shrinker. When the code subsequently attempts to acquire spin_lock() using lip->li_ailp, the log item may have already been freed, causing a use-after-free memory access. The fix saves the ailp pointer to a local variable while the AIL lock is still held and the log item is guaranteed valid, eliminating the race condition (GitHub Advisory, Red Hat Bugzilla).
Successful exploitation of this vulnerability can lead to kernel memory corruption, potentially resulting in a system crash (denial of service) or local privilege escalation. An attacker or malicious process with low-privileged local access on a system running an XFS filesystem could trigger the vulnerable code path during buffer IO operations to corrupt kernel memory structures. The confidentiality, integrity, and availability impacts are all rated High, reflecting the potential for full kernel compromise on affected systems (GitHub Advisory, Red Hat).
There is no public proof-of-concept exploit available and no evidence of in-the-wild exploitation at this time. The vulnerability requires local access with low privileges (e.g., a standard user account) on a system using the XFS filesystem. The EPSS score is approximately 0.024%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog (GitHub Advisory, Red Hat).
Update the Linux kernel to a patched version. Fixed versions include: 5.10.253, 5.15.203, 6.1.168, 6.6.131, 6.12.80, 6.18.21, 6.19.11, and 7.0 (stable). Multiple stable-branch patches have been committed to the kernel git repository. Organizations should prioritize patching systems running XFS filesystems and review kernel update procedures before deployment. Amazon Linux 2023 users can refer to ALAS2023-2026-1646 and ALAS2023-2026-1681 for distribution-specific updates (GitHub Advisory, Amazon Linux ALAS).
Fix availability across major Linux distributions and their releases.
bionic
linux
bionic (esm-infra)
linux
bionic (fips-updates)
linux-fips
bionic (fips)
linux-fips
devel
linux
focal
linux
focal (esm-infra)
linux-hwe-5.15: 5.15.0-186.196~20.04.1
focal (fips-updates)
linux-fips
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."