CVE-2026-46235
Analyzed
Analyzed - Analysis Complete
saa7164 Kernel Memory Mapping Failure Handling
Publication date: 2026-05-28
Last updated on: 2026-06-10
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
media: saa7164: add ioremap return checks and cleanups
Add checks for ioremap return values in saa7164_dev_setup(). If
ioremap for BAR0 or BAR2 fails, release the already allocated PCI
memory regions, remove the device from the global list, decrement
the device count, and return -ENODEV.
This prevents potential null pointer dereferences and ensures proper
cleanup on memory mapping failures.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.2 (inc) to 6.6.140 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.18.32 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.90 (exc) |
| linux | linux_kernel | From 6.19 (inc) to 7.0.9 (exc) |
| linux | linux_kernel | From 2.6.32 (inc) to 6.1.175 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |