vendor:
Fuel CMS
by:
Roel van Beurden
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Fuel CMS
Affected Version From: 1.4.7
Affected Version To: 1.4.7
Patch Exists: YES
Related CWE: CVE-2020-17463
CPE: a:getfuelcms:fuel_cms:1.4.7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux Ubuntu 18.04
2020
Fuel CMS 1.4.7 – ‘col’ SQL Injection (Authenticated)
Fuel CMS 1.4.7 allows SQL Injection via parameter 'col' in pages/items, permissions/items, navigation/items and logs/items Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.