CVE-2025-3812
Published: 17 May 2025
Summary
CVE-2025-3812 is a high-severity External Control of File Name or Path (CWE-73) vulnerability in Wordfence (inferred from references). Its CVSS base score is 8.1 (High).
Operationally, ranked in the top 15.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The WPBot Pro Wordpress Chatbot plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the qcld_openai_delete_training_file() function in all versions up to and including 13.6.2. The flaw is tracked as CVE-2025-3812 with a CVSS 3.1 score of 8.1 and is associated with CWE-73.
Authenticated attackers with Subscriber-level access and above can exploit the issue over the network to delete arbitrary files on the server. Successful exploitation can readily result in remote code execution when critical files such as wp-config.php are removed.
Advisories and additional technical details are available from Wordfence and the vendor at the referenced URLs. The EPSS score has remained flat at 0.0218 with no material increase observed after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-15565
Vulnerability details
The WPBot Pro Wordpress Chatbot plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the qcld_openai_delete_training_file() function in all versions up to, and including, 13.6.2. This makes it possible for authenticated attackers, with…
more
Subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php).
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Rejects externally supplied file or resource identifiers that fail validity checks.