Bug 2435643 (CVE-2026-23033) - CVE-2026-23033 kernel: dmaengine: omap-dma: fix dma_pool resource leak in error paths
Summary: CVE-2026-23033 kernel: dmaengine: omap-dma: fix dma_pool resource leak in err...
Keywords:
Status: NEW
Alias: CVE-2026-23033
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-31 12:01 UTC by OSIDB Bzimport
Modified: 2026-02-02 07:06 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-31 12:01:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.