CVE-2026-43207
Resource Leak in Linux Kernel Media Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| 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.