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

7 lines
No EOL
732 B
Text

source: https://www.securityfocus.com/bid/9293/info
It has been reported that Psychoblogger may be prone to multiple cross-site scripting vulnerabilities that may allow a remote attacker to execute HTML or script code in a user's browser. The issues are reported to exist in the 'imageview.php', 'entryadmin.php', 'authoredit.php', 'blockedit.php', 'configadmin.php' and 'quoteedit.php' scripts. These vulnerabilities result from insufficient sanitization of user-supplied data passed via vulnerable parameters.
Psychoblogger version PB-beta1 has been reported to be prone to these issues, however, other versions could be affected as well.
http://www.example.com/entryadmin.php?error=1&errormessage=<script>alert('xss')</script>