SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-74525

UNKNOWN · CVSS N/A EPSS 0.18%

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

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel, specifically in the sxgbe network driver, where a failure in allocating RX descriptor rings leads to a memory leak of previously allocated TX rings. This can result in increased memory consumption and potential denial-of-service conditions over time. System administrators and developers managing Linux-based systems with the sxgbe driver should prioritize addressing this issue to maintain system stability and performance.

CVE
CVE-2026-74525
Severity
UNKNOWN
CVSS
N/A
EPSS
0.18%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, init_dma_desc_rings() only frees the partially allocated RX rings and returns. The TX rings that were allocated earlier in the same function are leaked. Rearrange error labels to clean up TX rings upon RX failures.