• 公告ID (KylinSec-SA-2022-1586)

摘要:

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  

  • 详细介绍

1. 漏洞描述

   

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.

2. 影响范围

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

3. 影响组件

    无

4. 修复版本

    无

5. 修复方法

   无

6. 下载链接

    无
上一篇:KylinSec-SA-2022-1585 下一篇:KylinSec-SA-2022-1587