CVE-2026-74488

HIGHPre-NVD 8.88.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 sources updated this week
8.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: 8.8Exploit: 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:

wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames

mwifiex_11n_dispatch_amsdu_pkt() splits an A-MSDU with ieee80211_amsdu_to_8023s() and walks the resulting subframes. For each subframe it passes the subframe data pointer to mwifiex_process_tdls_action_frame(), but pairs it with skb->len, the length of the A-MSDU parent, instead of rx_skb->len:

rx_skb = __skb_dequeue(&list); rx_hdr = (struct rx_packet_hdr *)rx_skb->data; if (ISSUPP_TDLS_ENABLED(priv->adapter->fw_cap_info) && ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { mwifiex_process_tdls_action_frame(priv, (u8 *)rx_hdr, skb->len); }

The parent is not a valid description of that buffer, and may not be valid memory at all. ieee80211_amsdu_to_8023s() ends with

if (!reuse_skb) dev_kfree_skb(skb);

and it only sets reuse_skb when the parent is linear, is not a head_frag, and is being consumed as the *last* subframe. So when the parent does not qualify for reuse it has already been freed, and the read of skb->len is a use-after-free. When it is reused, skb->len is the length of the last subframe, applied to every earlier subframe, which over-states the buffer whenever an earlier subframe is shorter.

The callee cannot absorb a wrong length, because it derives its own ceiling from the value it is given. Each frame type computes

ies_len = len - sizeof(struct ethhdr) - TDLS_*_FIX_LEN;

and the element walk is then bounded entirely against that ceiling,

for (end = pos + ies_len; pos + 1 < end; pos += 2 + pos[1]) { u8 ie_len = pos[1];

if (pos + 2 + ie_len > end) break;

so a too-large len moves end past the end of the subframe and the walk reads and copies beyond it. The A-MSDU layout is chosen by the sender, which makes the difference between the last subframe and a shorter earlier one remotely selectable. Reaching this requires TDLS support in firmware and the TDLS ethertype on the subframe.

The other caller, mwifiex_process_rx_packet(), is correct: it passes a pointer and a length that describe the same region of the RX buffer.

Pass rx_skb->len, the length of the subframe actually being parsed.

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

Published

August 15, 2026

Last Modified

August 19, 2026

Advisory Details (5)

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

wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames - kernel/git/stable/linux.git - Linux kernel stable tree

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

wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames - kernel/git/stable/linux.git - Linux kernel stable tree

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

wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/99a948382af8a225e2d5e54a7052158cd6281cc6
generic

wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5a21ab03829cb6d2682c127f22e2b9cd63b4393f
generic

wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/25e5a3fe4f15e30f74eca42cbf3bcc3a3fbeda79

Vendor Advisories for CVE-2026-74488(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 32× in last 7d / 32× 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-21 05:35 UTCEG score recompute
  2. 2026-08-21 05:35 UTCGHSA enrichment
  3. 2026-08-20 22:56 UTCEPSS rescore
  4. 2026-08-20 17:36 UTCGHSA enrichment
  5. 2026-08-20 05:37 UTCGHSA enrichment
  6. 2026-08-19 17:38 UTCEG score recompute
  7. 2026-08-19 17:38 UTCGHSA enrichment
  8. 2026-08-19 17:04 UTCEPSS rescore
  9. 2026-08-19 16:53 UTCEG score recompute
  10. 2026-08-19 16:53 UTCGHSA enrichment
  11. 2026-08-19 06:51 UTCGHSA enrichment
  12. 2026-08-18 18:53 UTCEG score recompute
  13. 2026-08-18 18:53 UTCGHSA enrichment
  14. 2026-08-18 13:49 UTCEPSS rescore
  15. 2026-08-18 13:49 UTCEPSS rescore
  16. 2026-08-18 06:53 UTCGHSA enrichment
  17. 2026-08-17 18:54 UTCEG score recompute
  18. 2026-08-17 18:54 UTCGHSA enrichment
  19. 2026-08-17 13:47 UTCEPSS rescore
  20. 2026-08-17 06:24 UTCEG score recompute
  21. 2026-08-17 06:24 UTCGHSA enrichment
  22. 2026-08-17 05:55 UTCEG score recompute 8.80
  23. 2026-08-17 05:55 UTCGHSA enrichment
  24. 2026-08-17 05:54 UTCMITRE cvelistV5CVSS v3 → 8.8 · severity → HIGH
  25. 2026-08-17 05:40 UTCEG score recompute
Show 7 more
  1. 2026-08-17 05:40 UTCGHSA enrichment
  2. 2026-08-17 05:39 UTCMITRE cvelistV5
  3. 2026-08-16 14:56 UTCEPSS rescore
  4. 2026-08-16 14:56 UTCEPSS rescore
  5. 2026-08-15 13:27 UTCNVD update
  6. 2026-08-15 12:40 UTCEG score recompute
  7. 2026-08-15 12:37 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74488?
CVE-2026-74488 is a high vulnerability published on August 15, 2026. In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames mwifiex11ndispatchamsdupkt() splits an A-MSDU with ieee80211amsduto_8023s() and walks the resulting subframes. For each subframe it passes the subframe data…
When was CVE-2026-74488 disclosed?
CVE-2026-74488 was first published in the National Vulnerability Database on August 15, 2026, with the most recent update on August 19, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74488 actively exploited?
CVE-2026-74488 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 82.7% of all scored CVEs.
What is the CVSS score of CVE-2026-74488?
CVE-2026-74488 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-74488?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74488, 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-74488

Explore →

Is Your Infrastructure Affected by CVE-2026-74488?

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