vendor:
RoundCube
by:
Smith Falcon
7.5
CVSS
HIGH
SQL Union Injection
89
CWE
Product Name: RoundCube
Affected Version From: 2000.3.1
Affected Version To: 2000.3.1
Patch Exists: YES
Related CWE: N/A
CPE: a:roundcube:roundcube:0.3.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2011
RoundCube 0.3.1 SQL injection
RoundCube 0.3.1 is vulnerable to SQL Union Injection. An attacker can exploit this vulnerability by sending a POST request to the index.php page with a malicious payload in the _timezone parameter. Additionally, the application is also vulnerable to XRF attacks, which can be exploited by changing the _action parameter to anything. Successful tampering will lead to username compromising.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.