CVE-2026-64551

CRITICALPre-NVD 9.19.1
EchelonGraph scoreMEDIUM confidence

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

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

sctp: validate STALE_COOKIE cause length before reading staleness

When an ERROR chunk with a STALE_COOKIE cause is received in the COOKIE_ECHOED state, sctp_sf_do_5_2_6_stale() reads the 4-byte Measure of Staleness that follows the cause header:

err = (struct sctp_errhdr *)(chunk->skb->data); stale = ntohl(*(__be32 *)((u8 *)err + sizeof(*err)));

err is the first cause in the chunk, not the STALE_COOKIE cause that caused the dispatch, and nothing guarantees the staleness field is present. sctp_walk_errors() only requires a cause to be as long as the 4-byte header, so for a STALE_COOKIE cause of length 4 the read runs past the cause, and for a minimal ERROR chunk past skb->tail. The value is echoed to the peer in the Cookie Preservative of the reply INIT, leaking uninitialized memory.

sctp_sf_cookie_echoed_err() already walks to the STALE_COOKIE cause, so check its length there and pass it to sctp_sf_do_5_2_6_stale(), which reads that cause instead of the first one. A STALE_COOKIE cause too short to hold the staleness field is discarded.

The read is reachable by any peer that can drive an association into COOKIE_ECHOED, including an unprivileged process using a raw SCTP socket in a user and network namespace.

CVSS v3
9.1
EG Score
9.1(medium)
EG Risk
46(Track)
EG Risk 46/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
Severity91% × 45%
Exploitation1% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
1%
EPSS %ILE
42%
KEV
Not listed

Published

July 27, 2026

Last Modified

August 17, 2026

Advisory Details (8)

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

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/861f884f5471632c731cbbd612a1c072e391a624
generic

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6022da37786701df1fc5dd946a6dcba59d5473b1
generic

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/588706ebaf8cdb4a4161602949eba365514b1db1
generic

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

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

sctp: validate STALE_COOKIE cause length before reading staleness - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/08a8f2d13f703924316e9aeac863a88ef50990c7

Vendor Advisories for CVE-2026-64551(1)

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

Affected Packages

(6 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.177-1~deb11u1 (22 versions)6.1.180-1~deb11u1
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (55 versions)6.1.180-1
linux-6.126.12.100-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.96-1 (31 versions)6.12.100-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (157 versions)7.1.5-1

Data Freshness Timeline

(refreshed 42× in last 7d / 235× 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 256 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64551?
CVE-2026-64551 is a critical vulnerability published on July 27, 2026. In the Linux kernel, the following vulnerability has been resolved: sctp: validate STALE_COOKIE cause length before reading staleness When an ERROR chunk with a STALE_COOKIE cause is received in the COOKIEECHOED state, sctpsfdo526_stale() reads the 4-byte Measure of Staleness that follows the cause…
When was CVE-2026-64551 disclosed?
CVE-2026-64551 was first published in the National Vulnerability Database on July 27, 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-64551 actively exploited?
CVE-2026-64551 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-64551?
CVE-2026-64551 has a CVSS v3 base score of 9.1 (NVD).
How do I remediate CVE-2026-64551?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64551, 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-64551

Explore →

Is Your Infrastructure Affected by CVE-2026-64551?

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