CVE-2026-74678
Last modified
CVE-2026-74678 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() When the interface has NETIF_F_SG enabled and skb_linearize() fails in ax88179_tx_fixup(), the function returns NULL without freeing the skb. usbnet_start_xmit() treats a NULL return from tx_fixup() as a drop (info->flags does not set FLAG_MULTI_PACKET for this driver), jumping to the "drop" label where it does `if (skb) dev_kfree_skb_any(skb)`. Because tx_fixup() returned NULL, the local skb variable in usbnet_start_xmit() is NULL, so the original skb is never freed — a memory leak on every TX frame whose linearization fails (i.e. under memory pressure). Free the skb before returning, matching the error handling already used for the pskb_expand_head() failure path in the same function..
Description
In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() When the interface has NETIF_F_SG enabled and skb_linearize() fails in ax88179_tx_fixup(), the function returns NULL without freeing the skb. usbnet_start_xmit() treats a NULL return from tx_fixup() as a drop (info->flags does not set FLAG_MULTI_PACKET for this driver), jumping to the "drop" label where it does `if (skb) dev_kfree_skb_any(skb)`. Because tx_fixup() returned NULL, the local skb variable in usbnet_start_xmit() is NULL, so the original skb is never freed — a memory leak on every TX frame whose linearization fails (i.e. under memory pressure). Free the skb before returning, matching the error handling already used for the pskb_expand_head() failure path in the same function.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 16b1c4e01c89ba07367461e0bc4cb84993c2d027, < 83a765cbd7b4d11b0b9fa1bb9d941ae911a2159b; >= 16b1c4e01c89ba07367461e0bc4cb84993c2d027, < 1c63303659a2264bd55d9813df74cb4caeed5922; >= 16b1c4e01c89ba07367461e0bc4cb84993c2d027, < 2be5091fa693b9119ad25a8bb8c149d236a23ade; >= 16b1c4e01c89ba07367461e0bc4cb84993c2d027, < 58733b1dd46bb231d9d279c132a20ee46da1b664; >= 16b1c4e01c89ba07367461e0bc4cb84993c2d027, < 4039cd807a5a46dc5f7618fffae926b8ad8455eb; >= 16b1c4e01c89ba07367461e0bc4cb84993c2d027, < 1f428e30947395d9b9aacee03e25a4e6cfcad7a4 |
| Linux | Linux | 5.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74678?
How severe is CVE-2026-74678?
How do I fix CVE-2026-74678?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74672In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74673In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74674In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74675In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74676In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74677In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74679In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7468A security vulnerability has been detected in 1024-lab smart…7.3
- CVE-2026-74680In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74681In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74682In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74683In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74678?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
