Impact
In the Linux kernel, a concurrency flaw in the netfs subsystem was discovered: list pointers and flags are accessed without proper memory barriers, allowing a race condition that can corrupt kernel data structures. If an attacker triggers the race while performing read or write operations on a netfs stream, the corrupted data could lead to arbitrary execution of code with kernel privileges.
Affected Systems
All Linux kernel installations that include the netfs filesystem are potentially vulnerable. The affected code resides in the netfs implementation of the kernel, and without a specific version range listed, any kernel revision that contains the legacy netfs implementation that does not apply the new barrier functions may be exposed.
Risk and Exploitability
The CVSS score of 9.8 denotes a high severity risk of remote code execution. The EPSS score of <1 % suggests a low exploitation probability in the current environment, and the vulnerability is not included in CISA’s KEV catalog. Based on the description, the likely attack vector is a race condition that can be triggered by concurrent access to netfs streams, inferred from the missing barrier discussion.
OpenCVE Enrichment
Ubuntu USN