Security Advisory

CVE-2026-74525

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 12:27:42
Last updated 2026-08-17 05:21:08
Assigner Linux
CVSS score not scored
State PUBLISHED

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.