Skip to main content

Linux Kernel EUVDEUVD-2026-59434

| CVE-2026-74287 CRITICAL
2026-08-15 Linux GHSA-gffv-4hwx-62gg
Critical
Disputed · 9.1 Vendor: Linux
Share

Severity by source

Sources disagree (Medium–Critical)
Vendor (Linux) PRIMARY
9.1 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
vuln.today AI
9.1 CRITICAL

Remote unauthenticated malformed SCTP packet triggers an out-of-bounds read with no interaction, causing memory disclosure (C:H) and crash/DoS (A:H); no integrity impact and no scope change.

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

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: Linux

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

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 10:13 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
9.1 (CRITICAL)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 05:57 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 15, 2026 - 05:57 cve.org
CRITICAL 9.1

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

sctp: validate embedded address parameter length

sctp_verify_asconf() and sctp_verify_param() only validate ADD_IP, DEL_IP, and SET_PRIMARY parameters against a fixed minimum size of sizeof(struct sctp_addip_param) + sizeof(struct sctp_paramhdr). This ensures the outer parameter is large enough to contain an embedded address parameter header, but does not verify that the embedded address parameter's declared length fits within the bounds of the outer parameter.

Later, sctp_process_param() and sctp_process_asconf_param() extract the embedded address parameter and pass it to af->from_addr_param(), which uses the address parameter length to parse the variable-length address payload. A malformed peer can therefore advertise an embedded address parameter length that exceeds the remaining bytes in the enclosing parameter.

Validate that addr_param->p.length does not exceed the space available after the sctp_addip_param header before processing the embedded address parameter. Reject malformed parameters when the embedded address length extends beyond the enclosing parameter bounds.

This prevents out-of-bounds reads when parsing malformed parameters carried in INIT or ASCONF processing paths.

AnalysisAI

Out-of-bounds read in the Linux kernel's SCTP protocol implementation allows a malicious SCTP peer to trigger memory over-reads during INIT or ASCONF chunk processing. The flaw stems from insufficient validation of an embedded address parameter's declared length inside ADD_IP, DEL_IP, and SET_PRIMARY ASCONF parameters, letting a crafted peer advertise a length exceeding the enclosing parameter's bounds. …

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
Reach SCTP-enabled host via protocol 132
Delivery
Send crafted INIT/ASCONF chunk
Exploit
Embedded address param length exceeds bounds
Execution
Kernel reads out-of-bounds in from_addr_param()
Impact
Leak kernel memory or crash host

Vulnerability AssessmentAI

Exploitation Exploitation requires that the target has the kernel SCTP module loaded and is reachable via SCTP (IP protocol 132) - the malformed ADD_IP, DEL_IP, or SET_PRIMARY ASCONF parameter must be delivered inside an INIT or ASCONF chunk that the SCTP stack will parse, which can occur during association setup. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The signals conflict in a way worth stating plainly: the CVSS vector (AV:N/AC:L/PR:N/UI:N, C:H/A:H) yields 9.1 CRITICAL implying trivial remote unauthenticated compromise, yet EPSS is only 0.18% (7th percentile) and there is no KEV listing and no known POC, indicating low real-world exploitation likelihood. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker able to send SCTP traffic to a target host crafts an INIT or ASCONF chunk containing an ADD_IP/DEL_IP/SET_PRIMARY parameter whose embedded address parameter declares a length longer than the enclosing parameter, causing the kernel to read beyond the buffer while parsing the address payload. This yields a kernel memory over-read that can leak adjacent memory contents or crash the host (DoS). …
Remediation Vendor-released patch: upgrade to a fixed stable kernel for your branch - 5.10.261, 5.15.212, 6.1.178, 6.6.145, 6.12.97, 6.18.40, or 7.1.5 (7.2-rc1 for mainline) or later, as published at git.kernel.org (e.g. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, audit which Linux systems have SCTP protocol support enabled by checking kernel module status and network configurations to prioritize patching scope. …

Sign in for detailed remediation steps and compensating controls.

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

Vendor StatusVendor

Share

EUVD-2026-59434 vulnerability details – vuln.today

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