vendor:
New5starRating
by:
Bgh7
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: New5starRating
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:maniacomputer:new_5star_rating:1.0
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
New5starRating v1.0 (rating.php) Sql Inj. Vuln.
The vulnerability exists in the rating.php script, which allows an attacker to inject arbitrary SQL commands. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable script. This can allow the attacker to gain access to the admin panel by exploiting the SQL injection vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.