7.5
CVSSv2

CVE-2008-2222

Published: 14/05/2008 Updated: 29/09/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

SQL injection vulnerability in login.php in EQdkp 1.3.2f allows remote malicious users to bypass EQdkp user authentication via the user_id parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

eqdkp eqdkp 1.3.2f

Exploits

<?php // EQDKP 132f Authentication Bypass (PoC) // vortfu@gmailcom $data['auto_login_id'] = 'x'; $data['user_id'] = "1' " "UNION SELECT " "1, " // * user_id "'a', " // username "'x ...