vendor:
WHMCompleteSolution
by:
Islam DefenDers
7,5
CVSS
HIGH
Remote Sql Injection
89
CWE
Product Name: WHMCompleteSolution
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: a:whmcs:whmcs
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
2010
WHMCS control (WHMCompleteSolution) Sql Injection
An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application. The request should contain malicious SQL statements in the parameters of the vulnerable page. This can allow the attacker to access or modify the data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries. Additionally, parameterized queries should be used to prevent SQL injection attacks.