CVE-2009-0326
published 2009-01-29CVE-2009-0326: SQL injection vulnerability in login.php in Dark Age CMS 0.2c beta allows remote attackers to execute arbitrary SQL commands via the (1) username and (2)…
PriorityP343high7.5CVSS 2.0
AVNACLAuNCPIPAP
EXPLOIT
EPSS
0.92%
55.6th percentile
SQL injection vulnerability in login.php in Dark Age CMS 0.2c beta allows remote attackers to execute arbitrary SQL commands via the (1) username and (2) password parameters. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| dark_age_cms | dark_age_cms | — | — |
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Dark Age CMS 2.0 - 'login.php' SQL Injection
exploitdb·2009-01-14
CVE-2009-0326 Dark Age CMS 2.0 - 'login.php' SQL Injection
Dark Age CMS 2.0 - 'login.php' SQL Injection
---
source: https://www.securityfocus.com/bid/33271/info
Dark Age CMS is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Dark Age CMS 0.2c beta is vulnerable; other versions may also be affected.
The following example data is available:
Username: x' OR 'x' = 'x'#
Password: anything
Exploit-DB
Dark Age CMS 0.2c Beta - Authentication Bypass
exploitdb·2009-01-13
CVE-2009-0326 Dark Age CMS 0.2c Beta - Authentication Bypass
Dark Age CMS 0.2c Beta - Authentication Bypass
---
--+++==================================================================================+++--
--+++====== 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
No writeups or analysis indexed.
2009-01-29
Published