vendor:
BigTree CMS
by:
Mehmet Ince
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BigTree CMS
Affected Version From: < 4.2.11
Affected Version To: 4.2.11
Patch Exists: NO
Related CWE:
CPE: bigtreecms
Platforms Tested:
2016
BigTree CMS <= 4.2.11 Authenticated SQL Injection Vulnerability
The submitPageChange function in BigTree CMS <= 4.2.11 is vulnerable to SQL Injection. The function is used twice during development in the following locations: /core/admin/modules/pages/front-end-update.php and /core/admin/modules/pages/update.php. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to the /site/index.php/admin/pages/update/ endpoint. The vulnerability allows an authenticated attacker to execute arbitrary SQL queries.
Mitigation:
Upgrade to a version higher than 4.2.11 or apply the vendor's patch if available. Ensure user input is properly escaped or sanitized before using it in SQL queries.