vendor:
by:
VerY SecReT
7.5
CVSS
HIGH
Arbitrary SQL Injection
89
CWE
Product Name:
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Arbitrary SQL Injection in products.php
The vulnerability allows an attacker to perform arbitrary SQL injections by manipulating the 'class' parameter in the 'products.php' page. By injecting a UNION SELECT statement, the attacker can retrieve sensitive information such as usernames and passwords from the 'admin' table.
Mitigation:
The vendor should implement proper input validation and parameterized queries to prevent SQL injection attacks. Additionally, access to sensitive information should be restricted to authorized users.