vendor:
RW::Download
by:
k1tk4t
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: RW::Download
Affected Version From: 2.0.3
Affected Version To: 2.0.3
Patch Exists: NO
Related CWE:
CPE: a:rwscripts:rw::download:2.0.3
Platforms Tested:
2007
RW::Download v2.0.3 lite – Remote SQL Injection
The RW::Download v2.0.3 lite web application is vulnerable to remote SQL injection. An attacker can exploit this vulnerability by manipulating the 'dlid' and 'cid' parameters in the 'index.php' file. By using a UNION SELECT statement, the attacker can extract sensitive information such as usernames and passwords from the 'dl_users' table.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before executing SQL queries. Additionally, implementing prepared statements or parameterized queries can help prevent SQL injection attacks.