7.5
CVSSv2

CVE-2006-3994

Published: 05/08/2006 Updated: 29/04/2021
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in the u2u_send_recp function in u2u.inc.php in XMB (aka extreme message board) 1.9.6 Alpha and previous versions allows remote malicious users to execute arbitrary SQL commands via the u2uid parameter to u2u.php, which is directly accessed from $_POST and bypasses the protection scheme.

Vulnerable Product Search on Vulmon Subscribe to Product

xmb software xmb forum

Exploits

#!/usr/bin/php -q -d short_open_tag=on <? echo "XMB <= 196 'u2uid' SQL injection / admin credentials disclosure\n"; echo "by rgod rgod@autisticiorg\n"; echo "site: retrogodaltervistaorg\n"; echo "dork: \"Powered by XMB\"\n\n"; /* works with magic_quotes=off Mysql >= 41 (allowing subs) */ if ($argc<5) { echo "Usage: php " ...