Bug 2513467 (CVE-2026-68226) - CVE-2026-68226 kernel: media: cx23885: add ioremap return check and cleanup
Summary: CVE-2026-68226 kernel: media: cx23885: add ioremap return check and cleanup
Keywords:
Status: NEW
Alias: CVE-2026-68226
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 12:39 UTC by OSIDB Bzimport
Modified: 2026-08-11 10:39 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 12:39:01 UTC
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.

Comment 1 Mauro Matteo Cascella 2026-08-11 10:36:16 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2026081016-CVE-2026-68226-961f@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.