CVE-2026-68226
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/08/2026
Last modified:
19/08/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: cx23885: add ioremap return check and cleanup<br />
<br />
Add a check for the return value of pci_ioremap_bar()<br />
in cx23885_dev_setup().<br />
If ioremap for BAR0 fails, release the already allocated<br />
PCI memory region,<br />
decrement the device count, and return -ENODEV.<br />
<br />
This prevents a potential null pointer dereference and<br />
ensures proper cleanup<br />
on memory mapping failure.
Impact
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/6a7636e3d5204fb18fdf1c3f909a3d9d9e24064c
- https://git.kernel.org/stable/c/83540d86d717735b52a43e4ba1b784da5cc2310a
- https://git.kernel.org/stable/c/8fbdca4c99f68734e9b6c030973fb61a11bede15
- https://git.kernel.org/stable/c/9052fec0bb84eace81ac7bad071266052870cdf3
- https://git.kernel.org/stable/c/a0701e387b46e2481c05b47f1235b954bfc2af3e
- https://git.kernel.org/stable/c/c68c4ce72feb6fcccc843eb3baa7af60189ed567
- https://git.kernel.org/stable/c/f58f4b571bd75c78bbf15441086ba0c2830c1aa5
- https://git.kernel.org/stable/c/ff3c670a1de3a714f5644e37b9446fe7c3299fd3


