vendor:
RobotStats
by:
ZoRLu
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: RobotStats
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:robotstats:robotstats: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
2014
RobotStats v1.0 (robot param) SQL Injection Vulnerability
RobotStats v1.0 is vulnerable to a SQL injection vulnerability due to lack of input validation in the 'robots.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable script with the 'rub' and 'robot' parameters. This will allow the attacker to execute arbitrary SQL queries in the back-end database, potentially resulting in the manipulation or disclosure of sensitive data.
Mitigation:
Input validation should be performed on all user-supplied data to prevent SQL injection attacks.