Skip to content
VulniPulse
Advisory severityHigh7.2Vendor: MediumRed Hat Linux

High [CVE-2026-54272] Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification

This high-severity Red Hat Linux advisory covers CVE-2026-54272 affecting Red Hat Enterprise Linux 10, Red Hat Enterprise Linux 8, Red Hat Enterprise Linux 9.

Aggregated and source-linked by VulniPulse. Data sources, validation and limitations.

CVE-2026-54272 Source published Source updated

VulniPulse record published Record updated

Affected products & platforms
Red Hat LinuxRed Hat Enterprise Linux
Open source advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

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.

An attacker could exploit this misclassification to bypass network restrictions and potentially access or manipulate internal resources.

Affected versions
  • 10.1.1
  • 10.2.0

Official advisory · high-confidence parse· fetched 12 days ago·verify at source

Fixed versions
  • 10.2.1
  • nodejs24-1:24.18.0-5.el10_2
  • nodejs:24-8100020260807112957.6d880403
  • nodejs:24-9080020260806135511.rhel9
  • multicluster-engine/console-mce-rhel9:1786668856
  • multicluster-engine/console-mce-rhel9:1787264250
  • multicluster-engine/console-mce-rhel9:1787259048
  • multicluster-engine/console-mce-rhel9:1787079359
  • rhacm2/console-rhel9:1787687062
  • rhacm2/console-rhel9:1787339249
  • rhacm2/console-rhel9:1787339248
  • rhacm2/console-rhel9:1787335105
  • ansible-automation-platform/automation-portal:1787047114
  • ansible-automation-platform/automation-portal:1787047188
  • openshift-service-mesh/kiali-ossmc-rhel9:1787077028
  • openshift-service-mesh/kiali-rhel9:1787076495
  • openshift-service-mesh/kiali-ossmc-rhel9:1787075730
  • openshift-service-mesh/kiali-rhel9:1787092198
  • openshift-service-mesh/kiali-ossmc-rhel9:1787077188
  • openshift-service-mesh/kiali-rhel9:1787092255
  • openshift-service-mesh/kiali-ossmc-rhel9:1787076322
  • openshift-service-mesh/kiali-rhel9:1787077108
  • openshift-service-mesh/kiali-ossmc-rhel9:1787166293
  • openshift-service-mesh/kiali-rhel9:1787165683
  • RHSA-2026:58819
  • RHSA-2026:54371
  • RHSA-2026:55603
  • RHSA-2026:59593
  • RHSA-2026:59579
  • RHSA-2026:59558
  • RHSA-2026:59559
  • RHSA-2026:60387
  • RHSA-2026:60390
  • RHSA-2026:60388
  • RHSA-2026:60386
  • RHSA-2026:56338
  • RHSA-2026:56357
  • RHSA-2026:59548
  • RHSA-2026:59561
  • RHSA-2026:59554
  • RHSA-2026:59566
  • RHSA-2026:59583

Official advisory · high-confidence parse· fetched 12 days ago·verify at source

Mitigation

Upgrade to a fixed release: 10.2.1, nodejs24-1:24.18.0-5.el10_2, nodejs:24-8100020260807112957.6d880403, nodejs:24-9080020260806135511.rhel9, multicluster-engine/console-mce-rhel9:1786668856, multicluster-engine/console-mce-rhel9:1787264250. That is the remediation for this advisory.

The vendor advisory may list additional interim mitigations or workarounds not captured here — review it before change work.

Official advisory · high-confidence parse· fetched 12 days ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.