top of page
perceptive_background_267k.jpg

fast-uri before 4.1.2, 3.1.5, and 2.4.4 requires a literal double forward slash to recognize a URI authority, so a reference that uses a backslash based introdu…

Published:

31 juli 2026 om 00:00:00

Alert date:

31 juli 2026 om 18:01:19

Source:

nvd.nist.gov

Click to open the original link from this advisory

Web Technologies, Supply Chain & Dependencies

CVE-2026-18446 affects the fast-uri Node.js library in versions before 4.1.2, 3.1.5, and 2.4.4. The library strictly requires a double forward slash to recognize a URI authority, while Node's native WHATWG URL parser treats backslashes as equivalent to forward slashes for special schemes. Attackers can craft URLs using backslash-based introducers (\\, /\, or \/) that fast-uri parses without an authority, while Node's parser resolves them to a different host. This discrepancy enables security bypass attacks against applications that use fast-uri for host-based policy enforcement such as allowlists, SSRF filtering, or redirect validation before passing URLs to Node's URL or fetch consumers. The vulnerability can lead to Server-Side Request Forgery (SSRF) or open redirect exploitation by steering requests to unintended hosts. The fix is to upgrade to fast-uri versions 4.1.2, 3.1.5, or 2.4.4.

Technical details

Mitigation steps:

Affected products:

fast-uri
Node.js

Related links:

Related CVE's:

Related threat actors:

IOC's:

This article was created with the assistance of AI technology by Perceptive.

© 2025 by Perceptive Security. All rights reserved.

email: info@perceptivesecurity.com

Deze website toont informatie afkomstig van externe bronnen; Perceptive aanvaardt geen verantwoordelijkheid voor de juistheid, volledigheid of actualiteit van deze informatie.

bottom of page