CVE-2026-72017
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 89e5785fc8a6b9eafd37f2318a9a76d479c796be < 6124bd785073659c99385094657b77382ebce11b | affected |
| Linux | Linux | 89e5785fc8a6b9eafd37f2318a9a76d479c796be < 2143fdc0ce27adbb1caaa1a97e0bfb9f3750aef4 | affected |
| Linux | Linux | 89e5785fc8a6b9eafd37f2318a9a76d479c796be < 26b131b2d5b55a81ef6182769d28105a870c0eb2 | affected |
| Linux | Linux | 89e5785fc8a6b9eafd37f2318a9a76d479c796be < 109241d9880488aafd8e104832b4d4859ad57244 | affected |
| Linux | Linux | 89e5785fc8a6b9eafd37f2318a9a76d479c796be < 27f575836cfebbf872dec020428742b10650a955 | affected |
| Linux | Linux | 2.6.20 | affected |
| Linux | Linux | 0 < 2.6.20 | unaffected |
| Linux | Linux | 6.6.148 <= 6.6.* | unaffected |
| Linux | Linux | 6.12.101 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.40 <= 6.18.* | unaffected |
| Linux | Linux | 7.1.5 <= 7.1.* | unaffected |
| Linux | Linux | 7.2-rc3 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/6124bd785073659c99385094657b77382ebce11b
- https://git.kernel.org/stable/c/2143fdc0ce27adbb1caaa1a97e0bfb9f3750aef4
- https://git.kernel.org/stable/c/26b131b2d5b55a81ef6182769d28105a870c0eb2
- https://git.kernel.org/stable/c/109241d9880488aafd8e104832b4d4859ad57244
- https://git.kernel.org/stable/c/27f575836cfebbf872dec020428742b10650a955
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.