Filtered by CWE-177
Total 3 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2022-27780 3 Haxx, Netapp, Splunk 15 Curl, Clustered Data Ontap, H300s and 12 more 2024-03-27 7.5 High
The curl URL parser wrongly accepts percent-encoded URL separators like '/'when decoding the host name part of a URL, making it a *different* URL usingthe wrong host name when it is later retrieved.For example, a URL like `http://example.com%2F127.0.0.1/`, would be allowed bythe parser and get transposed into `http://example.com/127.0.0.1/`. This flawcan be used to circumvent filters, checks and more.
CVE-2022-3854 1 Redhat 1 Ceph Storage 2023-03-13 6.5 Medium
A flaw was found in Ceph, relating to the URL processing on RGW backends. An attacker can exploit the URL processing by providing a null URL to crash the RGW, causing a denial of service.
CVE-2018-3718 1 Zeit 1 Serve 2023-02-28 5.3 Medium
serve node module suffers from Improper Handling of URL Encoding by permitting access to ignored files if a filename is URL encoded.