Impact
The vulnerability is a race condition between reads and writes to the 'memcg_path' and 'path' files in the DAMON sysfs interface. A write operation deallocates the buffer that holds the path while a separate read may access the freed memory, resulting in a use‑after‑free. This can lead to kernel memory corruption but does not provide an immediate code execution path.
Affected Systems
The flaw exists in the Linux kernel for all releases for which the patch has not yet been applied. No specific kernel versions are listed as affected; the vulnerability is identified generally across the Linux platform.
Risk and Exploitability
The CVSS score is 7.0, indicating high severity, and the EPSS score is < 1%, which suggests a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the attack requires a local user with the ability to read and write the /sys/kernel/damon/memcg_path file, typically meaning root or a user with elevated rights. The race condition makes the issue exploitable when reads and writes are performed via separate open file descriptors, which is a common usage pattern. If a successful attempt is made, it could lead to kernel memory corruption, potentially disrupting system operation or compromising system integrity.
OpenCVE Enrichment