cve/2017/CVE-2017-7897.md
2024-06-18 02:51:15 +02:00

18 lines
831 B
Markdown

### [CVE-2017-7897](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-7897)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
A cross-site scripting (XSS) vulnerability in the MantisBT (2.3.x before 2.3.2) Timeline include page, used in My View (my_view_page.php) and User Information (view_user_page.php) pages, allows remote attackers to inject arbitrary code (if CSP settings permit it) through crafted PATH_INFO in a URL, due to use of unsanitized $_SERVER['PHP_SELF'] to generate URLs.
### POC
#### Reference
- https://github.com/mantisbt/mantisbt/pull/1094
#### Github
No PoCs found on GitHub currently.