CVE-2026-69192

Aliases:RHSA-2026:50854RHSA-2026:50956RHSA-2026:50969UBUNTU-CVE-2026-69192DEBIAN-CVE-2026-69192GHSA-mwp4-54f8-5fhrCGA-2843-58h2-gmg5CGA-2h9g-v256-38x3CGA-2j5w-m32x-4fhcCGA-37p4-vqg4-m94vCGA-4gcq-q25x-j3vjCGA-4rj9-gqxj-qmwfCGA-6fjq-85h2-fmfpCGA-8pm8-3w6f-w83vCGA-9fwc-38hw-36fwCGA-9r27-fgcr-85xxCGA-f4r4-7q66-3m2qCGA-fcw2-m7v5-247xCGA-ff79-p8vp-gvf8CGA-fvxj-46xf-5vffCGA-gxvc-x8pq-rvjmCGA-j4xm-c283-6cfmCGA-j968-h4jg-pjj9CGA-jf58-hc8h-9355CGA-mv28-4xmm-7xrpCGA-p289-532r-g524CGA-2hwm-62m5-f6xxCGA-2pfm-m4jw-rh22CGA-3h98-4x3m-35frCGA-4cj3-42w5-x9gwCGA-4jcc-fpxc-h76fCGA-4vw3-g9ch-89vhCGA-4xjm-35q9-9vffCGA-5p2x-c738-66rxCGA-5v77-723g-95gfCGA-6fmf-fw9m-3ggmCGA-6gc8-3hx4-88q7CGA-6r6q-3fxx-rvwmCGA-6x34-8x6p-fp5jCGA-7mr3-fg5c-wc3cCGA-7p5h-vc35-7crmCGA-83fj-r5w4-h5jfCGA-83mc-7vjq-rjm2CGA-8frj-jqwr-cf66CGA-8qqv-gjjw-44xqCGA-8qrh-39mr-mcmrCGA-9278-vmcw-wrr2CGA-9rmf-3gw4-96gcCGA-cjhv-cvr2-m7cgCGA-f9gg-g3rm-ph6fCGA-ff73-fjqg-xmhpCGA-fh5c-w85g-7q6qCGA-gxv3-2f9p-vw55CGA-jfp9-m972-hw4mCGA-jhfw-frjf-f987CGA-m4xx-39v6-jcvrCGA-m7mh-x6wp-g3r4CGA-mx7p-53gj-48pxCGA-p2c4-4xvg-8433CGA-p5f3-53w3-rh26CGA-p7cf-6w8v-j23hCGA-p955-496w-g8vqCGA-pr2v-7cqg-cq97CGA-q92m-2f4g-qr4jCGA-qhcq-vvhm-mvpjCGA-qm8q-xj9p-cqrwCGA-qpfq-25c4-7vp7CGA-qpx3-c9vf-7f3rCGA-qv4r-mc26-w9v3CGA-qwv8-94g2-ppcvCGA-qwxq-6c85-m5x9CGA-r8pq-jwr3-9xfvCGA-r9qc-p7xc-44xcCGA-rvr6-83w5-54xgCGA-v7q3-cqxv-jfh3CGA-v8m8-mc8q-244gCGA-v9pc-h34v-v2grCGA-vhv8-mf9w-qp7pCGA-vwhm-2qfx-2grqCGA-w3fg-phw5-7xc4CGA-wwp6-726x-8vgxCGA-x5xp-2q2j-j8q9CGA-x753-rx2x-3cpmCGA-x89q-362m-vqxwCGA-4rhv-qc6v-ch7cCGA-696f-pmq7-7cvrCGA-gwjp-r7cg-jx6xCGA-jh2m-gq95-57fxCGA-7qg6-q69x-x9gvCGA-p5gw-cf8p-4wfpCGA-43q9-8h28-9hc7CGA-cmrx-v4gw-95fhCGA-hv5q-rpqp-grjjCGA-vqgq-9gfw-wfwvCGA-c73g-x2fw-qqqjCGA-rcjx-mv83-m8j9CGA-w4j6-rcgq-gqrx
Advisory lineage Upstream: 0 Downstream: 12
Awaiting Analysis
Published: 03 Aug 2026, 19:56
Last modified:04 Aug 2026, 13:59

Vulnerability Summary

Overall Risk (default)
medium
31/100
CVSS Score
7.7 HIGH
v4.0 (cve.org)
EPSS Score
0.51% LOW
1% probability +0.14%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

03 Aug 2026, 19:56
Published
Vulnerability first disclosed
04 Aug 2026, 13:59
Last Modified
Vulnerability information updated

Description

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.

CVSS Metrics

  • v4.0HIGHScore: 7.7CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N
  • v4.0HIGHScore: 7.7CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • v3.1HIGHScore: 8.6CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

EPSS Trends

Current EPSS score: 0.51% Percentile: 42%

Techniques & Countermeasures

  • CWE-20Improper Input Validation

    The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

  • CWE-918Server-Side Request Forgery (SSRF)

    The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Affected Systems

  • chainguardactions-runner

    < 2.336.0-r5

  • chainguardcode-server

    < 4.130.0-r6

  • chainguardcommercial-gitlab-rails-ee-19.1

    all

  • chainguardcommercial-gitlab-rails-ee-19.2

    all

  • chainguardcommercial-gitlab-rails-ee-19.3

    all

  • chainguardcommercial-gitlab-rails-ee-fips-19.1

    all

  • chainguardcommercial-gitlab-rails-ee-fips-19.2

    all

  • chainguardcommercial-gitlab-rails-ee-fips-19.3

    all

  • chainguardgraalvm-25-ce-nodejs

    < 25.0.4-r15

  • chainguardkibana-9.3

    all

  • chainguardkibana-9.3-iamguarded

    all

  • chainguardkibana-9.4

    < 9.4.4-r15

  • chainguardkibana-9.4-iamguarded

    < 9.4.4-r15

  • chainguardkubeflow-pipelines-apiserver

    < 2.17.2-r4

  • chainguardkubeflow-pipelines-frontend

    < 2.17.0-r3

  • chainguardkubeflow-pipelines-metadata-writer-compat

    < 2.17.2-r4

  • chainguardlangfuse-3-compat

    < 3.225.7-r6

  • chainguardlangfuse-3-worker

    < 3.225.1-r2

  • chainguardlangfuse-4-worker

    < 4.6.0-r0

  • chainguardlangfuse-fips-3-worker

    < 3.225.1-r1

  • chainguardlangfuse-fips-4-worker

    < 4.4.0-r0

  • chainguardlerna

    < 9.0.7-r17

  • chainguardlibrechat

    < 0.8.7-r7

  • chainguardnpm-12

    < 12.0.2-r2

  • chainguardopensearch-dashboards-2-fips-security-dashboards-plugin

    < 2.19.6-r1

  • chainguardopensearch-dashboards-2-security-dashboards-plugin

    < 2.19.6-r14

  • chainguardopensearch-dashboards-3

    < 3.7.0-r13

  • chainguardopensearch-dashboards-3-fips

    < 3.7.0-r18

  • chainguardprism

    < 5.16.0-r4

  • chainguardpulumi-language-nodejs

    < 3.256.0-r1

  • chainguardrenovate

    < 44.23.3-r1

  • chainguardsaf

    < 1.7.0-r0

  • chainguardsqlpad

    < 7.5.7-r31

  • chainguardunleash

    < 8.0.3-r5

  • chainguardunleash-fips

    < 8.0.3-r7

  • chainguardunleash-proxy

    < 1.4.19-r7

  • chainguardwazuh-dashboard

    < 4.14.7-r5

  • chainguardwazuh-dashboard-fips

    < 4.14.7-r5

  • chainguardwazuh-dashboard-security-plugin

    < 4.14.7-r5

  • chainguardwazuh-dashboard-security-plugin-fips

    < 4.14.7-r6

  • wolficode-server

    < 4.130.0-r6

  • wolfikubeflow-pipelines-apiserver

    < 2.17.2-r4

  • wolfikubeflow-pipelines-frontend

    < 2.17.0-r3

  • wolfikubeflow-pipelines-metadata-writer-compat

    < 2.17.2-r4

  • wolfilangfuse-3-compat

    < 3.225.7-r6

  • wolfilangfuse-3-worker

    < 3.225.1-r2

  • wolfilerna

    < 9.0.7-r17

  • wolfinpm-12

    < 12.0.2-r2

  • wolfiopensearch-dashboards-3

    < 3.7.0-r13

  • wolfiprism

    < 5.16.0-r4

Showing first 50 affected entries in server-rendered view.

References (19)