NONE · 0

CVE-2026-72017

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marke...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marked as completed. They live in queue->tx_skb which gets freed without remorse nor checking. macb_free_consistent() gets called in a few codepaths, but only close will trigger the added expressions. In macb_open() and macb_alloc_consistent() failure cases, queues' tx_skb just got allocated and are empty.

References

FAQ

What is CVE-2026-72017?

CVE-2026-72017 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: net: macb: drop in-flight Tx SKBs on close The MACB driver has since forever leaked the outgoing SKBs that have not yet been marke...

How severe is CVE-2026-72017?

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

Is there a patch for CVE-2026-72017?

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