SCA: security update for github.com/emiago/sipgo (GHSA-c623-f998-8hhv)

high Tenable Self-Hosted Container Security Plugin ID 436410

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-68274)

See Also

https://github.com/advisories/GHSA-c623-f998-8hhv

Plugin Details

Severity: High

ID: 436410

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 12/17/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.44

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C

CVSS Score Source: CVE-2025-68274

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.7

Threat Score: 7.7

Threat Vector: CVSS:4.0/E:P

Vector: 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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 12/16/2025

Vulnerability Publication Date: 12/16/2025

Reference Information

CVE: CVE-2025-68274

cwe: CWE-476