Description
In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in qd_put Commit a475c5dd16e5 ("gfs2: Free quota data objects synchronously") started freeing quota data objects during filesystem shutdown instead of putting them back onto the LRU list, but it failed to remove these objects from the LRU list, causing LRU list corruption. This caused use-after-free when the shrinker (gfs2_qd_shrink_scan) tried to access already-freed objects on the LRU list. Fix this by removing qd objects from the LRU list before freeing them in qd_put(). Initial fix from Deepanshu Kartikey <[email protected]>.
References (4)
Core 4
Core References
Scores
CVSS v3
7.8
EPSS
0.0016
EPSS Percentile
5.4%
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 (14)
linux/Kernel
6.13.0 - 6.18.14linux
linux/Kernel
6.19.0 - 6.19.4linux
linux/Kernel
6.6.0 - 6.12.75linux
Linux/Linux
< 6.6
Linux/Linux
6.12.75 - 6.12.*
Linux/Linux
6.18.14 - 6.18.*
Linux/Linux
6.19.4 - 6.19.*
Linux/Linux
6.6
Linux/Linux
7.0
Linux/Linux
a475c5dd16e57c570113eccba51955b5df8bb052 - 1d47922b98046b8070a77347fb883a6523792803
... and 4 more
Published
May 27, 2026
Tracked Since
May 27, 2026