Lucene search
+L

146 matches found

OSV
OSV
added 2026/08/24 10:16 a.m.7 views

UBUNTU-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.5CVSS5.4AI score0.00232EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/24 10:16 a.m.7 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.5CVSS5.4AI score0.00232EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/24 10:16 a.m.7 views

CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.4AI score0.0022EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 10:16 a.m.6 views

UBUNTU-CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.4AI score0.0022EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/24 10:16 a.m.4 views

UBUNTU-CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.5AI score0.0022EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/24 10:07 a.m.10 views

CVE-2026-76172

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.5AI score0.00232EPSS
SaveExploits0
OSV
OSV
added 2026/08/24 10:07 a.m.36 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.73 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.00232EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 9:58 a.m.66 views

CVE-2026-75975

fast-uri is a URI parser for Node.js whose custom bracketed IPv6 literal parser fails to validate the full IPv6 grammar. Invalid trailing text in an authority is silently discarded, causing a malformed attacker-controlled host to normalize to a different valid IPv6 destination (e.g., the unspecif...

7.5CVSS5.5AI score0.0022EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/08/24 9:58 a.m.16 views

CVE-2026-75975 fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.5AI score0.0022EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 9:58 a.m.51 views

CVE-2026-75975 fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS0.0022EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 9:58 a.m.48 views

CVE-2026-75975 fast-uri vulnerable to server-side request forgery via malformed IPv6 normalization

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.7AI score
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/24 9:58 a.m.11 views

CVE-2026-75975

fast-uri is a URI parser for Node.js. Its custom parser for bracketed IPv6 literals does not validate the complete IPv6 grammar, so invalid trailing text in an authority can be silently discarded and a malformed attacker-controlled host is turned into a different valid IPv6 destination. For...

7.5CVSS5.6AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/24 9:40 a.m.10 views

CVE-2026-75899

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS5.5AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 2026/08/24 9:40 a.m.69 views

CVE-2026-75899

fast-uri , a URI parser for Node.js, suffers from double percent-decoding of the hostname: it decodes percent escapes during parsing and decodes them again during authority recomposition. This violates RFC 3986 §2.4 (an implementation must not decode the same string more than once) and allows a s...

7.5CVSS5.4AI score0.0022EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/24 9:40 a.m.43 views

CVE-2026-75899 fast-uri vulnerable to server-side request forgery via repeated hostname percent-decoding

fast-uri is a URI parser for Node.js. It decodes percent escapes in a hostname during parsing and then decodes the parsed hostname a second time during authority recomposition, so a single call to normalize or resolve can turn nested percent-encoded input into a different network destination such...

7.5CVSS0.0022EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 9:30 a.m.79 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.00232EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/24 9:30 a.m.61 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.00232EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 9:30 a.m.32 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
Debian CVE
Debian CVE
added 2026/08/24 9:30 a.m.10 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.5CVSS5.5AI score0.00232EPSS
SaveExploits0
Rows per page
Query Builder