CVE-2026-64024

CRITICALPre-NVD 9.49.4
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — 4 sources updated this week
9.4EG
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.4Exploit: None knownExposed: 0

A fix is available — apply it.

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

tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction

Blamed commit moved the TIME_WAIT-derived ISN from the skb control block to a per-CPU variable, assuming the value would always be consumed by tcp_conn_request() for the same packet that wrote it. That assumption is violated by multiple drop paths between the producer (__this_cpu_write(tcp_tw_isn, isn) in tcp_v{4,6}_rcv()) and the consumer (tcp_conn_request()):

  • min_ttl / min_hopcount check
  • xfrm policy check
  • tcp_inbound_hash() MD5/AO mismatch
  • tcp_filter() eBPF/SO_ATTACH_FILTER drop
  • th->syn && th->fin discard in tcp_rcv_state_process() TCP_LISTEN
  • psp_sk_rx_policy_check() in tcp_v{4,6}_do_rcv()
  • tcp_checksum_complete() in tcp_v{4,6}_do_rcv()
  • tcp_v{4,6}_cookie_check() returning NULL

When a packet is dropped on any of these paths, tcp_tw_isn is left set.

The next SYN processed on the same CPU then consumes the non zero value in tcp_conn_request(), receiving a potentially predictable ISN.

This patch moves back tcp_tw_isn to skb->cb[], getting rid of the per-cpu variable.

Note that tcp_v{4,6}_fill_cb() do not set it.

Very litle impact on overall code size/complexity:

$ scripts/bloat-o-meter -t vmlinux.old vmlinux.new add/remove: 0/0 grow/shrink: 2/1 up/down: 8/-15 (-7) Function old new delta tcp_v6_rcv 3038 3042 +4 tcp_v4_rcv 3035 3039 +4 tcp_conn_request 2938 2923 -15 Total: Before=24436060, After=24436053, chg -0.00%

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

Published

July 19, 2026

Last Modified

August 5, 2026

Advisory Details (3)

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

tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction - kernel/git/stable/linux.git - Linux kernel stable tree

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

tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4affe063fa56c880cbea8d0bfded0bb80751579d
generic

tcp: fix stale per-CPU tcp_tw_isn leak enabling ISN prediction - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/e47f7060eaf60894e3e4d0e3c4fe6e1f2eacfbdd

Vendor Advisories for CVE-2026-64024(1)

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

Patch Availability(5)

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

(2 across 2 ecosystems)
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.2~rc5-1~exp1 (160 versions)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (138 versions)7.0.12-1

All Vendor Advisories

(5)

Data Freshness Timeline

(refreshed 58× in last 7d / 338× 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 408 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64024?
CVE-2026-64024 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: tcp: fix stale per-CPU tcptwisn leak enabling ISN prediction Blamed commit moved the TIME_WAIT-derived ISN from the skb control block to a per-CPU variable, assuming the value would always be consumed by tcpconnrequest() for the…
When was CVE-2026-64024 disclosed?
CVE-2026-64024 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-64024 actively exploited?
CVE-2026-64024 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 68.5% of all scored CVEs.
What is the CVSS score of CVE-2026-64024?
CVE-2026-64024 has a CVSS v4.0 base score of 9.4 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-64024?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64024, 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-64024

Explore →

Is Your Infrastructure Affected by CVE-2026-64024?

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