THREATOPS
THREAT OPSThreat News › [GHSA] GHSA-mwp4-54f8-5fhr (high) — ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass

[GHSA] GHSA-mwp4-54f8-5fhr (high) — ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass

highgithub_advisoriesPublished 2026-08-03

GHSA-mwp4-54f8-5fhr Severity: high CVE: CVE-2026-69192

ip-address: Address4 decodes leading-zero octets as decimal while resolvers decode them as octal, allowing SSRF and trust-boundary bypass

### Summary

`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 libr

Indicators of compromise

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