Impact
The Linux kernel’s ring‑buffer subsystem can dereference an uninitialized pointer when a failure occurs during reader page validation. The head_page pointer is not set at the beginning of rb_meta_validate_events() and is later dereferenced in a loop after a jump to an error handling label, potentially causing a kernel crash or a denial of service. This flaw is a classic example of a null or uninitialized pointer dereference that can destabilize the system.
Affected Systems
Any system running a Linux kernel that contains the ring‑buffer code compiled without the recent fix. No specific kernel releases are listed, so the vulnerability may exist in a wide range of versions until the patch is applied. Linux distributions that ship the kernel version affected by this change are at risk.
Risk and Exploitability
The EPSS score is less than 1%, and the vulnerability is not listed in the CISA KEV catalog, indicating no confirmed exploitation in the wild. The CVSS score is 5.5, indicating moderate severity. Nonetheless, the flaw can be exploited by locally running code that triggers the failing reader page validation, leading to kernel panic. Given the lack of a public exploit and the severity of a kernel crash, the risk remains moderate for affected systems but the likelihood of widespread exploitation is considered low pending discovery of a remote exploit vector.
OpenCVE Enrichment