CVE-2026-23033
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-31

Last updated on: 2026-02-06

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: dmaengine: omap-dma: fix dma_pool resource leak in error paths The dma_pool created by dma_pool_create() is not destroyed when dma_async_device_register() or of_dma_controller_register() fails, causing a resource leak in the probe error paths. Add dma_pool_destroy() in both error paths to properly release the allocated dma_pool resource.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-31
Last Modified
2026-02-06
Generated
2026-05-07
AI Q&A
2026-01-31
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
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 dmaengine subsystem, specifically in the omap-dma driver. When certain functions (dma_async_device_register() or of_dma_controller_register()) fail during device initialization, the allocated dma_pool resource is not properly destroyed, leading to a resource leak. The fix involves adding dma_pool_destroy() calls in the error paths to release the allocated resources correctly.


How can this vulnerability impact me? :

This vulnerability can cause resource leaks in the Linux kernel, which may lead to increased memory usage or depletion of DMA pool resources over time. This could potentially degrade system performance or stability, especially in systems that frequently encounter these error conditions during device initialization.


What immediate steps should I take to mitigate this vulnerability?

Update the Linux kernel to a version that includes the fix for the dma_pool resource leak in the omap-dma driver. The fix involves adding dma_pool_destroy() in error paths to properly release allocated dma_pool resources, preventing resource leaks.


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