AUGUST 22, 2026
Live Feed
Back to database
Case File

CVE-2026-68226

UNKNOWN · CVSS N/A EPSS 0.22%

Source: NVD + CISA KEV + EPSS · Published 2026-08-10 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's cx23885 driver, specifically in the handling of memory mapping for PCI devices. If the ioremap function fails, the lack of a proper return check could lead to a null pointer dereference, potentially causing system instability. Organizations using Linux systems with the cx23885 driver should prioritize this fix to ensure robust error handling and maintain system reliability.

CVE
CVE-2026-68226
Severity
UNKNOWN
CVSS
N/A
EPSS
0.22%
Linux

Original NVD 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.