Home ยท Wiki ยท Vulnerabilities & CVEs
type: cve ยท created: 2026-08-09 ยท updated: 2026-08-09 ยท tags: [cve, linux, kernel, container-escape, use-after-free, sctp] ยท confidence: high ยท severity: not-rated ยท affected_sectors: [technology, cloud, infrastructure] ยท au_impact: true

CVE-2026-64564 โ€” 18-Year-Old Linux SCTP Use-After-Free

CVE-2026-64564 is a use-after-free vulnerability in Linux's SCTP (Stream Control Transmission Protocol) networking code dating to 2008. Discovered by Tencent Zhuque Lab, it allows local users to gain root privileges and escape containers.

Vulnerability Details

Attribute Detail
CVE CVE-2026-64564
Type Use-After-Free โ†’ Local Privilege Escalation + Container Escape
Affected Linux kernel (SCTP networking code, dating to 2008)
Discovered by Tencent Zhuque Lab
Disclosure 2026-08-07
Impact Root access, container escape

Status

  • Fixed in stable kernels: 7.1.6, 6.18.42, 6.12.101, 6.6.148
  • Discovered by Tencent Zhuque Lab
  • No evidence of active exploitation at time of disclosure

Affected Systems

Any Linux system with SCTP support enabled. The vulnerability has been present in the kernel since approximately 2008, affecting all Linux distributions running kernels predating the fix releases.

Mitigation

  1. Apply the latest stable kernel updates for your distribution
  2. If SCTP is not required, disable the SCTP kernel module (modprobe -r sctp)
  3. Restrict local access to reduce the attack surface for LPE

Related Pages