vendor:
WebsiteBaker
by:
Roel van Beurden
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: WebsiteBaker
Affected Version From: 2.12.2
Affected Version To: 2.12.2
Patch Exists: YES
Related CWE: CVE-2020-25990
CPE: 2.12.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Linux Ubuntu 18.04
2020
WebsiteBaker 2.12.2 – ‘display_name’ SQL Injection (authenticated)
WebsiteBaker 2.12.2 allows SQL Injection via parameter 'display_name' in /websitebaker/admin/preferences/save.php. 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 SQL queries.