NONE · 0

CVE-2026-74525

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

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

References

FAQ

What is CVE-2026-74525?

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

How severe is CVE-2026-74525?

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

Is there a patch for CVE-2026-74525?

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