Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3891 articles · 197514 vulns · 37/41 feeds (7d)
← Back to list
—
CVE-2026-45084
OpenSIPS · opensips

OpenSIPS: Denial of service in presence.handle_publish() from unchecked Content-Type state

Description

OpenSIPS is a Session Initiation Protocol (SIP) server implementation. Versions 3.4.0 through 3.6.5 contain a denial of service vulnerability in the presence module. When the presence module's handle_publish() function processes a SIP PUBLISH request with an Event: presence header and a message body while the configuration option enable_sphere_check=1 is set, it invokes the get_content_type() macro without first calling parse_content_type_hdr(), causing it to dereference uninitialized or NULL Content-Type parsing state and crash. If a Content-Type header is present but unparsed, msg->content_type->parsed is NULL and is dereferenced as a content_t pointer; if the request lacks a Content-Type header entirely, msg->content_type itself is NULL, and both cases lead to a crash. A remote attacker can therefore cause a denial of service against an affected instance with a single PUBLISH request over UDP or TCP, using either a valid Content-Type: application/pidf+xml request or one with the header removed, and the vulnerable code path itself does not enforce authentication (though a deployment's routing configuration may require it before this route is reached). The issue has been fixed in version 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-h3ww-hchh-x2g9(x_refsource_CONFIRM)

Related News (1 articles)

Tier C
VulDB21d ago
CVE-2026-45084 | OpenSIPS up to 3.6.5 Presence handle_publish denial of service
→ No new info (linked only)
CISA KEV❌ No
Actively exploited❌ No
CWECWE-476
PublishedAug 4, 2026
Last enriched21d ago
Trending Score4
Source articles1
Independent1
Info Completeness7/14
Missing: cvss, epss, kev, exploit, patch, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-45537
OpenSIPS: Global Buffer Overflow in construct_uri
Trending: 6
CRITICALCVE-2026-45538
OpenSIPS: Stack Buffer Overflow in sip_to_json() Header Name Copy
Trending: 6
HIGHCVE-2026-45103
OpenSIPS: SIP Message Smuggling via TCP Content-Length Integer Overflow
Trending: 5
CRITICALCVE-2026-45100
OpenSIPS: Buffer Overflow in Base64 Encode Transformation
Trending: 5
NONECVE-2026-45809
OpenSIPS: Denial of Service in watcherinfo XML generation from oversized watcher URI
Trending: 4

Pin to Dashboard

Verification

State: verified
Confidence: 0%

Vulnerability Timeline

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