CVE-2026-84394

Aliases:UBUNTU-CVE-2026-84394DEBIAN-CVE-2026-84394
Advisory lineage Upstream: 0 Downstream: 3
Analyzed
Published: 02 Sept 2026, 20:25
Last modified:03 Sept 2026, 13:14

Vulnerability Summary

Overall Risk (default)
medium
30/100
CVSS Score
7.5 HIGH
v3.1 (cve.org)
EPSS Score
0.22% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

02 Sept 2026, 20:25
Published
Vulnerability first disclosed
03 Sept 2026, 13:14
Last Modified
Vulnerability information updated

Description

fast-uri accepts a host that contains an unbalanced or misplaced authority bracket without reporting an error. A host that starts with an opening bracket but does not end with a closing bracket is neither validated as an IP literal nor canonicalized as a domain name, so parse() returns it as the host with error undefined, while Node's URL and the HTTP clients built on it resolve the same string to a different host. An application that reads the parsed host to make a host decision, such as an SSRF denylist, a redirect allowlist, or proxy routing, and then passes the original URL to an HTTP client evaluates its policy against a string that is not the host the request reaches. The same host is carried through normalize, equal, and resolve. This affects fast-uri versions 2.4.5, 3.1.6, and 4.1.3, and is fixed in 2.4.6, 3.1.7, and 4.1.4, where parse() reports a malformed host for any host that contains a bracket but is not a valid IPv6 literal.

CVSS Metrics

  • v3.1HIGHScore: 7.5CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

EPSS Trends

Current EPSS score: 0.22% Percentile: 13%

Techniques & Countermeasures

  • CWE-436Interpretation Conflict

    Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.

Affected Systems

  • debiannode-ajv

    all | all | < 8.20.0~ds+~cs7.1.5-1

  • ubuntunode-ajv

    all | all | all | all | all

  • fast-urifast-uri

    ≥ 2.4.5, < 2.4.6 | ≥ 3.1.6, < 3.1.7 | ≥ 4.1.3, < 4.1.4

  • openjsffast-uri

    2.4.5 | 3.1.6 | 4.1.3

References (5)