CVE-2026-64551
Last modified
CVE-2026-64551 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. 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. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 6022da37786701df1fc5dd946a6dcba59d5473b1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 861f884f5471632c731cbbd612a1c072e391a624; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 588706ebaf8cdb4a4161602949eba365514b1db1; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < a257b41ddfe9e327b26581ad2777f04b23ac73f5; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 08a8f2d13f703924316e9aeac863a88ef50990c7; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < ebe0a55d954fa8da383b6192edb8f763dcb002d5; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < bbd6b2ea966cf57b6ae095cf5a8dbc993cd197a0; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 1cd23ca80784223fa2204e16203f754da4e821f8 |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64551?
How severe is CVE-2026-64551?
How do I fix CVE-2026-64551?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64546In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64547In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64548In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64549In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6455The WP Contact Form 7 DB Handler plugin for WordPress is vul…8.1
- CVE-2026-64550In the Linux kernel, the following vulnerability has been re…7.3
- CVE-2026-64552In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64553In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64554In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64555In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64556In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64557In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-64551?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
