CVE-2026-75975

Source
https://cve.org/CVERecord?id=CVE-2026-75975
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-75975.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-75975
Aliases
  • GHSA-f65p-4m7j-42xc
Downstream
Published
2026-08-24T09:58:07.698Z
Modified
2026-08-30T03:30:58.456964084Z
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 malformed IPv6 normalization
Details

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For example, a bracketed literal with invalid trailing characters is normalized to the unspecified address, which a Node HTTP client then connects to a local service over loopback, and other malformed literals collapse to private-range addresses. No error is set on the parsed result, so an application checking the error field cannot detect the rewrite. An application that normalizes untrusted URLs before outbound requests, redirects, proxy routing, or address-policy enforcement can be redirected to a local or private IPv6 target, giving a server-side request forgery and address-policy bypass primitive. The affected versions are 2.3.1 up to but not including 2.4.5, 3.0.0 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 validate bracketed IP literals against the full grammar and mark malformed literals as authority errors. Users should upgrade to a patched version.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/75xxx/CVE-2026-75975.json",
    "cwe_ids": [
        "CWE-20",
        "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.3.1"
        },
        {
            "fixed": "2.4.5"
        },
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.1.6"
        },
        {
            "introduced": "4.0.0"
        },
        {
            "fixed": "4.1.3"
        }
    ]
}

Affected versions

v2.*
v2.3.1
v2.4.0
v2.4.1
v2.4.2
v2.4.3
v2.4.4
v3.*
v3.0.0
v3.0.1
v3.0.2
v3.0.3
v3.0.4
v3.0.5
v3.0.6
v3.1.0
v3.1.1
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-75975.json"