Impact
The Linux kernel’s media driver for the cx23885 device performed a PCI I/O memory mapping without checking the return value of pci_ioremap_bar(). If this mapping failed, the driver would later dereference a null pointer, triggering a kernel panic. This flaw is a classic CWE‑476 null pointer dereference that can cause a local denial‑of‑service by crashing the system.
Affected Systems
All Linux kernel releases that include the unpatched cx23885 media driver are vulnerable. The vulnerability does not specify a particular kernel version range, so any kernel containing the legacy driver before the commit that added the ioremap return check is affected.
Risk and Exploitability
The vulnerability carries a CVSS score of 5.5, indicating moderate severity, and an EPSS score of less than 1%, reflecting a very low likelihood of exploitation. It is not listed in the CISA KEV catalog. Exploitation requires the presence of a cx23885 PCI device and the kernel attempting to load and initialize the driver; thus the attack vector is likely local, potentially via a malicious or faulty device inserted into the system.
OpenCVE Enrichment
Debian DLA