CVE-2026-43183
Awaiting Analysis Awaiting Analysis - Queue
Resource Leak in Linux Kernel cx25821 Driver

Publication date: 2026-05-06

Last updated on: 2026-05-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: cx25821: Fix a resource leak in cx25821_dev_setup() Add release_mem_region() if ioremap() fails to release the memory region obtained by cx25821_get_resources().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a resource leak in the Linux kernel's media driver for cx25821 devices. Specifically, the function cx25821_dev_setup() did not properly release a memory region if the ioremap() call failed. The fix involves adding a call to release_mem_region() to ensure that the memory region obtained by cx25821_get_resources() is released when ioremap() fails.


How can this vulnerability impact me? :

A resource leak in the kernel can lead to inefficient use of system resources, potentially causing system instability or degraded performance over time. If memory regions are not properly released, it could eventually exhaust available resources, affecting the reliability of the system.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart