Description
In the Linux kernel, the following vulnerability has been resolved:

media: cx23885: add ioremap return check and cleanup

Add a check for the return value of pci_ioremap_bar()
in cx23885_dev_setup().
If ioremap for BAR0 fails, release the already allocated
PCI memory region,
decrement the device count, and return -ENODEV.

This prevents a potential null pointer dereference and
ensures proper cleanup
on memory mapping failure.
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

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.

Generated by OpenCVE AI on August 13, 2026 at 07:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a release that includes the commit adding the ioremap return check (e.g., any kernel following commit 83540d86d717735b52a43e4ba1b784da5cc2310a).
  • If a kernel upgrade is not yet available, prevent the cx23885 driver from loading by adding "blacklist cx23885" to /etc/modprobe.d/blacklist.conf or unloading it with modprobe -r cx23885.
  • Restrict access to the PCI device and the driver by ensuring only privileged users can install or enable the cx23885 hardware, and monitor kernel logs for any PCI mapping errors.

Generated by OpenCVE AI on August 13, 2026 at 07:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 10 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-476

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: media: cx23885: add ioremap return check and cleanup Add a check for the return value of pci_ioremap_bar() in cx23885_dev_setup(). If ioremap for BAR0 fails, release the already allocated PCI memory region, decrement the device count, and return -ENODEV. This prevents a potential null pointer dereference and ensures proper cleanup on memory mapping failure.
Title media: cx23885: add ioremap return check and cleanup
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:31:56.630Z

Reserved: 2026-07-30T09:28:09.376Z

Link: CVE-2026-68226

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:10.793

Modified: 2026-08-19T17:20:38.407

Link: CVE-2026-68226

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68226 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T07:30:06Z

Weaknesses