Intel

AIKIDO-2026-302152

SIPSorcery is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)GHSA-jwjp-4649-v8jp Published Aug 11, 2026

75

High Risk

This Affects:

DOTNETSIPSorcery
0.0.1 - 10.0.13
Fixed in 10.0.14
Are you affected? Scan for Free

TL;DR

SctpSackChunk.ParseChunk reads the gap-ack-block and duplicate-TSN counts directly from an externally supplied SCTP SACK chunk and loops that many times without validating the counts against the chunk length or the receive buffer size. A crafted SACK chunk reads past the end of the fixed-size receive buffer, raising an out-of-bounds exception that the recoverable handler does not catch. The dedicated SCTP receive thread then exits with no restart. The fix validates the declared counts against the chunk bounds before iterating.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you process SCTP traffic over WebRTC data channels or SCTP-over-UDP.

Background info

SIPSorcery is vulnerable to Denial of Service (DoS) in versions 0.0.1 - 10.0.13.

How to fix this

Upgrade the SIPSorcery library to the patch version.