NONE · 0

CVE-2026-68226

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()....

Vulnerability 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.

References

FAQ

What is CVE-2026-68226?

CVE-2026-68226 is a documented vulnerability. 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()....

How severe is CVE-2026-68226?

CVSS scoring is not yet available for CVE-2026-68226. Check NVD for updates.

Is there a patch for CVE-2026-68226?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.