Lucene search
+L

16 matches found

Snyk
Snyk
added 2026/07/01 1:19 p.m.31 views

Uncaught Exception

Overview @fastify/middie is a Middleware engine for Fastify Affected versions of this package are vulnerable to Uncaught Exception in the URL normalization process when handling malformed percent-encoded sequences in incoming request paths. An attacker can cause the Node.js process to terminate...

8.7CVSS6AI score0.00291EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/01 12:16 p.m.14 views

CVE-2026-14181

@fastify/middie versions 9.1.0 through 9.3.2 fail to guard the URL normalization step used by the standalone engine when incoming request paths contain malformed percent-encoded sequences. Inputs such as an incomplete percent escape or a truncated multibyte sequence cause the underlying decoder t...

7.5CVSS0.00291EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/07/01 12:00 a.m.20 views

PT-2026-54638

Name of the Vulnerable Software and Affected Versions @fastify/middie versions 9.1.0 through 9.3.2 Description An issue exists in the standalone engine's URL normalization and decoding process where malformed percent-encoded sequences in incoming request paths are not properly guarded...

7.5CVSS5.8AI score0.00291EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/05/08 7:13 p.m.28 views

fast-uri vulnerable to host confusion via percent-encoded authority delimiters

Impact fast-uri v3.1.1 and earlier decodes percent-encoded authority delimiters %40 as @, %3A as : inside the host component and serializes them back as raw characters. This changes the URI structure, turning a hostname into userinfo plus a different host. For example,...

7.5CVSS6.6AI score0.00475EPSS
SaveExploits0References46Affected Software1
SUSE CVE
SUSE CVE
added 2023/02/15 4:01 a.m.4 views

SUSE CVE-2020-7212

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.8CVSS8.3AI score0.03371EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/04/30 5:31 p.m.112 views

Uncontrolled Resource Consumption in urllib3

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.8CVSS7.1AI score0.03371EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2021/04/30 5:31 p.m.54 views

GHSA-HMV2-79Q8-FV6G Uncontrolled Resource Consumption in urllib3

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

8.7CVSS5.8AI score0.03371EPSS
SaveExploits0References7
NVD
NVD
added 2020/03/06 8:15 p.m.23 views

CVE-2020-7212

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.8CVSS7.4AI score0.03371EPSS
SaveExploits0References3
OSV
OSV
added 2020/03/06 8:15 p.m.6 views

DEBIAN-CVE-2020-7212

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.5CVSS7.2AI score0.03371EPSS
SaveExploits0References1
Prion
Prion
added 2020/03/06 8:15 p.m.25 views

Code injection

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.8CVSS7.3AI score0.03371EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2020/03/06 8:15 p.m.13 views

PYSEC-2020-149

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.8CVSS6.8AI score0.03371EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2020/03/06 8:15 p.m.6 views

UBUNTU-CVE-2020-7212

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.5CVSS7.2AI score0.03371EPSS
SaveExploits0References6
OSV
OSV
added 2020/03/06 8:15 p.m.6 views

PYSEC-2020-149

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.8CVSS7.1AI score0.03371EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2020/03/06 7:14 p.m.32 views

CVE-2020-7212

The encodeinvalidchars function in util/url.py in the urllib3 library 1.25.2 through 1.25.7 for Python allows a denial of service CPU consumption because of an inefficient algorithm. The percentencodings array contains all matches of percent encodings. It is not deduplicated. For a URL of length ...

7.4AI score0.03371EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2020/03/06 12:00 a.m.7 views

PT-2020-5140

Name of the Vulnerable Software and Affected Versions urllib3 library versions 1.25.2 through 1.25.7 Description The issue is related to an inefficient algorithm in the encode invalid chars function, which can lead to a denial of service due to CPU consumption. This happens because the percent...

8.7CVSS7.1AI score0.03371EPSS
SaveExploits0References20
OSV
OSV
added 2019/09/17 9:15 p.m.7 views

UBUNTU-CVE-2019-16393

SPIP before 3.1.11 and 3.2 before 3.2.5 mishandles redirect URLs in ecrire/inc/headers.php with a %0D, %0A, or %20 character...

6.1CVSS6.9AI score0.011EPSS
SaveExploits0References6
Rows per page
Query Builder