Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
2981 articles · 185103 vulns · 37/41 feeds (7d)
← Back to list
9.1
CVE-2026-45537
OpenSIPS · opensips

OpenSIPS: Global Buffer Overflow in construct_uri

Description

OpenSIPS is a Session Initiation Protocol (SIP) server implementation. In versions prior to 3.6.6 and 4.0.0-rc1, the construct_uri() function concatenates multiple URI components (protocol, username, domain, port, params) into a fixed 1024-byte global BSS buffer without any bounds checking. When a routing script calls construct_uri() with an attacker-controlled username, a combined component length exceeding 1024 bytes overflows the buffer, corrupting adjacent global data with attacker-controlled content. The overflow reaches disable_503_translation, a global flag controlling SIP 503 response handling, allowing an attacker to deterministically set the flag via the URI username and alter the server's routing behavior for subsequent messages. Because the same buffer is shared with contact_builder(), the overflow also corrupts that function's data, and without a memory sanitizer the adjacent globals are silently overwritten on every request containing a long username. This issue has been fixed in versions 3.6.6 and 4.0.0-rc1.

Affected Products

VendorProductVersions
OpenSIPSopensips>= 3.4.0, < 3.6.6, >= 4.0.0-beta, < 4.0.0-rc1

References

  • https://github.com/OpenSIPS/opensips/security/advisories/GHSA-v7h4-fwrc-c66v(x_refsource_CONFIRM)
  • https://github.com/OpenSIPS/opensips/commit/4d23613b65579b073784a07a65d3bf52443a4efb(x_refsource_MISC)
  • https://github.com/OpenSIPS/opensips/commit/5f103effaf5f372cccffe0b138f16998eba12668(x_refsource_MISC)

Related News (1 articles)

Tier C
VulDB4d ago
CVE-2026-45537 | OpenSIPS up to 3.6.5 URI Construction construct_uri Username buffer overflow
→ No new info (linked only)
CVSS 3.19.1 CRITICAL
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
CISA KEV❌ No
Actively exploited❌ No
CWECWE-120
PublishedAug 4, 2026
Last enriched4d ago
Trending Score32
Source articles1
Independent1
Info Completeness8/14
Missing: epss, kev, exploit, patch, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-45538
OpenSIPS: Stack Buffer Overflow in sip_to_json() Header Name Copy
Trending: 32
CRITICALCVE-2026-45100
OpenSIPS: Buffer Overflow in Base64 Encode Transformation
Trending: 29
HIGHCVE-2026-45103
OpenSIPS: SIP Message Smuggling via TCP Content-Length Integer Overflow
Trending: 27
NONECVE-2026-45809
OpenSIPS: Denial of Service in watcherinfo XML generation from oversized watcher URI
Trending: 23
NONECVE-2026-46334
OpenSIPS: Denial of Service in SDP bandwidth parsing via QoS SDP cloning
Trending: 23

Pin to Dashboard

Verification

State: verified
Confidence: 0%

Vulnerability Timeline

CVE Published
Aug 4, 2026
Discovered by ZDM
Aug 4, 2026