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 a CWE‑825 condition of incorrect handling of freed resources, and while it does not directly provide an attack vector for arbitrary code execution, it can destabilize the entire 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 5.5 indicates moderate 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