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.
Published: 2026-08-26
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the Linux kernel’s SCTP implementation allows an attacker to send a forged cookie that bypasses validation when cookie authentication is disabled. The malformed cookie can cause the kernel to read beyond allocated memory or write past a zero‑length buffer during key‑vector construction, creating a primitive for a local privilege escalation chain. The flaw is a classic out‑of‑bounds memory error that can be exploited to compromise system integrity.

Affected Systems

All Linux kernel releases that include the SCTP module are affected. The issue exists in the socket layer that handles SCTP cookies; any host running a kernel version before the patch, regardless of specific distribution, is vulnerable.

Risk and Exploitability

The CVSS base score is not supplied in the data; however, the presence of a local privilege escalation vector and absence of listed KEV exposure suggest moderate to high risk. The EPSS score is unavailable, so current exploitation likelihood cannot be quantified. The flaw can be triggered by sending crafted SCTP COOKIE_ECHO packets over the network, making it a remote‑to‑local attack scenario. If successful, the attacker could gain arbitrary privileges on the affected host.

Generated by OpenCVE AI on August 26, 2026 at 15:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system to a kernel version that contains the fix for SCTP cookie validation
  • If SCTP is not required, disable the SCTP module with modprobe -r sctp or by configuring the kernel to omit SCTP support
  • Apply network filtering rules to drop or rate‑limit unexpected SCTP COOKIE_ECHO traffic to mitigate the attack surface

Generated by OpenCVE AI on August 26, 2026 at 15:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 16:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-125
CWE-787

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title sctp: validate cookie AUTH state before use
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-26T14:36:59.548Z

Reserved: 2026-08-15T05:44:03.931Z

Link: CVE-2026-74752

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:16:54.270

Modified: 2026-08-26T15:16:54.270

Link: CVE-2026-74752

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T17:30:09Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read

  • CWE-787

    Out-of-bounds Write