CVE-2026-74752
Received Received - Intake

SCTP Cookie Authentication State Validation Flaw

Vulnerability report for CVE-2026-74752, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: sctp: validate cookie AUTH state before use When cookie authentication is disabled, COOKIE_ECHO restores fixed-size AUTH fields directly from peer-controlled cookie bytes. A forged RANDOM length, HMAC list, or CHUNKS list can then reach association consumers with lengths or identifiers that were never validated against the local backing arrays. A forged RANDOM length can cause out-of-bounds reads during key-vector construction. A forged HMAC identifier also caused a 32-byte write past a zero-length AUTH chunk, providing a primitive for a local privilege escalation chain. Validate the cookie's RANDOM, HMACS, and CHUNKS parameters at the cookie trust boundary before copying them into the association. Reject invalid types, malformed lengths, unsupported HMAC identifiers, HMAC lists without SHA1, and forbidden chunk ids.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-26
AI Q&A
2026-08-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper validation of cookie authentication state during SCTP (Stream Control Transmission Protocol) communication. When cookie authentication is disabled, an attacker can forge malicious cookie data to manipulate AUTH fields, leading to potential out-of-bounds reads or memory corruption. This occurs because the system fails to validate the RANDOM length, HMAC list, or CHUNKS list against local arrays before processing.

Detection Guidance

This vulnerability affects the Linux kernel's SCTP implementation. Detection requires checking kernel version and SCTP configuration. Use 'uname -r' to check kernel version and 'sysctl net.sctp' to review SCTP settings. Monitor for unusual network traffic patterns or crashes in SCTP-related processes.

Impact Analysis

This vulnerability could allow an attacker to execute arbitrary code or escalate privileges on a vulnerable system. By crafting malicious cookie data, an attacker might trigger memory corruption, leading to crashes or unauthorized access. Systems using SCTP with cookie authentication disabled are particularly at risk.

Mitigation Strategies

Apply the latest kernel security patches immediately. Disable SCTP if not required using 'sysctl -w net.sctp.disabled=1'. Restrict network access to SCTP ports (typically 9999/udp) via firewall rules. Monitor system logs for SCTP-related errors or crashes.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74752. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart