Advisory Database
  • Advisories
  • Dependency Scanning
  1. nuget
  2. ›
  3. SIPSorcery
  4. ›
  5. GHSA-jwjp-4649-v8jp

GHSA-jwjp-4649-v8jp: SIPSorcery vulnerable to Denial of Service via out-of-bounds read in SCTP SACK chunk parsing

August 12, 2026

SctpSackChunk.ParseChunk reads the numGapAckBlocks and numDuplicateTSNs fields (each up to 65535) directly from an attacker-controlled SCTP SACK chunk and loops that many times reading 4 bytes per iteration, with no validation of the counts against the chunk length or the receive buffer. A single crafted SACK chunk from a negotiated WebRTC peer forces reads past the end of the 262144-byte receive buffer, raising IndexOutOfRangeException, which is not caught by the recoverable handler and terminates the dedicated SCTP receive thread — permanently killing the SCTP association and all data channels.

References

  • github.com/advisories/GHSA-jwjp-4649-v8jp
  • github.com/sipsorcery-org/sipsorcery/commit/a2466550bb2a28821c73fb1961bc33dcc467f8cf
  • github.com/sipsorcery-org/sipsorcery/security/advisories/GHSA-jwjp-4649-v8jp

Code Behaviors & Features

Detect and mitigate GHSA-jwjp-4649-v8jp with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 10.0.14

Fixed versions

  • 10.0.14

Solution

Upgrade to version 10.0.14 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-125: Out-of-bounds Read
  • CWE-755: Improper Handling of Exceptional Conditions

Source file

nuget/SIPSorcery/GHSA-jwjp-4649-v8jp.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 22 Sep 2026 12:20:27 +0000.