CVE-2026-74678

HIGHPre-NVD 7.57.5
EchelonGraph scoreHIGH confidence

Score 7.5 from GitHub Security Advisory (severity: HIGH) published 2026-08-22. a secondary CVSS source baseline 7.5; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.5Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

CVSS v3
7.5
EG Score
7.5(high)
EG Risk
38(Track)
EG Risk 38/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
39%
KEV
Not listed

Published

August 22, 2026

Last Modified

August 25, 2026

Advisory Details (6)

Auto-updated Aug 25, 2026
No patch confirmed yet.
generic

net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1f428e30947395d9b9aacee03e25a4e6cfcad7a4
generic

net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4039cd807a5a46dc5f7618fffae926b8ad8455eb
generic

net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/58733b1dd46bb231d9d279c132a20ee46da1b664
generic

net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2be5091fa693b9119ad25a8bb8c149d236a23ade
generic

net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1c63303659a2264bd55d9813df74cb4caeed5922
generic

net: usb: ax88179_178a: fix skb leak in ax88179_tx_fixup() - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/83a765cbd7b4d11b0b9fa1bb9d941ae911a2159b

Vendor Advisories for CVE-2026-74678(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 25× in last 7d / 28× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-08-30 01:36 UTCEG score recompute
  2. 2026-08-30 01:36 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 13:12 UTCGHSA enrichment
  5. 2026-08-29 00:47 UTCEG score recompute
  6. 2026-08-29 00:46 UTCGHSA enrichment
  7. 2026-08-28 21:42 UTCEPSS rescore
  8. 2026-08-28 09:01 UTCGHSA enrichment
  9. 2026-08-27 20:34 UTCEG score recompute
  10. 2026-08-27 20:34 UTCGHSA enrichment
  11. 2026-08-27 14:25 UTCEPSS rescore
  12. 2026-08-27 08:03 UTCGHSA enrichment
  13. 2026-08-26 19:39 UTCEG score recompute
  14. 2026-08-26 19:39 UTCGHSA enrichment
  15. 2026-08-26 14:47 UTCEPSS rescore
  16. 2026-08-26 07:16 UTCGHSA enrichment
  17. 2026-08-25 18:53 UTCEG score recompute
  18. 2026-08-25 18:53 UTCGHSA enrichment
  19. 2026-08-25 13:49 UTCEPSS rescore
  20. 2026-08-25 06:29 UTCEG score recompute
  21. 2026-08-25 06:29 UTCGHSA enrichment
  22. 2026-08-25 05:56 UTCEG score recompute 7.50
  23. 2026-08-25 05:55 UTCGHSA enrichment
  24. 2026-08-25 05:55 UTCMITRE cvelistV5CVSS v3 → 7.5 · severity → HIGH
  25. 2026-08-24 14:18 UTCEPSS rescore
Show 3 more
  1. 2026-08-22 16:24 UTCNVD update
  2. 2026-08-22 15:40 UTCEG score recompute
  3. 2026-08-22 15:35 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74678?
CVE-2026-74678 is a high vulnerability published on August 22, 2026. In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: fix skb leak in ax88179tx_fixup() When the interface has NETIFFSG enabled and skb_linearize() fails in ax88179txfixup(), the function returns NULL without freeing the skb. usbnetstartxmit() treats a NULL…
When was CVE-2026-74678 disclosed?
CVE-2026-74678 was first published in the National Vulnerability Database on August 22, 2026, with the most recent update on August 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74678 actively exploited?
CVE-2026-74678 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 60.7% of all scored CVEs.
What is the CVSS score of CVE-2026-74678?
CVE-2026-74678 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-74678?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74678, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-74678

Explore →

Is Your Infrastructure Affected by CVE-2026-74678?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.