CVE-2026-64037

CRITICALPre-NVD 9.89.8
EchelonGraph scoreMEDIUM confidence

Score 9.8 from GitHub Security Advisory (severity: CRITICAL) published 2026-07-19. the CNA's CVSS baseline 9.8; sources differ by 0.0.

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

A fix is available — apply it.

In the Linux kernel, the following vulnerability has been resolved:

wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled

When the TLC notification disables AMSDU for a TID, the MLD driver sets max_tid_amsdu_len to the sentinel value 1. The TSO segmentation path in iwl_mld_tx_tso_segment() checks for zero but not for this sentinel, allowing it to reach the num_subframes calculation:

num_subframes = (max_tid_amsdu_len + pad) / (subf_len + pad) = (1 + 2) / (1534 + 2) = 0

This zero propagates to iwl_tx_tso_segment() which sets:

gso_size = num_subframes * mss = 0

Calling skb_gso_segment() with gso_size=0 creates over 32000 tiny segments from a single GSO skb. This floods the TX ring with ~1024 micro-frames (the rest are purged), creating a massive burst of TX completion events that can lead to memory corruption and a subsequent use-after-free in TCP's retransmit queue (refcount underflow in tcp_shifted_skb, NULL deref in tcp_rack_detect_loss).

The MVM driver is immune because it checks mvmsta->amsdu_enabled before reaching the num_subframes calculation. The MLD driver has no equivalent bitmap check and relies solely on max_tid_amsdu_len, which does not catch the sentinel value.

Fix this by detecting the sentinel value (max_tid_amsdu_len == 1) at the existing check and falling back to non-AMSDU TSO segmentation. Also add a WARN_ON_ONCE guard after the num_subframes division as defense-in-depth to catch any future code paths that produce zero through a different mechanism.

CVSS v3
9.8
EG Score
9.8(medium)
EG Risk
49(Track)
EG Risk 49/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
Severity98% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
37%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 5, 2026

Advisory Details (3)

Auto-updated Sep 16, 2026
No patch confirmed yet.
generic

wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/92cee08dc4f00e77fd1317e4343c5d458b0abab7
generic

wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/cbe1c8245e4469d1aa6e12e5d913611376d23788
generic

wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9e360e610a73f62432e986775023d5382773f045

Patch Availability(8)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (141 versions)7.0.12-1

Additional Vendor Advisories

(6)

Data Freshness Timeline

(refreshed 36× in last 7d / 193× 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.

Showing the most recent 100 of 546 total refreshes for this CVE.

  1. 2026-09-18 19:28 UTCEPSS rescore
  2. 2026-09-18 08:04 UTCVendor advisory
  3. 2026-09-18 08:04 UTCGHSA enrichment
  4. 2026-09-18 04:17 UTCEG score recompute
  5. 2026-09-18 04:17 UTCVendor advisory
  6. 2026-09-18 04:17 UTCGHSA enrichment
  7. 2026-09-17 09:57 UTCVendor advisory
  8. 2026-09-17 09:57 UTCGHSA enrichment
  9. 2026-09-17 05:28 UTCEG score recompute
  10. 2026-09-17 05:28 UTCVendor advisory
  11. 2026-09-17 05:28 UTCGHSA enrichment
  12. 2026-09-16 14:08 UTCEPSS rescore
  13. 2026-09-16 12:58 UTCEG score recompute
  14. 2026-09-16 12:58 UTCVendor advisory
  15. 2026-09-16 12:58 UTCGHSA enrichment
  16. 2026-09-16 05:15 UTCEPSS rescore
  17. 2026-09-14 10:23 UTCVendor advisory
  18. 2026-09-14 10:23 UTCGHSA enrichment
  19. 2026-09-14 06:38 UTCVendor advisory
  20. 2026-09-14 06:38 UTCGHSA enrichment
  21. 2026-09-14 02:52 UTCVendor advisory
  22. 2026-09-14 02:52 UTCGHSA enrichment
  23. 2026-09-13 22:56 UTCEG score recompute
  24. 2026-09-13 22:56 UTCVendor advisory
  25. 2026-09-13 22:56 UTCGHSA enrichment
Show 75 more
  1. 2026-09-13 16:11 UTCVendor advisory
  2. 2026-09-13 16:11 UTCGHSA enrichment
  3. 2026-09-13 11:44 UTCVendor advisory
  4. 2026-09-13 11:44 UTCGHSA enrichment
  5. 2026-09-13 07:11 UTCVendor advisory
  6. 2026-09-13 07:11 UTCGHSA enrichment
  7. 2026-09-13 03:26 UTCVendor advisory
  8. 2026-09-13 03:26 UTCGHSA enrichment
  9. 2026-09-12 19:40 UTCEG score recompute
  10. 2026-09-12 19:40 UTCVendor advisory
  11. 2026-09-12 19:40 UTCGHSA enrichment
  12. 2026-09-12 13:53 UTCVendor advisory
  13. 2026-09-12 13:53 UTCGHSA enrichment
  14. 2026-09-12 10:07 UTCVendor advisory
  15. 2026-09-12 10:07 UTCGHSA enrichment
  16. 2026-09-12 05:56 UTCVendor advisory
  17. 2026-09-12 05:56 UTCGHSA enrichment
  18. 2026-09-12 01:08 UTCVendor advisory
  19. 2026-09-12 01:08 UTCGHSA enrichment
  20. 2026-09-11 18:46 UTCEG score recompute
  21. 2026-09-11 18:46 UTCVendor advisory
  22. 2026-09-11 18:46 UTCGHSA enrichment
  23. 2026-09-11 14:53 UTCEPSS rescore
  24. 2026-09-11 09:37 UTCEPSS rescore
  25. 2026-09-08 22:01 UTCEPSS rescore
  26. 2026-09-08 03:04 UTCVendor advisory
  27. 2026-09-08 03:04 UTCGHSA enrichment
  28. 2026-09-07 23:18 UTCEG score recompute
  29. 2026-09-07 23:18 UTCVendor advisory
  30. 2026-09-07 23:18 UTCGHSA enrichment
  31. 2026-09-07 16:01 UTCEPSS rescore
  32. 2026-09-06 16:59 UTCEG score recompute
  33. 2026-09-06 16:59 UTCVendor advisory
  34. 2026-09-06 16:59 UTCGHSA enrichment
  35. 2026-09-06 13:47 UTCEPSS rescore
  36. 2026-09-06 12:57 UTCVendor advisory
  37. 2026-09-06 12:57 UTCGHSA enrichment
  38. 2026-09-06 04:26 UTCVendor advisory
  39. 2026-09-06 04:26 UTCGHSA enrichment
  40. 2026-09-05 23:46 UTCVendor advisory
  41. 2026-09-05 23:46 UTCGHSA enrichment
  42. 2026-09-05 20:01 UTCEG score recompute
  43. 2026-09-05 20:01 UTCVendor advisory
  44. 2026-09-05 20:01 UTCGHSA enrichment
  45. 2026-09-05 15:31 UTCEPSS rescore
  46. 2026-09-05 09:56 UTCEG score recompute
  47. 2026-09-05 09:56 UTCVendor advisory
  48. 2026-09-05 09:56 UTCGHSA enrichment
  49. 2026-09-04 05:07 UTCEPSS rescore
  50. 2026-09-02 14:12 UTCEPSS rescore
  51. 2026-09-01 13:54 UTCEPSS rescore
  52. 2026-09-01 04:40 UTCEPSS rescore
  53. 2026-08-31 06:54 UTCVendor advisory
  54. 2026-08-31 06:54 UTCGHSA enrichment
  55. 2026-08-31 02:55 UTCVendor advisory
  56. 2026-08-31 02:55 UTCGHSA enrichment
  57. 2026-08-30 23:09 UTCVendor advisory
  58. 2026-08-30 23:09 UTCGHSA enrichment
  59. 2026-08-30 19:22 UTCEG score recompute
  60. 2026-08-30 19:22 UTCVendor advisory
  61. 2026-08-30 19:22 UTCGHSA enrichment
  62. 2026-08-30 19:17 UTCEPSS rescore
  63. 2026-08-30 15:36 UTCVendor advisory
  64. 2026-08-30 15:36 UTCGHSA enrichment
  65. 2026-08-30 10:57 UTCVendor advisory
  66. 2026-08-30 10:57 UTCGHSA enrichment
  67. 2026-08-30 06:40 UTCVendor advisory
  68. 2026-08-30 06:40 UTCGHSA enrichment
  69. 2026-08-30 02:51 UTCEG score recompute
  70. 2026-08-30 02:51 UTCVendor advisory
  71. 2026-08-30 02:51 UTCGHSA enrichment
  72. 2026-08-30 01:22 UTCEPSS rescore
  73. 2026-08-28 21:42 UTCEPSS rescore
  74. 2026-08-28 01:42 UTCVendor advisory
  75. 2026-08-28 01:42 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-64037?
CVE-2026-64037 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled When the TLC notification disables AMSDU for a TID, the MLD driver sets maxtidamsdu_len to the sentinel value 1. The TSO segmentation path in…
When was CVE-2026-64037 disclosed?
CVE-2026-64037 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64037 actively exploited?
CVE-2026-64037 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 63.2% of all scored CVEs.
What is the CVSS score of CVE-2026-64037?
CVE-2026-64037 has a CVSS v4.0 base score of 9.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-64037?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64037, 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

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64037

Explore →

Is Your Infrastructure Affected by CVE-2026-64037?

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