CVE-2026-43135
Memory 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_kernel | 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 is in the Linux kernel, specifically in the media component for the cx23885 device. It involves a missing unmap operation in the function snd_cx23885_hw_params(). In an error path, the function cx23885_alsa_dma_unmap() was not called to release resources that were previously acquired by cx23885_alsa_dma_map(). This missing unmap could lead to resource leaks.
How can this vulnerability impact me? :
The impact of this vulnerability is related to resource management within the Linux kernel's media driver for cx23885. Because resources are not properly released in error conditions, it could lead to resource leaks, which might degrade system performance or stability over time. However, no specific CVSS score or detailed impact information is provided.