cve/2023/CVE-2023-1011.md

19 lines
917 B
Markdown
Raw Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-1011](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1011)
![](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.5%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.5 does not escape most of its settings before outputting them back in the dashboard, and does not have a proper CSRF check, allowing attackers to make a logged in admin set XSS payloads in them.
### POC
#### Reference
- https://wpscan.com/vulnerability/d1784446-b3da-4175-9dac-20b030f19984
#### Github
No PoCs found on GitHub currently.