Total vulnerabilities in the database
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.
Software | From | Fixed in |
---|---|---|
haxx / curl | 7.80.0 | 7.83.1 |
splunk / universal_forwarder | 9.1.0 | 9.1.0.x |
splunk / universal_forwarder | 9.0.0 | 9.0.6 |
splunk / universal_forwarder | 8.2.0 | 8.2.12 |