vendor:
Gumbo CMS
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Gumbo CMS
Affected Version From: 0.99
Affected Version To: 0.99
Patch Exists: NO
Related CWE: N/A
CPE: a:gumbo-cms:gumbo_cms:0.99
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Gumbo CMS 0.99 – SQL Injection
Gumbo CMS 0.99 is vulnerable to SQL Injection. An attacker can send a malicious HTTP POST request to the settings/en page with a crafted payload in the language parameter to execute arbitrary SQL commands in the back-end database. This can be exploited to gain access to sensitive information such as usernames and passwords stored in the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input and escape special characters.