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

sctp: validate Adaptation Indication parameter length

The Adaptation Layer Indication parameter contains a fixed 32-bit
Adaptation Code Point after its parameter header. However,
sctp_verify_param() accepts a header-only parameter because the generic
parameter walker only requires the header to be present.

sctp_process_param() then reads adaptation_ind beyond the declared
parameter. When the malformed parameter is last in an INIT, the read
starts at the receive skb tail, and the value is copied into the state
cookie returned in the INIT ACK. This may disclose four receive-buffer
tail bytes.

Require the declared parameter length to match the fixed structure size
and abort the association through the existing invalid parameter length
path otherwise.
Published: 2026-08-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Patch Immediately
AI Analysis

Impact

The Linux kernel’s SCTP implementation accepts SCTP parameters that contain only a header without validating that the declared length matches the fixed 32‑bit Adaptation Code Point structure. When a malformed parameter is the last field in an INIT message, the kernel reads beyond the provided length onto the receive socket buffer tail, copying four stray bytes into the state cookie returned in the INIT ACK. An attacker who can send crafted SCTP INIT packets can therefore gain access to a small amount of kernel memory, potentially revealing sensitive information. This flaw arises from improper bounds checking in the SCTP parameter handling code.

Affected Systems

All Linux kernel installations are affected, because the vulnerability resides in the core SCTP stack. No specific kernel release or distribution version is listed, so any kernel containing the unpatched SCTP handling code is considered vulnerable.

Risk and Exploitability

The vulnerability allows remote attackers to send a malicious SCTP packet and receive a partially corrupted state cookie containing four bytes of receive‑buffer data. The CVSS score of 7.5 reflects high severity. The EPSS score of < 1 % indicates a very low probability of exploitation, and the absence of a KEV listing confirms that no publicly documented exploits exist. Exploitation requires a SCTP‑capable network stack and the ability to send crafted packets to the target host, limiting the threat to environments where SCTP is enabled. The attack vector is inferred from the description, implying that an attacker must send malicious SCTP INIT packets to the target host. Immediate patching is recommended, as no mitigations can fully prevent the disclosure once the vulnerable code is active.

Generated by OpenCVE AI on September 1, 2026 at 17:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest kernel update that includes the SCTP parameter length validation fix.
  • Disable SCTP protocol in the kernel if not needed to eliminate the attack surface.
  • Deploy network monitoring to detect anomalous SCTP INIT packets and alert administrators of suspicious activity.

Generated by OpenCVE AI on September 1, 2026 at 17:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4777-1 linux security update
History

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-126
CWE-200

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


Fri, 28 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-126
CWE-200

Fri, 28 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Fri, 28 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: sctp: validate Adaptation Indication parameter length The Adaptation Layer Indication parameter contains a fixed 32-bit Adaptation Code Point after its parameter header. However, sctp_verify_param() accepts a header-only parameter because the generic parameter walker only requires the header to be present. sctp_process_param() then reads adaptation_ind beyond the declared parameter. When the malformed parameter is last in an INIT, the read starts at the receive skb tail, and the value is copied into the state cookie returned in the INIT ACK. This may disclose four receive-buffer tail bytes. Require the declared parameter length to match the fixed structure size and abort the association through the existing invalid parameter length path otherwise.
Title sctp: validate Adaptation Indication parameter length
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-29T06:22:33.315Z

Reserved: 2026-08-26T14:34:25.788Z

Link: CVE-2026-80717

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:57.430

Modified: 2026-08-29T07:16:53.177

Link: CVE-2026-80717

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80717 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T17:15:05Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value