Impact
A bug in the Linux kernel’s eventfs subsystem causes a use‑after‑free. The recursive removal of child entries in eventfs_remove_rec() can free an event data instance while a subsequent list traversal still accesses it. This flaw could allow an attacker to manipulate the eventfs filesystem and trigger a crash or arbitrary code execution within the kernel. The weakness is categorized as CWE‑416.
Affected Systems
The vulnerability affects systems running the Linux kernel when the eventfs filesystem is enabled. No specific kernel versions are listed, but the patch is included in all kernel releases after the commit that introduces the safe list traversal guard.
Risk and Exploitability
The CVSS score is 7.8, indicating high severity. The EPSS score is < 1%, suggesting a low likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The likely exploitation path requires local privileged access or the ability to create and manipulate eventfs entries. Once triggered, the kernel may crash or execute arbitrary code, compromising system confidentiality, integrity, and availability.
OpenCVE Enrichment
Debian DSA