Skip to main content

Linux Kernel EUVDEUVD-2026-66582

| CVE-2026-74752 CRITICAL
2026-08-26 Linux GHSA-3494-mfxc-798j
9.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.0 HIGH

Reporter describes a local privilege-escalation primitive (AV:L, PR:L) gated on the non-default cookie-auth-disabled path plus heap control (AC:H); kernel memory corruption yields full C/I/A impact. NVD's AV:N/PR:N is noted but appears to overstate reachability.

3.1 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
4.0 AV:L/AC:H/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 27, 2026 - 06:33 vuln.today
CVSS changed
Aug 27, 2026 - 06:22 NVD
9.8 (CRITICAL)
Patch available
Aug 26, 2026 - 16:17 EUVD
CVE Published
Aug 26, 2026 - 14:36 cve.org
CRITICAL 9.8
CVE Published
Aug 26, 2026 - 14:36 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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.

AnalysisAI

Kernel memory corruption in the Linux SCTP stack allows a forged COOKIE_ECHO chunk to bypass validation of AUTH parameters when cookie authentication is disabled, letting an attacker who controls the echoed cookie bytes supply unchecked RANDOM lengths, HMAC identifiers, and CHUNKS lists. A forged RANDOM length yields out-of-bounds reads during key-vector construction, and a forged HMAC identifier drives a 32-byte write past a zero-length AUTH chunk - described by the reporter as a primitive for a local privilege escalation chain. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Local unprivileged access to SCTP socket
Delivery
Initiate association with cookie auth disabled
Exploit
Send COOKIE_ECHO with forged RANDOM/HMAC AUTH params
Execution
Trigger 32-byte OOB write past zero-length AUTH chunk
Persist
Groom corrupted kernel memory
Impact
Escalate privileges to root

Vulnerability AssessmentAI

Exploitation Exploitation requires the SCTP subsystem to be in use (module loaded) and, critically, endpoint cookie authentication (RFC 4895 AUTH) to be DISABLED - that specific configuration is the code path where fixed-size AUTH fields are restored from peer-controlled cookie bytes without validation. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The signals conflict and must be reconciled rather than taken at face value. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local unprivileged user on a host where the SCTP module is loaded and endpoint cookie authentication is disabled opens an SCTP association (for example over loopback) and completes the handshake with a crafted COOKIE_ECHO carrying a forged HMAC identifier and RANDOM length. Restoration of these unvalidated AUTH fields triggers an out-of-bounds read and a 32-byte write past a zero-length AUTH chunk in kernel memory, which the attacker grooms into a privilege-escalation primitive to gain root. …
Remediation Upstream fix available (PR/commit); released patched version not independently confirmed - the correction adds validation of the cookie's RANDOM, HMACS, and CHUNKS parameters at the cookie trust boundary, rejecting invalid types, malformed lengths, unsupported HMAC identifiers, HMAC lists lacking SHA1, and forbidden chunk ids. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours: Identify all systems running Linux with SCTP enabled; use your asset management and infrastructure tools to create a prioritized remediation list focused on production servers, container hosts, and cloud instances. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-66582 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy