Impact
The flaw is a NULL pointer dereference in the tracing subsystem of the Linux kernel. When mmio_pipe_open fails to locate a PCI device, the hiter->dev pointer is set to NULL, yet the mmiotrace read() still dereferences it. This can crash the kernel, causing a panic and resulting in a denial of service. The weakness is a classic null dereference (CWE‑476).
Affected Systems
The vulnerability affects the Linux kernel for all vendors labeled under Linux:Linux. Specific kernel versions are not enumerated in the advisory, so any system running a kernel build that has not yet incorporated the upstream patch remains vulnerable.
Risk and Exploitability
The EPSS score is not available and the vulnerability is not listed in CISA KEV, indicating no confirmed exploit in the wild at the time of publishing. Nevertheless, the flaw resides in kernel code; an attacker with local access could trigger a crash, potentially escalating privileges if other kernel vulnerabilities exist (the local access requirement is inferred). The lack of a public exploit does not diminish the need for patching, as the crash allows service interruption.
OpenCVE Enrichment