
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-64564 is a use-after-free vulnerability in the Linux kernel's SCTP (Stream Control Transmission Protocol) implementation, specifically in ASCONF (Address Configuration Change) chunk processing. The flaw allows an unauthenticated network attacker to send a specially crafted SCTP ASCONF chunk that frees a transport endpoint and subsequently dereferences the dangling pointer, leading to kernel crash or association corruption. The vulnerability was published on August 4, 2026, and affects Linux kernel versions from 2.6.25 up to (but not including) the patched stable releases (GitHub Advisory). Fixed versions include 6.6.148, 6.12.101, 6.18.42, 7.1.6, and 7.2-rc5. The CVSS severity is estimated as Medium (GitHub Advisory).
The root cause is a use-after-free (CWE-416) in sctp_process_asconf(), which caches the transport associated with an ASCONF chunk in asconf->transport. When an ASCONF chunk contains an Address Parameter L (different from the packet source), followed by [DEL-IP L] and then [DEL-IP 0.0.0.0], the first DEL-IP passes the source-address guard (ADDIP D8 / SCTP_ERROR_DEL_SRC_IP) and calls sctp_assoc_rm_peer() on the cached transport, freeing it via RCU-deferred reclamation. The subsequent wildcard DEL-IP then reuses the now-dangling asconf->transport pointer in sctp_assoc_set_primary() and sctp_assoc_del_nonprimary_peers(), dereferencing freed memory and corrupting asoc->peer.primary_path and active_path, ultimately leaving the association with transport_count of 0 and dangling pointers. The fix rejects any DEL-IP that targets the transport the ASCONF is being processed against, mirroring the existing source-address guard (GitHub Advisory).
Successful exploitation allows an unauthenticated remote attacker to crash the Linux kernel (denial of service) or render an SCTP association permanently unusable by corrupting its transport management structures, preventing any further data transmission or reception. The corruption of primary_path and active_path with freed memory pointers can cause unpredictable kernel behavior, including potential memory corruption beyond the immediate association. Systems relying on SCTP for critical communications (e.g., telecommunications infrastructure, certain VoIP and signaling systems) are at elevated risk of service disruption (GitHub Advisory).
nmap -sY targeting SCTP ports like 36412 for S1AP or other SCTP-based services).L (an IP address different from the packet's source address), a DEL-IP L parameter, and a wildcard DEL-IP 0.0.0.0 parameter.DEL-IP L passes the source-address guard and triggers sctp_assoc_rm_peer() on the cached transport, freeing it.DEL-IP 0.0.0.0 reuses the dangling asconf->transport pointer in sctp_assoc_set_primary() and sctp_assoc_del_nonprimary_peers(), corrupting the association's transport list and primary path pointers.transport_count of 0 and dangling primary_path/active_path pointers (GitHub Advisory).0.0.0.0 DEL-IP) from external or untrusted sources.sctp_process_asconf, sctp_assoc_rm_peer, sctp_assoc_set_primary, or sctp_assoc_del_nonprimary_peers in /var/log/kern.log or dmesg output.transport_count reaching 0.Apply the patched Linux kernel versions: 6.6.148, 6.12.101, 6.18.42, 7.1.6, or 7.2-rc5 (or later). The specific upstream fix commits are available at the kernel stable repository (e.g., fedeb4468987, 74e8f3e7114f, 85aca407c560, d136b29bf91d, 9b2854f86f0b) (GitHub Advisory). As a workaround where SCTP is not required, disable the SCTP kernel module (modprobe -r sctp or blacklist it in /etc/modprobe.d/) to eliminate the attack surface. If SCTP is required, implement network-level filtering (firewall rules) to restrict SCTP traffic to trusted sources only.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."