CVE-2026-64007

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 — 4 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

A fix is available — apply it.

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable

synproxy_tstamp_adjust() rewrites the TCP timestamp option in place and then patches the TCP checksum via inet_proto_csum_replace4() on the caller-supplied tcphdr pointer. Both ipv4_synproxy_hook() and ipv6_synproxy_hook() obtain that pointer with skb_header_pointer() before calling in, so it may either alias skb->head directly or point at the caller's on-stack _tcph buffer.

Between obtaining the pointer and using it, the function calls skb_ensure_writable(skb, optend), which on a cloned or non-linear skb invokes pskb_expand_head() and frees the old skb->head. After that point the cached th is stale:

caller (ipv[46]_synproxy_hook) th = skb_header_pointer(skb, ..., &_tcph) synproxy_tstamp_adjust(skb, protoff, th, ...) skb_ensure_writable(skb, optend) pskb_expand_head() /* kfree(old skb->head) */ ... inet_proto_csum_replace4(&th->check, ...) /* writes into freed head, or into the caller's stack copy leaving the on-wire checksum stale */

The option bytes are written through skb->data and are fine; only the checksum update goes through th and so lands in the wrong place. The result is either a write into freed slab memory or a packet leaving with a checksum that does not match its payload.

Fix by re-deriving th from skb->data + protoff immediately after skb_ensure_writable() succeeds, so the subsequent checksum update targets the linear, writable header.

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

Published

July 19, 2026

Last Modified

August 5, 2026

Advisory Details (8)

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/92170e6afe927ab2792a3f71902845789c8e31b1
generic

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

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

netfilter: synproxy: refresh tcphdr after skb_ensure_writable - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9902a1058992de5d95656b64a3bd95c077f7ba2c

Vendor Advisories for CVE-2026-64007(2)

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

Patch Availability(6)

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

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (138 versions)7.0.12-1

Additional Vendor Advisories

(5)

Data Freshness Timeline

(refreshed 65× in last 7d / 379× 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 456 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64007?
CVE-2026-64007 is a critical vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: refresh tcphdr after skbensurewritable synproxytstampadjust() rewrites the TCP timestamp option in place and then patches the TCP checksum via inetprotocsum_replace4() on the caller-supplied tcphdr pointer.…
When was CVE-2026-64007 disclosed?
CVE-2026-64007 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-64007 actively exploited?
CVE-2026-64007 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.4% of all scored CVEs.
What is the CVSS score of CVE-2026-64007?
CVE-2026-64007 has a CVSS v4.0 base score of 9.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-64007?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64007, 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-64007

Explore →

Is Your Infrastructure Affected by CVE-2026-64007?

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