Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-68274
December 16, 2025
SIPGO is a library for writing SIP services in the GO language. Starting in version 0.3.0 and prior to version 1.0.0-alpha-1, a nil pointer dereference vulnerability is in the SIPGO library's "NewResponseFromRequest" function that affects all normal SIP operations. The vulnerability allows remote attackers to crash any SIP application by sending a single malformed SIP request without a To header. The vulnerability occurs when SIP message parsing succeeds for a request missing the To header, but the response creation code assumes the To header exists without proper nil checks. This affects routine operations like call setup, authentication, and message handling - not just error cases. This vulnerability affects all SIP applications using the sipgo library, not just specific configurations or edge cases, as long as they make use of the "NewResponseFromRequest" function. Version 1.0.0-alpha-1 contains a patch for the issue.
Affected Packages
https://github.com/emiago/sipgo.git (GITHUB):
Affected version(s) >=v0.3.0 <v1.0.0-alpha-1
Fix Suggestion:
Update to version v1.0.0-alpha-1
github.com/emiago/sipgo (GO):
Affected version(s) >=v0.3.0 <v1.0.0-alpha-1
Fix Suggestion:
Update to version v1.0.0-alpha-1
github.com/emiago/sipgo (GO):
Affected version(s) >=v0.3.0 <v1.0.0-alpha-1
Fix Suggestion:
Update to version v1.0.0-alpha-1
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
NULL Pointer Dereference
Improper Handling of Exceptional Conditions
EPSS
Base Score:
0.53