cve/2023/CVE-2023-5241.md

18 lines
1013 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2023-5241](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-5241)
![](https://img.shields.io/static/v1?label=Product&message=AI%20ChatBot&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=*%3C%3D%204.8.9%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-22%20Improper%20Limitation%20of%20a%20Pathname%20to%20a%20Restricted%20Directory%20('Path%20Traversal')&color=brighgreen)
### Description
The AI ChatBot for WordPress is vulnerable to Directory Traversal in versions up to, and including, 4.8.9 as well as 4.9.2 via the qcld_openai_upload_pagetraining_file function. This allows subscriber-level attackers to append "<?php" to any existing file on the server resulting in potential DoS when appended to critical files such as wp-config.php.
### POC
#### Reference
- http://packetstormsecurity.com/files/175371/WordPress-AI-ChatBot-4.8.9-SQL-Injection-Traversal-File-Deletion.html
#### Github
No PoCs found on GitHub currently.