CVE-2026-45100 Details
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.
A buffer overflow vulnerability has been identified in OpenSIPS versions 3.4.0-beta through 3.6.5 and 4.0.0-beta. The issue arises in the {s.b64encode} string transformation, where the size check only ensures that the input fits within a 64 KB buffer. However, base64 encoding increases the data size by approximately one-third, allowing inputs between about 49,153 and 65,535 bytes to exceed the buffer capacity and overflow by as much as 21,844 bytes. This overflow writes attacker-controlled data into an adjacent buffer, corrupting values for subsequent transformations processing the same SIP message. A remote attacker can exploit this by sending a SIP message with a large header value when the routing script applies {s.b64encode} to user-controlled input, making the vulnerability dependent on the specific routing configuration.
Users can upgrade to OpenSIPS versions 3.6.6 or 4.0.0-rc1, both of which include the necessary fix.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-120 | Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') | [email protected] |
Affected Products
No affected product data is available for this CVE.
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 4, 2026 | New CVE Received | [email protected] |