NONE · 0

CVE-2026-72059

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: destroy DMA pool on CLDMA late init failure t7xx_cldma_late_init() creates md_ctrl->gpd_dmapool before initializi...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: destroy DMA pool on CLDMA late init failure t7xx_cldma_late_init() creates md_ctrl->gpd_dmapool before initializing the TX and RX rings. If any ring initialization fails, the error path frees the already initialized rings but leaves the DMA pool allocated. Destroy md_ctrl->gpd_dmapool on the late-init failure path to avoid leaking the DMA pool.

References

FAQ

What is CVE-2026-72059?

CVE-2026-72059 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: destroy DMA pool on CLDMA late init failure t7xx_cldma_late_init() creates md_ctrl->gpd_dmapool before initializi...

How severe is CVE-2026-72059?

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

Is there a patch for CVE-2026-72059?

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