vendor:
Games Site Script
by:
3spi0n
8,8
CVSS
HIGH
MySQL Injection
89
CWE
Product Name: Games Site Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: No
Related CWE: N/A
CPE: N/A
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
2018
Games Site Script, MySQL Injection Vulnerabilities
Games Site Script is prone to a SQL injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. An attacker can exploit this vulnerability to manipulate SQL queries by injecting arbitrary SQL code. This may allow the attacker to access or modify critical data, or even to execute system level commands.
Mitigation:
The best way to mitigate SQL injection attacks is to use parameterized queries (also known as prepared statements).