Impact
The vulnerability in the Linux kernel verifier logs is a "CWE-117": Improper Logging or Privacy Violation issue, arising because several pseudo pointer types are not masked, causing container-friendly pointer values to be printed to log output. When an attacker can read those logs, kernel memory addresses may be exposed, potentially aiding subsequent attacks that rely on knowledge of kernel address space layout. No evidence indicates that the flaw directly results in remote code execution or denial of service. The primary consequence is the leakage of sensitive kernel internals. The likely attack vector is local: an actor with access to kernel logs or the ability to trigger BPF verifier log output can exploit the information disclosure.
Affected Systems
Linux kernel installations are affected, as the flaw is present in the generic kernel source. The issue exists in all releases before the patch that expands the pointer masking logic to include BPF_PSEUDO_MAP_IDX, BPF_PSEUDO_MAP_IDX_VALUE, and BPF_PSEUDO_BTF_ID. No specific vendor or version boundaries are provided.
Risk and Exploitability
The CVSS score of 5.5 indicates moderate severity. The vulnerability permits leakage of kernel pointers via logs, compromising confidentiality. With an EPSS score of <1% and not listed in CISA KEV, the likelihood of current exploitation is low. Access to kernel logs is typically local, so the attack requires local privilege or the ability to read logs. An attacker could use the disclosed address information to subvert kernel mitigations or orchestrate more complex attacks.
OpenCVE Enrichment