CVE-2026-45100
9.1 CRITICALpublic exploit availablePublished 2026-08-04 · Updated 2026-08-05
AI risk analysis
- Summary
- A buffer overflow vulnerability exists in OpenSIPS versions 3.4.0-beta to 3.6.5 and 4.0.0-beta due to improper handling of base64 encoding, allowing remote attackers to inject malicious data into adjacent buffers.
- Exploitability
- Exploitation requires sending a SIP message with a large header value; deployment-specific routing configurations affect ease of exploit.
- Blast radius
- If exploited, this could lead to arbitrary code execution or denial of service in the affected OpenSIPS instance and potentially other services depending on its configuration.
- Prioritized remediation
- Upgrade to OpenSIPS version 3.6.6 or later.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
OpenSIPS is a Session Initiation Protocol (SIP) server implementation. Versions 3.4.0-beta through 3.6.5 and 4.0.0-beta contain a buffer overflow in the {s.b64encode} string transformation. The size check for {s.b64encode} only verifies that the input fits within the 64 KB transformation buffer, but base64 encoding expands the data by roughly a third, so an input between about 49,153 and 65,535 bytes produces more output than the buffer can hold and overflows it by up to 21,844 bytes. Because these transformation buffers sit next to each other in memory and are reused for chained transformations, the overflow writes attacker-controlled data into the adjacent buffer and corrupts values used by later transformations processing the same SIP message. A remote attacker can trigger this by sending a SIP message with a large header value (roughly 50,000 bytes or more) when the routing script applies {s.b64encode} to attacker-controlled input, making exploitability dependent on the deployment's routing configuration. This issue has been fixed in versions 3.6.6 and 4.0.0-rc1.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Weaknesses
CWE-120
Public exploit & PoC references
- https://github.com/OpenSIPS/opensips/commit/4d23613b65579b073784a07a65d3bf52443a4efb
- https://github.com/OpenSIPS/opensips/commit/5f103effaf5f372cccffe0b138f16998eba12668
- https://github.com/OpenSIPS/opensips/security/advisories/GHSA-35fr-6rv9-vp68
- https://github.com/OpenSIPS/opensips/security/advisories/GHSA-35fr-6rv9-vp68
All references
- https://github.com/OpenSIPS/opensips/commit/4d23613b65579b073784a07a65d3bf52443a4efb
- https://github.com/OpenSIPS/opensips/commit/5f103effaf5f372cccffe0b138f16998eba12668
- https://github.com/OpenSIPS/opensips/security/advisories/GHSA-35fr-6rv9-vp68
- https://github.com/OpenSIPS/opensips/security/advisories/GHSA-35fr-6rv9-vp68
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.