Answer in brief
CVE-2026-58268 records a High severity (CVSS 7.5) vulnerability in SIPGO: DoS via unvalidated Content-Length in the stream parser. The current sources do not mark it as known exploited. The current feed maps emiago/sipgo (generic), github.com/emiago/sipgo (go), github.com/emiago/sipgo (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps emiago/sipgo (generic), github.com/emiago/sipgo (go), github.com/emiago/sipgo (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| emiago/sipgogeneric | <1.4.1 | 1.4.1 |
| github.com/emiago/sipgogo | <=1.4.0 | 1.4.1 |
| github.com/emiago/sipgogo | >=0 <1.4.1 | 1.4.1 |
Published upstream
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 22, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 22, 2026
SIPGO is a library for writing SIP services in the GO language. Prior to 1.4.1, ParserStream.parseSingle in sip/parser_stream.go allocates a SIP body buffer from the client-controlled Content-Length header before ParseMaxMessageLength is enforced. An unauthenticated peer can send a stream-transport message over TCP, TLS, WS, or WSS with an oversized declared length, causing excessive memory allocation and denial of service before the body is read. This issue is fixed in version 1.4.1.
Quoted source text, attributed separately from HOL analysis.