Impact
A race condition occurs in the Linux kernel debug objects subsystem when an out‑of-memory event disables the debug objects feature while a timer callback is still in flight. In this scenario the callback runs unconditionally against a pointer that has been cleared, causing a kernel crash. The crash manifests only when debug objects are enabled and a concurrent OOM occurs; if triggered it can stop the system from responding, leading to a denial of service.
Affected Systems
All Linux kernel implementations that have not incorporated the commit that guards against this race. The CVE provides no explicit version list, so any kernel version before the patch is potentially affected.
Risk and Exploitability
The EPSS score is < 1% and the CVSS score of 5.5 indicates medium severity. Exploitation requires an internal race condition that occurs during a concurrent out‑of-memory event while debug objects are enabled; thus it is a local or privileged scenario with a narrow attack window. No public exploits have been reported, but because a kernel crash can be triggered, the impact is high. Given the complexity of reproducing the race, the overall risk is regarded as moderate.
OpenCVE Enrichment