Threats Tagged 'cve-2026-64551'
View all threats tagged with 'cve-2026-64551'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2026-64551'
Click on any threat for detailed analysis and mitigation recommendations
In the Linux kernel, the following vulnerability has been resolved: sctp: validate STALE_COOKIE cause length before reading staleness When an ERROR… (CVE-2026-64551)CVE-2026-64551 0 A critical vulnerability in the Linux kernel SCTP implementation allows an unprivileged peer to leak uninitialized kernel memory. The flaw occurs when processing an ERROR chunk with a STALE_COOKIE cause in the COOKIE_ECHOED state, where the kernel reads beyond the intended cause length, potentially leaking sensitive data. This memory leak can be triggered by any peer capable of driving an association into COOKIE_ECHOED, including unprivileged processes using raw SCTP sockets. The vulnerability has been resolved by validating the STALE_COOKIE cause length before reading the staleness field and discarding causes that are too short. Join the discussion | GCVE Database | 07/27/2026, 21:31:27 UTC Added: 07/30/2026, 15:50:40 UTC |
In the Linux kernel, the following vulnerability has been resolved: sctp: validate STALE_COOKIE cause length before reading staleness When an ERROR… (CVE-2026-64551)CVE-2026-64551 0 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. Join the discussion | GCVE Database | 07/27/2026, 21:17:00 UTC Added: 07/28/2026, 23:52:11 UTC |
Showing 1 to 2 of 2 results