CVE-2026-75899

Source
https://cve.org/CVERecord?id=CVE-2026-75899
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75899.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-75899
Aliases
  • GHSA-fph4-wmhf-6fwf
Downstream
Published
2026-08-24T09:40:19.801Z
Modified
2026-08-27T11:30:54.945669425Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N CVSS Calculator
Summary
fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/75xxx/CVE-2026-75899.json",
    "cwe_ids": [
        "CWE-174",
        "CWE-918"
    ],
    "cna_assigner": "openjs"
}
References

Affected packages

Git / github.com/fastify/fast-uri

Affected ranges

Type
GIT
Repo
https://github.com/fastify/fast-uri
Events
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "2.4.1"
        },
        {
            "fixed": "2.4.5"
        },
        {
            "introduced": "3.1.2"
        },
        {
            "fixed": "3.1.6"
        },
        {
            "introduced": "4.0.0"
        },
        {
            "fixed": "4.1.3"
        }
    ]
}

Affected versions

v2.*
v2.4.1
v2.4.2
v2.4.3
v2.4.4
v3.*
v3.1.2
v3.1.3
v3.1.4
v3.1.5
v4.*
v4.0.0
v4.0.1
v4.1.0
v4.1.1
v4.1.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75899.json"