CVE-2026-74752
9.8Linux · Kernel
The Linux kernel SCTP implementation fails to validate cookie AUTH state, leading to potential out-of-bounds memory access and local privilege escalation.
Executive summary
A critical vulnerability in the Linux kernel SCTP stack allows unauthenticated remote attackers to trigger memory corruption and potential privilege escalation.
Vulnerability
This is an improper input validation vulnerability (CWE-20) occurring within the SCTP COOKIE_ECHO processing logic. An unauthenticated remote attacker can supply a specially crafted cookie to trigger out-of-bounds reads or memory writes, which can be leveraged for privilege escalation.
Business impact
The vulnerability carries a CVSS score of 9.8, indicating a critical risk to system integrity and confidentiality. Successful exploitation could allow an attacker to gain elevated privileges on the host, leading to full system compromise, unauthorized data access, and potential lateral movement within the network.
Remediation
Immediate Action: Update the Linux kernel to version 7.1.10 or later, as provided by your distribution vendor, to incorporate the necessary validation checks.
Proactive Monitoring: Monitor system logs for kernel-related crashes or unexpected SCTP connection errors that may indicate exploitation attempts.
Compensating Controls: If patching is delayed, restrict network access to SCTP services using firewall rules to limit exposure to untrusted sources.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the critical CVSS severity and the low complexity of the attack vector, organizations running affected Linux kernels should prioritize this update immediately. Ensure that kernel updates are applied across all production environments to neutralize the risk of unauthorized privilege escalation.