SCA: security update for fast-uri (GHSA-7p8r-x3mc-p8w7)

high Tenable Self-Hosted Container Security Plugin ID 445608

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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 introducer in place of it (backslash backslash,
forward slash backslash, or backslash forward slash) is parsed with no authority and folds into the path.
Node's native WHATWG URL parser instead treats a backslash as interchangeable with a forward slash for
special schemes, so the two parsers extract different hosts from the same input. Applications that use
fast-uri to enforce host based policy such as allowlists, SSRF filtering, or redirect validation before
passing the same URL into Node's URL or fetch consumers can be steered to an unintended host. Upgrade to
fast-uri 4.1.2, 3.1.5, or 2.4.4. (CVE-2026-18446)

Solution

Update the fast-uri library and its related packages to version 2.4.4 or later.

See Also

https://github.com/advisories/GHSA-7p8r-x3mc-p8w7

Plugin Details

Severity: High

ID: 445608

Version: Revision 1.1

Type: Local

Family: SCA Checks

Published: 8/4/2026

Updated: 8/4/2026

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.74

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 5.8

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:C/A:N

CVSS Score Source: CVE-2026-18446

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/3/2026

Vulnerability Publication Date: 7/31/2026

Reference Information

CVE: CVE-2026-18446

cwe: CWE-436