Bug 2532035 (CVE-2026-89476) - CVE-2026-89476 kernel: sctp: fix stream->outcnt underflow on duplicate RECONF responses
Summary: CVE-2026-89476 kernel: sctp: fix stream->outcnt underflow on duplicate RECONF...
Keywords:
Status: NEW
Alias: CVE-2026-89476
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-11 20:08 UTC by OSIDB Bzimport
Modified: 2026-09-14 14:18 UTC (History)
17 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-11 20:08:16 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.