vendor:
HongCMS
by:
Hzllaga
7.2
CVSS
HIGH
SQL Injection
89
CWE
Product Name: HongCMS
Affected Version From: 3.0.0
Affected Version To: 3.0.0
Patch Exists: YES
Related CWE: CVE-2018-12912
CPE: a:neeke:hongcms:3.0.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: php5.4 mysql5
2018
HongCMS 3.0.0 – SQL Injection
HongCMS 3.0.0 is vulnerable to SQL Injection. An attacker can exploit this vulnerability to gain administrator privileges by sending a specially crafted HTTP request to the vulnerable application. The request contains a malicious SQL query in the 'dbaction' parameter which can be used to execute arbitrary SQL commands in the back-end database.
Mitigation:
Developers should always sanitize user input and use parameterized queries to prevent SQL injection attacks.