CVE-2026-89476
7.5
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 11ae76e67a179f25ae8f772d62a7ddf717b1cdf3 < 2d867663c563e8009257b9edf9c8ec75d9bbf19a | affected |
| Linux | Linux | 11ae76e67a179f25ae8f772d62a7ddf717b1cdf3 < d02a5794c3deedcb8476d017fcee2b7aaedab2e1 | affected |
| Linux | Linux | 11ae76e67a179f25ae8f772d62a7ddf717b1cdf3 < 8320cbd81bc21a1ca6ebdf70ad610ebc5ef1bd68 | affected |
| Linux | Linux | 11ae76e67a179f25ae8f772d62a7ddf717b1cdf3 < 3faf13aff243ca9f78d08b1a2956ef5a6fc77b6e | affected |
| Linux | Linux | 4.12 | affected |
| Linux | Linux | 0 < 4.12 | unaffected |
| Linux | Linux | 6.12.109 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.50 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.4 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc1 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/2d867663c563e8009257b9edf9c8ec75d9bbf19a
- https://git.kernel.org/stable/c/d02a5794c3deedcb8476d017fcee2b7aaedab2e1
- https://git.kernel.org/stable/c/8320cbd81bc21a1ca6ebdf70ad610ebc5ef1bd68
- https://git.kernel.org/stable/c/3faf13aff243ca9f78d08b1a2956ef5a6fc77b6e
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.