cve/2009/CVE-2009-2156.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2009-2156](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2156)
![](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
Multiple cross-site scripting (XSS) vulnerabilities in TorrentTrader Classic 1.09 allow remote authenticated users to inject arbitrary web script or HTML via (1) the Title field to requests.php, related to viewrequests.php; and (2) the Torrent Name field to torrents-upload.php, related to the logging of torrent uploads; and allow remote attackers to inject arbitrary web script or HTML via (3) the ttversion parameter to themes/default/footer.php, the (4) SITENAME and (5) CURUSER[username] parameters to themes/default/header.php, (6) the todayactive parameter to visitorstoday.php, (7) the activepeople parameter to visitorsnow.php, (8) the faq_categ[999][title] parameter to faq.php, and (9) the keepget parameter to torrents-details.php.
### POC
#### Reference
- http://www.waraxe.us/advisory-74.html
2024-06-09 00:33:16 +00:00
- http://www.waraxe.us/advisory-74.html
2024-05-26 14:27:05 +02:00
- https://www.exploit-db.com/exploits/8958
2024-06-09 00:33:16 +00:00
- https://www.exploit-db.com/exploits/8958
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.