NONE · 0

CVE-2026-23033

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-23033?

CVE-2026-23033 is a documented vulnerability. 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...

How severe is CVE-2026-23033?

CVSS scoring is not yet available for CVE-2026-23033. Check NVD for updates.

Is there a patch for CVE-2026-23033?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.