SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-76172

HIGH · CVSS 7.5 EPSS 0.23% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-24 · Last synced 2026-09-08

CyberRota Analysis

AI-Generated

The vulnerability affects the fast-uri URI parser for Node.js, where improper handling of percent-encoded slashes in the scheme component can lead to server-side request forgery (SSRF) and off-site redirects. Applications that rely on allowlisting parsed hosts or treat references with no authority as safe are particularly at risk, as they may inadvertently expose sensitive data or redirect users to malicious sites. Organizations using affected versions (2.3.1 to <2.4.5, 3.0.0 to <3.1.6, and 4.0.0 to <4.1.3) should prioritize upgrading to the fixed versions to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-76172
Severity
HIGH
CVSS
7.5
EPSS
0.23%

Original NVD Description

fast-uri is a URI parser for Node.js. During parsing it runs a legacy decoding pass over the scheme component and never re-escapes the result, and serialization writes the scheme back out verbatim, unlike the host component which is re-escaped. As a result an input whose scheme carries percent-encoded slashes parses as a scheme with no authority, so the parsed host and error are both undefined, yet resolving or normalizing that same input emits a network-path reference whose authority is attacker-chosen and re-parses to that host. An application that allowlists on the parsed host, or treats a reference with no authority as safe to resolve against its base, gets the opposite of what it checked, giving an off-site redirect, server-side request forgery, or address-policy bypass. The legacy decoder also expands non-standard escape forms, widening the issue past upstream filters, and control characters in the scheme can reach the output as raw carriage return and line feed. 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 reject a scheme that is not valid after decoding. Users should upgrade to a patched version.

Related CVEs

Other vulnerabilities affecting the same vendor(s)