CVE-2026-68170

CRITICALPre-NVD 9.89.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated 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: 1%CVSS: 9.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:

mptcp: fix stale skb->sk reference on subflow close

The backlog list is updated by mptcp_data_ready() under mptcp_data_lock(). The cleanup of backlog references to a closing subflow, however, was performed in mptcp_close_ssk(), before __mptcp_close_ssk() acquires the ssk lock, and while holding neither the ssk lock nor mptcp_data_lock().

Because that traversal ran without mptcp_data_lock(), concurrent softirq RX processing on another CPU (subflow_data_ready() -> mptcp_data_ready() -> __mptcp_add_backlog(), under mptcp_data_lock()) could add a backlog entry referencing the ssk while the cleanup loop was in progress. Such an entry could be missed by the cleanup, or the concurrent list update could corrupt the traversal, leaving skb->sk pointing at the ssk after it is freed.

A later mptcp_backlog_purge() then dereferences the stale pointer, triggering a warning in inet_sock_destruct() (ssk->sk_rmem_alloc != 0) followed by a use-after-free in mptcp_backlog_purge().

Fix this by moving the backlog cleanup into __mptcp_close_ssk(), after subflow->closing is set to 1 and while the ssk lock is still held, serialized under mptcp_data_lock(). The cleanup runs only on the push path (MPTCP_CF_PUSH), where backlog references accumulate; on other teardown paths the caller already handles cleanup.

With subflow->closing set and mptcp_data_lock() held across the purge, any concurrent mptcp_data_ready() either completes its enqueue before the purge runs and is caught, or observes closing=1 and bails out. Once mptcp_data_unlock() is reached, no new skb referencing the ssk can be enqueued, so the cleanup is exhaustive.

Remove the unprotected traversal from mptcp_close_ssk() entirely.

CVSS v3
9.8
EG Score
9.8(high)
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%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
42%
KEV
Not listed

Published

August 10, 2026

Last Modified

August 17, 2026

Advisory Details (2)

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

mptcp: fix stale skb->sk reference on subflow close - kernel/git/stable/linux.git - Linux kernel stable tree

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

mptcp: fix stale skb->sk reference on subflow close - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/625fc6060864889fe3d370cdeffbbab762af3cb4

Vendor Advisories for CVE-2026-68170(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 58× in last 7d / 73× 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 06:23 UTCGHSA enrichment
  2. 2026-08-21 02:26 UTCEG score recompute
  3. 2026-08-21 02:26 UTCGHSA enrichment
  4. 2026-08-20 22:56 UTCEPSS rescore
  5. 2026-08-20 22:29 UTCGHSA enrichment
  6. 2026-08-20 18:32 UTCGHSA enrichment
  7. 2026-08-20 14:35 UTCGHSA enrichment
  8. 2026-08-20 10:38 UTCGHSA enrichment
  9. 2026-08-20 06:41 UTCGHSA enrichment
  10. 2026-08-20 02:43 UTCGHSA enrichment
  11. 2026-08-19 22:41 UTCGHSA enrichment
  12. 2026-08-19 18:44 UTCEG score recompute
  13. 2026-08-19 18:44 UTCGHSA enrichment
  14. 2026-08-19 17:04 UTCEPSS rescore
  15. 2026-08-19 13:42 UTCGHSA enrichment
  16. 2026-08-19 09:41 UTCGHSA enrichment
  17. 2026-08-19 05:34 UTCGHSA enrichment
  18. 2026-08-19 01:37 UTCGHSA enrichment
  19. 2026-08-18 21:40 UTCGHSA enrichment
  20. 2026-08-18 17:25 UTCEG score recompute
  21. 2026-08-18 17:25 UTCGHSA enrichment
  22. 2026-08-18 13:48 UTCEPSS rescore
  23. 2026-08-18 13:25 UTCGHSA enrichment
  24. 2026-08-18 09:22 UTCGHSA enrichment
  25. 2026-08-18 05:25 UTCGHSA enrichment
Show 48 more
  1. 2026-08-18 01:25 UTCGHSA enrichment
  2. 2026-08-17 21:28 UTCGHSA enrichment
  3. 2026-08-17 17:31 UTCEG score recompute
  4. 2026-08-17 17:31 UTCGHSA enrichment
  5. 2026-08-17 13:47 UTCEPSS rescore
  6. 2026-08-17 13:34 UTCGHSA enrichment
  7. 2026-08-17 09:37 UTCGHSA enrichment
  8. 2026-08-17 05:40 UTCEG score recompute
  9. 2026-08-17 05:40 UTCGHSA enrichment
  10. 2026-08-17 05:10 UTCEG score recompute
  11. 2026-08-17 05:10 UTCGHSA enrichment
  12. 2026-08-17 02:43 UTCGHSA enrichment
  13. 2026-08-16 22:46 UTCGHSA enrichment
  14. 2026-08-16 18:49 UTCEG score recompute
  15. 2026-08-16 18:49 UTCGHSA enrichment
  16. 2026-08-16 14:56 UTCEPSS rescore
  17. 2026-08-16 14:42 UTCGHSA enrichment
  18. 2026-08-16 10:44 UTCGHSA enrichment
  19. 2026-08-16 06:47 UTCGHSA enrichment
  20. 2026-08-16 02:51 UTCEG score recompute
  21. 2026-08-16 02:51 UTCGHSA enrichment
  22. 2026-08-15 22:54 UTCGHSA enrichment
  23. 2026-08-15 18:57 UTCGHSA enrichment
  24. 2026-08-15 15:00 UTCGHSA enrichment
  25. 2026-08-15 11:03 UTCGHSA enrichment
  26. 2026-08-15 07:06 UTCGHSA enrichment
  27. 2026-08-15 03:09 UTCEG score recompute
  28. 2026-08-15 03:09 UTCGHSA enrichment
  29. 2026-08-15 01:30 UTCEPSS rescore
  30. 2026-08-14 23:11 UTCGHSA enrichment
  31. 2026-08-14 19:14 UTCGHSA enrichment
  32. 2026-08-14 15:17 UTCGHSA enrichment
  33. 2026-08-14 11:20 UTCGHSA enrichment
  34. 2026-08-14 07:24 UTCGHSA enrichment
  35. 2026-08-14 03:27 UTCEG score recompute
  36. 2026-08-14 03:27 UTCGHSA enrichment
  37. 2026-08-13 23:30 UTCEG score recompute
  38. 2026-08-13 23:30 UTCGHSA enrichment
  39. 2026-08-13 22:45 UTCEG score recompute 9.80
  40. 2026-08-13 22:45 UTCGHSA enrichment
  41. 2026-08-13 22:44 UTCMITRE cvelistV5CVSS v3 → 9.8 · severity → CRITICAL
  42. 2026-08-13 22:00 UTCEPSS rescore
  43. 2026-08-13 06:23 UTCEG score recompute
  44. 2026-08-13 06:23 UTCGHSA enrichment
  45. 2026-08-12 13:51 UTCEPSS rescore
  46. 2026-08-10 13:24 UTCNVD update
  47. 2026-08-10 12:20 UTCEG score recompute
  48. 2026-08-10 12:17 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-68170?
CVE-2026-68170 is a critical vulnerability published on August 10, 2026. In the Linux kernel, the following vulnerability has been resolved: mptcp: fix stale skb->sk reference on subflow close The backlog list is updated by mptcpdataready() under mptcpdatalock(). The cleanup of backlog references to a closing subflow, however, was performed in mptcpclosessk(), before…
When was CVE-2026-68170 disclosed?
CVE-2026-68170 was first published in the National Vulnerability Database on August 10, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-68170 actively exploited?
CVE-2026-68170 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 58.2% of all scored CVEs.
What is the CVSS score of CVE-2026-68170?
CVE-2026-68170 has a CVSS v3 base score of 9.8 (NVD).
How do I remediate CVE-2026-68170?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-68170, 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-68170

Explore →

Is Your Infrastructure Affected by CVE-2026-68170?

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