CVE-2026-45538
Last modified
CVE-2026-45538 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. OpenSIPS is a Session Initiation Protocol (SIP) server implementation. In versions 4.0.0 and prior, processing a SIP message with a header name longer than 255 bytes causes a stack buffer overflow when sip_to_json() is called in the routing script. EPSS estimates a 0.48% chance of exploitation in the next 30 days.
Description
OpenSIPS is a Session Initiation Protocol (SIP) server implementation. In versions 4.0.0 and prior, processing a SIP message with a header name longer than 255 bytes causes a stack buffer overflow when sip_to_json() is called in the routing script. Function sip_to_json() (modules/sipmsgops/sipmsgops.c) copies SIP header names into a fixed 255-byte stack buffer without bounds checking, performing a memcpy of the full header-name length even though the SIP parser imposes no such limit (a header name can be roughly 65000 bytes). As a result, when a routing script calls sip_to_json(), a SIP message with a header name longer than 255 bytes triggers a stack buffer overflow in which both the length and content of the overwrite are attacker-controlled, corrupting the saved frame pointer and return address. A single unauthenticated UDP packet to the SIP port (5060) can crash the process or, on builds without stack protections, hijack the return address to achieve remote code execution. This affects deployments whose routing script invokes sip_to_json(). This issue was not fixed at the time of publication.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| OpenSIPS | opensips | <= 4.0.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-45538?
How severe is CVE-2026-45538?
How do I fix CVE-2026-45538?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4553A vulnerability was identified in Tenda F453 1.0.0.3. Impact…8.8
- CVE-2026-45533DataEase is an open source data visualization and analysis t…8.3
- CVE-2026-45534DataEase is an open source data visualization and analysis t…9
- CVE-2026-45535DataEase is an open source data visualization and analysis t…8.7
- CVE-2026-45536Netty is a network application framework for development of …4
- CVE-2026-45537OpenSIPS is a Session Initiation Protocol (SIP) server imple…9.1
- CVE-2026-45539Microsoft APM is an open-source, community-driven dependency…7.4
- CVE-2026-4554A security flaw has been discovered in Tenda F453 1.0.0.3. T…8.8
- CVE-2026-45541ESF-IDF is the Espressif Internet of Things (IOT) Developmen…7.5
- CVE-2026-45542ESF-IDF is the Espressif Internet of Things (IOT) Developmen…7.1
- CVE-2026-45543Nextcloud is an open source content collaboration platform. …5.3
- CVE-2026-45544Nextcloud is an open source content collaboration platform. …4.3
Are you affected by CVE-2026-45538?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
