vendor:
MMHAQ CMS
by:
s1ayer
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MMHAQ CMS
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:mmhaq:mmhaq_cms
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
MMHAQ CMS sqli vulnersbility
MMHAQ CMS is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a crafted SQL query to the vulnerable parameter 'id' in the 'index.php' page. This can be used to extract the version of the database from the title bar of the browser.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also be configured to use parameterized queries.