CVE-2023-39796
wbce wbce_cms Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Record summary
CVE-2023-39796 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
SQL injection vulnerability in the miniform module in WBCE CMS v.1.6.0 allows remote unauthenticated attacker to execute arbitrary code via the DB_RECORD_TABLE parameter.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Jun 19, 2024 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Sep 3, 2024 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
wbce_cmsBrowse wbce / wbce_cms | VulnCheck | Version data not supplied | |
Nuclei templates
1ProjectDiscoveryCRITICALWBCE 1.6.0 - SQL InjectionCVSS 9.8
There is an sql injection vulnerability in "miniform module" which is a default module installed in the WBCE cms. It is an unauthenticated sqli so anyone could access it and takeover the whole database. In file "/modules/miniform/ajax_delete_message.php" there is no authentication check. On line 40 in this file, there is a DELETE query that is vulnerable, an attacker could jump from the query using the tick sign - `.
Impact
Unauthenticated attackers can execute time-based SQL injection through the DB_RECORD_TABLE parameter in the miniform module to extract the complete CMS database and takeover the WBCE installation.
Remediation
Fixed in version 1.6.1
Source: ProjectDiscovery