SCA: security update for ip-address (GHSA-mwp4-54f8-5fhr)

high Tenable Self-Hosted Container Security Plugin ID 445603

Description

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

- ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Prior to
10.3.1, Address4 accepts an octet written with a leading zero and decodes it as decimal, while the WHATWG
URL host parser, inet_aton, and getaddrinfo all decode a leading zero as octal. The library and the
network stack therefore disagree about which host a string names. new Address4('012.0.0.1') reports
correctForm() of 12.0.0.1 and isPrivate() of false, but fetch('http://012.0.0.1/') connects to 10.0.0.1.
An application that builds a network trust-boundary decision on these checks, for example a filter
intended to block Server-Side Request Forgery, or SSRF, will classify an internal target as external and
allow the request. The defect is in the parse gate rather than in any one classifier, so every consumer of
Address4 inherits it: isPrivate(), isLoopback(), isLinkLocal(), isCGNAT(), isInSubnet(), isHostInSubnet(),
and correctForm() are all computed from the mis-decoded octets. This issue is fixed in version 10.3.1.
(CVE-2026-69192)

Solution

Update the ip-address library and its related packages to version 10.3.1 or later.

See Also

https://github.com/advisories/GHSA-mwp4-54f8-5fhr

Plugin Details

Severity: High

ID: 445603

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/4/2026

Updated: 8/4/2026

Risk Information

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

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

CVSS Score Source: CVE-2026-69192

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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

CVSS v4

Risk Factor: High

Base Score: 7.7

Threat Score: 4.4

Threat Vector: CVSS:4.0/E:U

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/3/2026

Vulnerability Publication Date: 8/3/2026

Reference Information

CVE: CVE-2026-69192