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

19 lines
881 B
Markdown

### [CVE-2018-5705](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-5705)
![](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
Reservo Image Hosting 1.6 is vulnerable to XSS attacks. The affected function is its search engine (the t parameter to the /search URI). Since there is an user/admin login interface, it's possible for attackers to steal sessions of users and thus admin(s). By sending users an infected URL, code will be executed.
### POC
#### Reference
- http://packetstormsecurity.com/files/145940/Reservo-Image-Hosting-Script-1.5-Cross-Site-Scripting.html
- https://www.exploit-db.com/exploits/43676/
#### Github
No PoCs found on GitHub currently.