Lucene search
+L

74 matches found

CVE
CVE
added 2026/09/02 8:25 p.m.8 views

CVE-2026-84394

fast-uri (a URI parsing library used by the Fastify ecosystem) contains a host confusion vulnerability: when a URI's authority contains an opening bracket [ without a matching closing bracket ], parse() returns the string as the host without error. Neither an IP literal nor a valid domain name is...

7.5CVSS5.9AI score
SaveExploits0References2
EUVD
EUVD
added 2026/09/02 3:44 p.m.12 views

EUVD-2026-64758

fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references...

7.5CVSS5.9AI score0.00247EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.2 views

PT-2026-84880

Name of the Vulnerable Software and Affected Versions fast-uri versions prior to 2.4.6 fast-uri versions prior to 3.1.7 fast-uri versions prior to 4.1.4 Description The parse function fails to report an error when a host contains an unbalanced or misplaced authority bracket. A host starting with ...

7.5CVSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/29 3:27 p.m.8 views

fast-uri: fast-uri: Host confusion via skipped IDN canonicalization

A flaw was found in fast-uri, a URI parser for Node.js. This vulnerability arises because the parser fails to consistently convert internationalized domain names IDN to their standard ASCII form when processing scheme-relative references. This inconsistency can lead to host confusion, where an...

7.5CVSS5.8AI score0.00247EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/29 2:40 p.m.21 views

fast-uri: fast-uri: Host confusion via skipped IDN canonicalization

A flaw was found in fast-uri, a URI parser for Node.js. This vulnerability arises because the parser fails to consistently convert internationalized domain names IDN to their standard ASCII form when processing scheme-relative references. This inconsistency can lead to host confusion, where an...

7.5CVSS5.8AI score0.00247EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/29 2:29 p.m.13 views

fast-uri: fast-uri: Host confusion via skipped IDN canonicalization

A flaw was found in fast-uri, a URI parser for Node.js. This vulnerability arises because the parser fails to consistently convert internationalized domain names IDN to their standard ASCII form when processing scheme-relative references. This inconsistency can lead to host confusion, where an...

7.5CVSS5.8AI score0.00247EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/27 1:08 p.m.9 views

CVE-2026-75931

A flaw was found in fast-uri, a URI parser for Node.js. This vulnerability arises because the parser fails to consistently convert internationalized domain names IDN to their standard ASCII form when processing scheme-relative references. This inconsistency can lead to host confusion, where an...

7.5CVSS5.3AI score0.00247EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/25 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-75931

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference...

7.5CVSS5.8AI score0.00247EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 10:16 a.m.12 views

CVE-2026-75931

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS0.00247EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 10:07 a.m.20 views

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

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

7.5CVSS5.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/24 10:07 a.m.60 views

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

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

7.5CVSS0.00247EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 9:30 a.m.54 views

CVE-2026-75931 fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS0.00247EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 9:30 a.m.27 views

CVE-2026-75931 fast-uri vulnerable to host confusion via skipped IDN canonicalization on scheme-relative references

fast-uri is a URI parser for Node.js. It canonicalizes a host to its ASCII form only when the input carries an explicit scheme, so a scheme-relative reference such as a host preceded by two slashes is returned with its host verbatim and no error set. As a result fast-uri's own entry points disagr...

7.5CVSS5.6AI score
SaveExploits0References4
CVE
CVE
added 2026/08/24 9:30 a.m.68 views

CVE-2026-75931

fast-uri , a URI parser for the Node.js ecosystem, is vulnerable to host confusion and policy bypass (CVSS 3.1: 7.5 HIGH ). The root cause is that the host is canonicalized to ASCII form only when the input carries an explicit scheme; scheme-relative references (host preceded by //) are returned ...

7.5CVSS5.4AI score0.00247EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/24 12:00 a.m.12 views

PT-2026-80192

Name of the Vulnerable Software and Affected Versions fast-uri versions 2.4.2 through 2.4.4 fast-uri versions 3.1.3 through 3.1.5 fast-uri versions 4.0.1 through 4.1.2 Description fast-uri, a URI parser for Node.js, fails to consistently canonicalize hosts to ASCII form when processing...

7.5CVSS5.5AI score0.00247EPSS
SaveExploits0References18
Github Security Blog
Github Security Blog
added 2026/08/03 7:16 p.m.14 views

fast-uri vulnerable to host confusion via backslash authority introducer

Impact fast-uri v4.1.1 and earlier require a literal // to recognize a URI authority, so a reference that uses \, /, or / as the authority introducer in place of //, after an optional scheme is parsed with no authority: the sequence and everything after it fold into the path. Node's native...

7.5CVSS5.5AI score0.00221EPSS
SaveExploits0References6Affected Software1
Patchstack
Patchstack
added 2026/08/03 7:16 p.m.15 views

NPM: fast-uri vulnerable to host confusion via backslash authority introducer

NPM: fast-uri vulnerable to host confusion via backslash authority introducer vulnerability discovered by ? in WordPress Npm fast-uri versions 2.4.4...

7.5CVSS5.4AI score0.00221EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/03 7:16 p.m.7 views

GHSA-7P8R-X3MC-P8W7 fast-uri vulnerable to host confusion via backslash authority introducer

Impact fast-uri v4.1.1 and earlier require a literal // to recognize a URI authority, so a reference that uses \, /, or / as the authority introducer in place of //, after an optional scheme is parsed with no authority: the sequence and everything after it fold into the path. Node's native...

7.5CVSS5.5AI score0.00221EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/01 2:28 p.m.13 views

fast-uri: fast-uri: Host confusion vulnerability via backslash in URI authority

A flaw was found in fast-uri. This vulnerability arises because fast-uri incorrectly parses Uniform Resource Identifiers URIs when a backslash is used in place of a forward slash to introduce the authority component. This discrepancy with Node's native WHATWG URL parser can lead to host confusion...

7.5CVSS5.5AI score0.00221EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/01 2:26 p.m.8 views

fast-uri: fast-uri: Host confusion vulnerability via backslash in URI authority

A flaw was found in fast-uri. This vulnerability arises because fast-uri incorrectly parses Uniform Resource Identifiers URIs when a backslash is used in place of a forward slash to introduce the authority component. This discrepancy with Node's native WHATWG URL parser can lead to host confusion...

7.5CVSS5.5AI score0.00221EPSS
SaveExploits0References6
Rows per page
Query Builder