vendor:
Rash CMS
by:
keracker
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Rash CMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows/php
2011
Rash CMS SQL Injection Vulnerability
A SQL injection vulnerability exists in Rash CMS due to improper sanitization of user-supplied input in the 'reciver' parameter of the 'contact-config.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to the vulnerable script. This can allow the attacker to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands. Additionally, parameterized queries should be used to prevent SQL injection attacks.