Files
CVEs-PoC/2020/CVE-2020-8143.md
T
2024-06-18 02:51:15 +02:00

18 lines
1021 B
Markdown

### [CVE-2020-8143](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8143)
![](https://img.shields.io/static/v1?label=Product&message=https%3A%2F%2Fgithub.com%2Frevive-adserver%2Frevive-adserver&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Open%20Redirect%20(CWE-601)&color=brighgreen)
### Description
An Open Redirect vulnerability was discovered in Revive Adserver version < 5.0.5 and reported by HackerOne user hoangn144. A remote attacker could trick logged-in users to open a specifically crafted link and have them redirected to any destination.The CSRF protection of the “/www/admin/*-modify.php” could be skipped if no meaningful parameter was sent. No action was performed, but the user was still redirected to the target page, specified via the “returnurl” GET parameter.
### POC
#### Reference
- https://hackerone.com/reports/794144
#### Github
No PoCs found on GitHub currently.