PT-2026-61120 · Linux+1 · Linux Kernel+1
CVE-2026-63804
·
Published
2026-07-19
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the GFS2 file system within the
gfs2 qd dealloc() function. This function is executed as an RCU (Read-Copy-Update) callback—a mechanism used to synchronize access to data—and accesses the superblock object sdp via qd->qd sbd after the quota object qd has been freed. During the unmount process, if the timeout for sd kill wait expires or if gfs2 gl hash clear() schedules additional callbacks, the gfs2 put super() function may free the superblock before the pending RCU callbacks have finished executing.Recommendations
As a temporary mitigation, restrict the use of GFS2 quota features until the system is updated.
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu