Nil Pointer Dereference Vulnerability in SIPGO Library by Emiago
CVE-2025-68274
8.7HIGH
What is CVE-2025-68274?
The SIPGO library, utilized for developing SIP services in Go, has a nil pointer dereference vulnerability in its NewResponseFromRequest function. This vulnerability impacts all standard SIP operations by enabling remote attackers to crash any SIP application through a single malformed SIP request that omits the To header. During the parsing of SIP messages, the function erroneously assumes the To header is present, resulting in an unhandled nil pointer that disrupts essential functions such as call setup, authentication, and message handling. The issue is present in all versions from 0.3.0 up to 1.0.0-alpha and is mitigated in version 1.0.0-alpha-1.
Affected Version(s)
sipgo >= v0.3.0, < v1.0.0-alpha-1
