7.5
CVSSv2

CVE-2010-0611

Published: 11/02/2010 Updated: 17/08/2017
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

Multiple SQL injection vulnerabilities in adminlogin.php in Baal Systems 3.8 and previous versions allow remote malicious users to execute arbitrary SQL commands via the (1) username and (2) password parameters.

Vulnerable Product Search on Vulmon Subscribe to Product

baalsystems baal systems

baalsystems baal systems 3.7

baalsystems baal systems 3.6

Exploits

[+] Baal Systems <= 38 (Auth Bypass) SQL Injection Vulnerability [+] Discovered by cr4wl3r <cr4wl3r[!]linuxmailorg> [+] Vuln Code : [adminloginphp] <?php include("commonphp"); if (!empty($_POST['password'])) { $username = $_POST['username']; $password = $_POST['password']; $query = "select * from {$tableprefix}tbluser ...