7.5
CVSSv2

CVE-2006-4957

Published: 23/09/2006 Updated: 19/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in the GetMember function in functions.php in MyReview 1.9.4 allows remote malicious users to execute arbitrary SQL commands via the email parameter to Admin.php.

Vulnerable Product Search on Vulmon Subscribe to Product

the myreview system myreview 1.9.4

Exploits

# MyReview 194 SQL Injection exploit # # # myreviewlrifr/ # # in functionsphp starting from line 382 # # function GetMember ($email, $db, $mode="array") # { # $query = "SELECT * FROM PCMember WHERE email = '$email'" ; # result = $db->execRequete ($query); # # # $email is not checked before used into $qu ...