vendor:
YourArcadeScript 2.4
by:
DaOne [LCA]
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: YourArcadeScript 2.4
Affected Version From: 2.4
Affected Version To: 2.4
Patch Exists: NO
Related CWE: N/A
CPE: 2.4
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
2012
YourArcadeScript 2.4 SQLi Vulnerability
YourArcadeScript 2.4 is vulnerable to an SQL injection vulnerability. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable application. This can allow the attacker to execute arbitrary SQL commands on the underlying database, potentially allowing them to access sensitive data or modify the application's data.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.