CVE 8.7 HIGH

SIPGO library has response DoS vulnerability via nil pointer dereference_CVE-2025-68274

8.7 / 10
HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Description

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.

AI Analysis

Nil pointer dereference vulnerability in SIPGO library's NewResponseFromRequest function allows remote attackers to crash SIP applications via a single malformed SIP request without a To header.

Basic Information

ID CVE-2025-68274
Source GitHub_M
Published Dec 16, 2025 at 22:02

Affected Product

Vendor emiago
Product sipgo
Version >= v0.3.0, < v1.0.0-alpha-1
Affected Versions emiago sipgo >= v0.3.0, < v1.0.0-alpha-1

CWE Classification

AI Assessment

AI Score 8.7 / 10
AI Severity High
Vendor emiago
Product SIPGO
Version 0.3.0 to 1.0.0-alpha-1

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.