vendor:
PHPMyRing
by:
Simo Ben youssef
9
CVSS
CRITICAL
Remote SQL injection
89
CWE
Product Name: PHPMyRing
Affected Version From: <= 4.2.0
Affected Version To: <= 4.2.0
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2006
PHPMyRing’s (view_com.php) Remote SQL injection Exploit
This exploit allows an attacker to inject SQL queries through the 'idsite' parameter in the view_com.php file of the PHPMyRing web application. By manipulating the 'idsite' parameter, an attacker can extract the admin login and plain text password from the database.
Mitigation:
Sanitize user input and use prepared statements to prevent SQL injection attacks. Update to a non-vulnerable version of PHPMyRing.