Impact
A use‑after‑free bug in the GFS2 filesystem occurs when an RCU callback accesses a freed superblock during unmount or quota cleanup. The flaw allows the kernel to read or modify memory that has been released, potentially corrupting data structures or triggering a crash. The vulnerability represents both a use‑after‑free issue (CWE‑416) and improper handling of freed memory (CWE‑825), which can destabilize the kernel environment.
Affected Systems
All Linux kernel implementations that include the GFS2 file‑system module are affected. No specific vendor or version list is provided, so any kernel build containing this module before the patch is vulnerable.
Risk and Exploitability
The CVSS score of 7.8 indicates high severity. The EPSS score of less than 1% suggests that exploitation is unlikely at present, and the vulnerability is not listed in CISA's KEV catalog. An attacker would need local or elevated privileges to trigger the unmount or quota cleanup that drives the bug, but this privilege requirement is inferred from the description rather than explicitly stated.
OpenCVE Enrichment