CVE-2026-43207
Awaiting Analysis Awaiting Analysis - Queue
Resource Leak in Linux Kernel Media 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: mtk-mdp: Fix error handling in probe function Add mtk_mdp_unregister_m2m_device() on the error handling path to prevent resource leak. Add check for the return value of vpu_get_plat_device() to prevent null pointer dereference. And vpu_get_plat_device() increases the reference count of the returned platform device. Add platform_device_put() to prevent reference leak.
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
Can you explain this vulnerability to me?

This vulnerability exists in the Linux kernel's media component, specifically in the mtk-mdp driver. It involves improper error handling in the probe function, where certain cleanup functions were not called on error paths. This could lead to resource leaks and null pointer dereferences due to missing checks and missing calls to release resources.


How can this vulnerability impact me? :

The vulnerability can cause resource leaks and null pointer dereferences in the Linux kernel's media driver. Resource leaks may degrade system performance or stability over time, while null pointer dereferences can lead to kernel crashes or system instability.


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