CVE-2026-43218
Awaiting Analysis Awaiting Analysis - Queue
Memory Leak in Linux Kernel Media Subsystem

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: i2c/tw9903: Fix potential memory leak in tw9903_probe() In one of the error paths in tw9903_probe(), the memory allocated in v4l2_ctrl_handler_init() and v4l2_ctrl_new_std() is not freed. Fix that by calling v4l2_ctrl_handler_free() on the handler in that error path.
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 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?

To mitigate this vulnerability, update the Linux kernel to a version where the tw9903_probe() memory leak issue has been fixed. This involves applying the patch that ensures v4l2_ctrl_handler_free() is called in the error path to prevent memory leaks.


Can you explain this vulnerability to me?

This vulnerability is a potential memory leak in the Linux kernel's media subsystem, specifically in the i2c/tw9903 driver. During the execution of the tw9903_probe() function, if an error occurs, the memory allocated by v4l2_ctrl_handler_init() and v4l2_ctrl_new_std() is not properly freed. This issue is fixed by ensuring that v4l2_ctrl_handler_free() is called on the handler in the error path to release the allocated memory.


How can this vulnerability impact me? :

The impact of this vulnerability is a potential memory leak in the Linux kernel when using the tw9903 driver. Over time, if the error path is triggered repeatedly, it could lead to increased memory usage and possibly degrade system performance or stability. However, there is no indication of direct security compromise such as code execution or privilege escalation.


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