vendor:
WBCE CMS
by:
young pope
8.1
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: WBCE CMS
Affected Version From: 1.6.2000
Affected Version To: 1.6.2000
Patch Exists: YES
Related CWE: CVE-2023-39796
CPE: a:wbce_cms:wbce:1.6.0
Platforms Tested: Kali Linux
2023
Unauthenticated SQL injection in WBCE 1.6.0
An SQL injection vulnerability exists in the *miniform* module of WBCE CMS version 1.6.0. The vulnerability allows unauthenticated attackers to access and potentially take over the entire database. The issue arises from the lack of authentication checks in the file /modules/miniform/ajax_delete_message.php, specifically in a DELETE query on line 40. The vulnerability can be exploited by using a tick sign (`) to manipulate the query. The vulnerable parameter is DB_RECORD_TABLE.
Mitigation:
To mitigate this vulnerability, ensure all user inputs are properly validated and sanitized to prevent SQL injection attacks. Additionally, implement proper authentication mechanisms and access controls to restrict unauthorized access to sensitive functionalities.