Description
OpenSIPS is a Session Initiation Protocol (SIP) server implementation. Versions prior to 3.6.6 and 4.0.0-rc1 contain a denial of service vulnerability in the SDP bandwidth-line parsing logic. A SIP request with Content-Type: application/sdp and a malformed session-level SDP bandwidth line missing the required colon delimiter can corrupt parsed SDP bandwidth metadata. When a route or module subsequently clones the corrupted SDP state, as occurs with dialog and QoS processing, the OpenSIPS worker process crashes. An unauthenticated remote attacker can therefore trigger a crash in any configuration whose routing script parses attacker-controlled SDP and applies dialog/QoS processing. This issue has been fixed in versions 3.6.6 and 4.0.0-rc1.
Published: 2026-08-04
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A session‑initiated protocol server suffers a denial of service when a SIP request contains a corrupted bandwidth line in its SDP body. The missing colon delimiter corrupts internal bandwidth metadata, and subsequent cloning of this corrupted state during dialog or QoS processing terminates the worker process. The owner of the affected server can be completely disrupted by any one well‑formed SIP packet. The weakness is an uncontrolled input that leads to a memory corruption and a crash, corresponding to CWE‑20 and CWE‑476.

Affected Systems

All OpenSIPS servers running a version earlier than 3.6.6 or 4.0.0‑rc1 are susceptible. The issue is addressed in releases 3.6.6 and 4.0.0‑rc1 and later. Any environment that parses attacker‑controlled SDP content and applies dialog or QoS modules is at risk.

Risk and Exploitability

The CVSS score of 8.7 categorizes this vulnerability as high severity. Because no EPSS score is available, the probability of exploitation cannot be quantified, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is remote: an unauthenticated attacker may trigger the crash simply by sending a malformed SIP packet over the network. The impact would be a denial of service to the entire OpenSIPS process, affecting all ongoing or future SIP sessions.

Generated by OpenCVE AI on August 5, 2026 at 01:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the OpenSIPS installation to version 3.6.6 or 4.0.0‑rc1 or later, where the SDP parsing flaw is fixed.
  • If an upgrade is not immediately possible, explicitly validate the SDP bandwidth line before processing and reject any payload lacking the required colon delimiter.
  • Restrict or remove dialog and QoS processing modules from the routing logic until a patch can be applied.

Generated by OpenCVE AI on August 5, 2026 at 01:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 01:45:00 +0000

Type Values Removed Values Added
First Time appeared Opensips
Opensips opensips
Vendors & Products Opensips
Opensips opensips

Wed, 05 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description OpenSIPS is a Session Initiation Protocol (SIP) server implementation. Versions prior to 3.6.6 and 4.0.0-rc1 contain a denial of service vulnerability in the SDP bandwidth-line parsing logic. A SIP request with Content-Type: application/sdp and a malformed session-level SDP bandwidth line missing the required colon delimiter can corrupt parsed SDP bandwidth metadata. When a route or module subsequently clones the corrupted SDP state, as occurs with dialog and QoS processing, the OpenSIPS worker process crashes. An unauthenticated remote attacker can therefore trigger a crash in any configuration whose routing script parses attacker-controlled SDP and applies dialog/QoS processing. This issue has been fixed in versions 3.6.6 and 4.0.0-rc1.
Title OpenSIPS: Denial of Service in SDP bandwidth parsing via QoS SDP cloning
Weaknesses CWE-20
CWE-476
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Opensips Opensips
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-04T23:50:57.147Z

Reserved: 2026-05-13T18:37:30.989Z

Link: CVE-2026-46334

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T01:45:04Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-476

    NULL Pointer Dereference