CVE-2026-75899CWE-174CWE-918ssrf

CVE-2026-75899

High · published August 24, 2026

CVSS v3.1
7.5
EPSS
0%
Percentile
12.3
In the wild
Unconfirmed
What it is

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such as a loopback hostname or address. For example, a doubly encoded host that spells out a loopback name decodes to that live host in one operation, which contradicts RFC 3986 section 2.4 that an implementation must not decode the same string more than once. An application that normalizes or resolves an untrusted HTTP-family URI before outbound routing, redirect validation, or a host-policy check can receive a destination different from the one the original encoded host represented, giving a server-side request forgery and host-policy bypass primitive. This is an incomplete-fix variant of CVE-2026-6322. The affected versions are 2.4.1 up to but not including 2.4.5, 3.1.2 up to but not including 3.1.6, and 4.0.0 up to but not including 4.1.3. The issue is fixed in 2.4.5, 3.1.6, and 4.1.3, which normalize percent escapes once and preserve encoded percent signs. Users should upgrade to a patched version.

The record
Technical detail
CVSS v3.1
7.5 · HIGH
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS v4.0
Not supplied
EPSS
0.00220 · 12.3th percentile
Weaknesses
CWE-174 · Double Decoding of the Same Data; CWE-918 · Server-Side Request Forgery (SSRF)
Published
2026-08-24T14:16Z
Affected products (3)
ProductVersionsFixed in
openjsf/fast-uri≥ 2.4.1, < 2.4.52.4.5
openjsf/fast-uri≥ 3.1.2, < 3.1.63.1.6
openjsf/fast-uri≥ 4.0.0, < 4.1.34.1.3
References (2)
EPSS history
Timeline
  • 24 AUG 09:40Z
    fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding
    cvelistv5