摘要:
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.
安全等级: Low
公告ID: KylinSec-SA-2022-1586
发布日期: 2022年7月5日
关联CVE: CVE-2022-27780
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名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2022-27780 | KY3.4-4A | curl | Unaffected |
CVE-2022-27780 | KY3.4-5 | curl | Unaffected |
CVE-2022-27780 | KY3.5.1 | curl | Unaffected |