SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-72059

UNKNOWN · CVSS N/A EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's handling of DMA pools in the t7xx WWAN driver, where a failure during the initialization of TX and RX rings can lead to a memory leak by not freeing the allocated DMA pool. This could result in resource exhaustion over time, potentially impacting system stability and performance. Linux system administrators and developers working with the t7xx driver should prioritize applying the relevant patches to mitigate this issue.

CVE
CVE-2026-72059
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux

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