CVE-2026-74287
9.1Linux · Kernel
The Linux kernel SCTP implementation contains an out-of-bounds read vulnerability due to insufficient validation of embedded address parameters, allowing remote denial of service or information leaks.
Executive summary
A critical out-of-bounds read vulnerability in the Linux kernel SCTP stack allows unauthenticated remote attackers to trigger system crashes or leak memory.
Vulnerability
This vulnerability involves improper length validation of embedded address parameters within the Stream Control Transmission Protocol (SCTP) implementation. An unauthenticated attacker can send crafted SCTP packets to trigger an out-of-bounds read.
Business impact
The ability to remotely crash a Linux system or disclose sensitive kernel memory poses a severe threat to infrastructure stability and data confidentiality. With a CVSS score of 9.1, this vulnerability is critical for any environment running network-exposed services that utilize the SCTP protocol.
Remediation
Immediate Action: Apply the vendor-provided kernel updates to at least version 5.10.261, 5.15.212, 6.1.178, or 6.6.145, depending on the specific branch in use.
Proactive Monitoring: Monitor system logs for kernel panics or unexpected service restarts related to network traffic processing.
Compensating Controls: If patching is delayed, restrict access to SCTP services via network firewalls or disable the SCTP protocol if it is not required for production operations.
Exploitation status
Public Exploit Available: Yes, the vulnerability is publicly known and documented in kernel source code references.
Analyst recommendation
Due to the critical nature of kernel-level vulnerabilities and the potential for remote exploitation, systems should be patched as a top priority. Administrators must coordinate with their distribution maintainers to ensure the appropriate kernel security updates are deployed across all affected environments.