CVE-2022-27780
5.3
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| n/a | https://github.com/curl/curl | Fixed in 7.83.1 | affected |
Weaknesses
- CWE-177: Improper Handling of URL Encoding (Hex Encoding) (CWE-177)
ADP Enrichment
CVE Program Container
Additional References
- https://hackerone.com/reports/1553841
- https://security.netapp.com/advisory/ntap-20220609-0009/
- https://security.gentoo.org/glsa/202212-01
CISA ADP Vulnrichment
- SSVC:
- Exploitation: poc
- Automatable: yes
- Technical Impact: partial
References
- https://hackerone.com/reports/1553841
- https://security.netapp.com/advisory/ntap-20220609-0009/
- https://security.gentoo.org/glsa/202212-01
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.