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

sctp: fix stream->outcnt underflow on duplicate RECONF responses

A cached RECONF chunk may contain more than one request parameter. A
duplicate response can therefore find and process the same ADD_OUT request
again while another parameter is still outstanding, rolling back outcnt
twice and possibly underflowing it.

Track outstanding request types as bits and clear each bit after its first
response. Later responses for the same request are then ignored.
Published: 2026-09-11
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel memory corruption
Action: Apply Patch
AI Analysis

Impact

The vulnerability appears in the SCTP implementation in the Linux kernel. A cached RECONF chunk may contain multiple request parameters. When a duplicate RECONF response arrives, the kernel processes the same ADD_OUT request twice while another parameter remains outstanding. This double decrement causes the stream->outcnt counter to underflow. The underflow corrupts a kernel memory structure, leading to unpredictable behavior such as a crash or other integrity violations.

Affected Systems

All Linux kernel versions that include the SCTP stack and were released before potentially affected. Kernel builds that do not incorporate the patches referenced in the advisory, specifically commits 2d867663c563e8009257b9edf9c8ec75d9bbf19a, 3faf13aff243ca9f78d08b1a2956ef5a6fc77b6e, 8320cbd81bc21a1ca6ebdf68, and d02a5794c3deedcb8476d017fcee2b7aaedab2e1, may kernel older than these commits should be evaluated.

Risk and Exploitability

The CVSS score of 5.9 indicates a moderate risk. EPSS < 1% suggests a very low likelihood of exploitation, and the vulnerability is not listed in the KEV catalog, indicating limited exploitation evidence. Likely attack requires network access to a host’s SCTP port to transmit crafted RECONF messages that trigger duplicate responses. The double decrement of outcnt could cause a kernel crash or other instability due to kernel memory corruption.

Generated by OpenCVE AI on September 13, 2026 at 03:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix commit that resolves the stream->outcnt underflow; reference the commit IDs in the advisory.
  • If SCTP traffic is unnecessary for the environment, disable the SCTP protocol module or block SCTP traffic at the firewall to prevent the vulnerability from being triggered.
  • Enable kernel auditing of SCTP events and monitor kernel logs for anomalous RECONF activity, treating unexpected counter behavior as potential exploitation.

Generated by OpenCVE AI on September 13, 2026 at 03:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


Sat, 12 Sep 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Important


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: sctp: fix stream->outcnt underflow on duplicate RECONF responses A cached RECONF chunk may contain more than one request parameter. A duplicate response can therefore find and process the same ADD_OUT request again while another parameter is still outstanding, rolling back outcnt twice and possibly underflowing it. Track outstanding request types as bits and clear each bit after its first response. Later responses for the same request are then ignored.
Title sctp: fix stream->outcnt underflow on duplicate RECONF responses
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-09-13T06:29:44.161Z

Reserved: 2026-09-11T19:38:34.711Z

Link: CVE-2026-89476

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:28.930

Modified: 2026-09-13T07:17:10.663

Link: CVE-2026-89476

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-11T19:43:33Z

Links: CVE-2026-89476 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T03:45:18Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)