CVE-2026-31454
HIGHxfs: save ailp before dropping the AIL lock in push callbacks
Title source: cnaDescription
In the Linux kernel, the following vulnerability has been resolved: xfs: save ailp before dropping the AIL lock in push callbacks In xfs_inode_item_push() and xfs_qm_dquot_logitem_push(), the AIL lock is dropped to perform buffer IO. Once the cluster buffer no longer protects the log item from reclaim, the log item may be freed by background reclaim or the dquot shrinker. The subsequent spin_lock() call dereferences lip->li_ailp, which is a use-after-free. Fix this by saving the ailp pointer in a local variable while the AIL lock is held and the log item is guaranteed to be valid.
References (8)
Core 8
Core References
Scores
CVSS v3
7.8
EPSS
0.0001
EPSS Percentile
3.6%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Details
CWE
CWE-416
Status
published
Products (20)
Linux/Linux
< 5.9
Linux/Linux
5.10.253 - 5.10.*
Linux/Linux
5.15.203 - 5.15.*
Linux/Linux
5.9
Linux/Linux
6.1.168 - 6.1.*
Linux/Linux
6.12.80 - 6.12.*
Linux/Linux
6.18.21 - 6.18.*
Linux/Linux
6.19.11 - 6.19.*
Linux/Linux
6.6.131 - 6.6.*
Linux/Linux
7.0
... and 10 more
Published
Apr 22, 2026
Tracked Since
Apr 22, 2026