UBUNTU-CVE-2026-54272

Source
https://ubuntu.com/security/CVE-2026-54272
Import Source
https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-54272.json
JSON Data
https://api.test.osv.dev/v1/vulns/UBUNTU-CVE-2026-54272
Upstream
Published
2026-07-27T18:16:00Z
Modified
2026-07-29T10:16:52.503489100Z
Severity
  • 6.9 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N CVSS Calculator
  • Ubuntu - medium
Summary
[none]
Details

ip-address is a library for parsing and manipulating IPv4 and IPv6 addresses in JavaScript. Versions 10.1.1 through 10.2.0 are vulnerable to SSRF through misclassification of IPv4-mapped/NAT64 IPv6 addresses. Address6.getType() classifies an address by matching it against a table of known IPv6 special-use prefixes, returning Global unicast when nothing matches. That table had no entry for the IPv4-mapped range (::ffff:0:0/96), so every mapped address fell through to Global unicast; NAT64 addresses matched their own NAT64 … labels. The boolean checks isLoopback, isUnspecified, and isMulticast compared getType() against a fixed label and so returned false, while isLinkLocal and isULA checked only the native IPv6 ranges. The library already exposed isMapped4() and to4(), but did not apply them inside these checks, so a mapped or NAT64 address was never normalized to its embedded IPv4 address before classification. For IPv4-mapped addresses the host OS routes to the IPv4 stack, so the misclassification is reachable on any dual-stack host. For NAT64, the classification bypass is unconditional but end-to-end reachability additionally requires a NAT64/DNS64 gateway in the deployment network.This issue has been fixed in version 10.2.1.

References

Affected packages

Ubuntu:20.04:LTS / node-ip-address

Package

Name
node-ip-address
Purl
pkg:deb/ubuntu/node-ip-address?arch=source&distro=focal

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

6.*
6.3.0-1

Ecosystem specific

{
    "binaries": [
        {
            "binary_version": "6.3.0-1",
            "binary_name": "node-ip-address"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-54272.json"

Ubuntu:22.04:LTS / node-ip-address

Package

Name
node-ip-address
Purl
pkg:deb/ubuntu/node-ip-address?arch=source&distro=jammy

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

6.*
6.4.0-1
8.*
8.1.0-2

Ecosystem specific

{
    "binaries": [
        {
            "binary_version": "8.1.0-2",
            "binary_name": "node-ip-address"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-54272.json"

Ubuntu:24.04:LTS / node-ip-address

Package

Name
node-ip-address
Purl
pkg:deb/ubuntu/node-ip-address?arch=source&distro=noble

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

8.*
8.1.0-2

Ecosystem specific

{
    "binaries": [
        {
            "binary_version": "8.1.0-2",
            "binary_name": "node-ip-address"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-54272.json"

Ubuntu:26.04:LTS / node-ip-address

Package

Name
node-ip-address
Purl
pkg:deb/ubuntu/node-ip-address?arch=source&distro=resolute

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected

Affected versions

8.*
8.1.0-2
8.1.0-3

Ecosystem specific

{
    "binaries": [
        {
            "binary_version": "8.1.0-3",
            "binary_name": "node-ip-address"
        }
    ]
}

Database specific

source
"https://github.com/canonical/ubuntu-security-notices/blob/main/osv/cve/2026/UBUNTU-CVE-2026-54272.json"