vendor:
MyReview
by:
STILPU
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyReview
Affected Version From: 1.9.4
Affected Version To: 1.9.4
Patch Exists: YES
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: N/A
2009
MyReview 1.9.4 SQL Injection exploit
MyReview 1.9.4 is vulnerable to SQL Injection due to the lack of input validation in the GetMember function in functions.php. An attacker can exploit this vulnerability to inject malicious SQL code into the application, allowing them to gain access to the database and potentially execute arbitrary code on the server. The vulnerability can be patched by adding '$email=addslashes(trim($email));' before the query and using something else, very buggy script.
Mitigation:
Input validation should be implemented to prevent SQL injection attacks.