cve/2023/CVE-2023-1651.md

19 lines
985 B
Markdown
Raw Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-1651](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1651)
![](https://img.shields.io/static/v1?label=Product&message=AI%20ChatBot&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%204.4.9%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-Site%20Scripting%20(XSS)&color=brighgreen)
### Description
The AI ChatBot WordPress plugin before 4.4.9 does not have authorisation and CSRF in the AJAX action responsible to update the OpenAI settings, allowing any authenticated users, such as subscriber to update them. Furthermore, due to the lack of escaping of the settings, this could also lead to Stored XSS
### POC
#### Reference
- https://wpscan.com/vulnerability/c88b22ba-4fc2-49ad-a457-224157521bad
#### Github
No PoCs found on GitHub currently.