vendor:
WHMCS grouppay plugin
by:
HJauditing Employee Tim
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: WHMCS grouppay plugin
Affected Version From: 1.5
Affected Version To: 1.5
Patch Exists: YES
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
2020
WHMCS grouppay plugin SQL Injection <= 1.5
We have found a SQL injection inside the group pay plugin for WHCMS. A lot of game hosting companies are using this plugin. SQL Injection is in the function gp_LoadUserFromHash. Exploits can be done by using the grouppay.php?hash=%hash%' and '1'='1
Mitigation:
The fix for this vulnerability is to use mysql_real_escape_string() to sanitize the user input before passing it to the query.