vendor:
SweetRice
by:
Ashiyane Digital Security Team
8,8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: SweetRice
Affected Version From: 1.5.1
Affected Version To: 1.5.1
Patch Exists: NO
Related CWE: N/A
CPE: a:basic-cms:sweetrice:1.5.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: WebApp - PHP - Mysql
2016
SweetRice 1.5.1 – Cross-Site Request Forgery
SweetRice 1.5.1 is vulnerable to Cross-Site Request Forgery (CSRF). An attacker can exploit this vulnerability to execute arbitrary SQL commands and transfer files to the web server. The first exploit sends a POST request with a malicious SQL command to the vulnerable application. The second exploit sends a GET request with a malicious file name to the vulnerable application.
Mitigation:
Implementing a CSRF token in the application can prevent this vulnerability.