vendor:
WHMCS
by:
ahwak2000
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WHMCS
Affected Version From: 4.x
Affected Version To: 5.x
Patch Exists: NO
Related CWE: N/A
CPE: 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: Windows 7
2013
WHMCS v4.x & v5.x – Multiple Web Vulnerabilities
The script uses the db_escape_string() function to secure the input, however, the function only disables the ' and " characters, allowing attackers to bypass it if the query does not use '.
Mitigation:
Ensure that all user-supplied input is properly sanitized and validated before being used in a query.