Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2026-76172

Опубликовано: 24 авг. 2026
Источник: nvd
CVSS3: 7.5
EPSS Низкий

Описание

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 ver

Уязвимые конфигурации

Конфигурация 1

Одно из

cpe:2.3:a:openjsf:fast-uri:*:*:*:*:*:node.js:*:*
Версия от 2.3.1 (включая) до 2.4.5 (исключая)
cpe:2.3:a:openjsf:fast-uri:*:*:*:*:*:node.js:*:*
Версия от 3.0.0 (включая) до 3.1.6 (исключая)
cpe:2.3:a:openjsf:fast-uri:*:*:*:*:*:node.js:*:*
Версия от 4.0.0 (включая) до 4.1.3 (исключая)

EPSS

Процентиль: 14%
0.00232
Низкий

7.5 High

CVSS3

Дефекты

CWE-177

Связанные уязвимости

CVSS3: 7.5
ubuntu
25 дней назад

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 ...

CVSS3: 7.5
redhat
25 дней назад

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 ...

CVSS3: 7.5
debian
25 дней назад

fast-uri is a URI parser for Node.js. During parsing it runs a legacy ...

CVSS3: 7.5
github
15 дней назад

fast-uri vulnerable to host confusion via percent-encoded scheme normalization

EPSS

Процентиль: 14%
0.00232
Низкий

7.5 High

CVSS3

Дефекты

CWE-177