vendor:
Experts
by:
CWH Underground
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Experts
Affected Version From: 1.0.0
Affected Version To: 1.0.0
Patch Exists: No
Related CWE: N/A
CPE: a:experts:experts:1.0.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
2008
Experts (answer.php) Remote SQL Injection Vulnerability
Experts (answer.php) Remote SQL Injection Vulnerability is a vulnerability that allows an attacker to inject malicious SQL statements into an application's code. This vulnerability can be exploited by sending a specially crafted HTTP request to the vulnerable application. The malicious SQL statement can be used to bypass authentication, access, modify and delete data in the back-end database.
Mitigation:
To mitigate this vulnerability, input validation should be performed on all user-supplied data. All user-supplied data should be treated as untrusted and should be validated before being used in any SQL statement.