exploit-db-mirror/exploits/php/webapps/21552.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

5 lines
No EOL
496 B
Text

source: https://www.securityfocus.com/bid/5022/info
PHP Classifieds has been reported to be prone to cross-site scripting attacks. Attackers may inject arbitrary HTML or script code into URI parameters in a malicious link. When the malicious link is visited, the attacker's script code will be executed in the web client of the user browsing the link, in the security context of the website hosting the vulnerable software.
http://target/phpclassifieds/latestwap.php?url=<script>alert('OopS');<