Bug 2516987 (CVE-2026-74525) - CVE-2026-74525 kernel: net: sxgbe: free TX rings on RX allocation failure
Summary: CVE-2026-74525 kernel: net: sxgbe: free TX rings on RX allocation failure
Keywords:
Status: NEW
Alias: CVE-2026-74525
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 12:43 UTC by OSIDB Bzimport
Modified: 2026-08-21 09:11 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 12:43:12 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.