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 not provided, yet CWE‑416 flaws are generally considered high‑severity. The EPSS score is not available, 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