Inappropriate Encoding for Output Context Affecting libcurl-devel package, versions *
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-RHEL6-LIBCURLDEVEL-2814395
- published 11 May 2022
- disclosed 11 May 2022
Introduced: 11 May 2022
CVE-2022-27780 Open this link in a new tabHow to fix?
There is no fixed version for RHEL:6 libcurl-devel.
NVD Description
Note: Versions mentioned in the description apply only to the upstream libcurl-devel package and not the libcurl-devel package as distributed by RHEL.
See How to fix? for RHEL:6 relevant fixed versions and status.
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.