GHSA-fph4-wmhf-6fwf

Suggest an improvement
Source
https://github.com/advisories/GHSA-fph4-wmhf-6fwf
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-fph4-wmhf-6fwf/GHSA-fph4-wmhf-6fwf.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-fph4-wmhf-6fwf
Aliases
Downstream
Published
2026-09-02T15:42:39Z
Modified
2026-09-02T16:00:14Z
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

Impact

fast-uri decodes a hostname's percent escapes twice in a single normalize() or resolve() call: once during parsing and again during authority recomposition. A nested percent-encoded host therefore survives the first decode and is turned into a live destination by the second, so normalize('http://%256c%256f%2563%2561%256c%2568%256f%2573%2574/') returns http://localhost/. Applications that normalize or resolve an untrusted URI before an SSRF check, redirect validation, or host allowlist can be steered to a different destination, including internal addresses such as loopback or a cloud metadata endpoint, than the encoded input appeared to contain. This is an incomplete-fix variant of CVE-2026-6322, whose encoded-authority-delimiter fix introduced the second decode.

Patches

Fixed in fast-uri 2.4.5, 3.1.6, and 4.1.3.

Workarounds

Reject untrusted URIs whose host component contains an encoded percent sign (%25) before passing them to normalize() or resolve().

Database specific
{
    "cwe_ids":  [
        "CWE-174",
        "CWE-918"
    ],
    "github_reviewed":  true,
    "github_reviewed_at":  "2026-09-02T15:42:39Z",
    "nvd_published_at":  "2026-08-24T10:16:39Z",
    "severity":  "HIGH"
}
References

Affected packages

npm / fast-uri

Package

Affected ranges

Type
SEMVER
Events
Introduced
2.4.1
Fixed
2.4.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-fph4-wmhf-6fwf/GHSA-fph4-wmhf-6fwf.json"

npm / fast-uri

Package

Affected ranges

Type
SEMVER
Events
Introduced
3.1.2
Fixed
3.1.6

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-fph4-wmhf-6fwf/GHSA-fph4-wmhf-6fwf.json"

npm / fast-uri

Package

Affected ranges

Type
SEMVER
Events
Introduced
4.0.0
Fixed
4.1.3

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/09/GHSA-fph4-wmhf-6fwf/GHSA-fph4-wmhf-6fwf.json"