Files
CVEs-PoC/2021/CVE-2021-24477.md
T
2024-06-18 02:51:15 +02:00

19 lines
1003 B
Markdown

### [CVE-2021-24477](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24477)
![](https://img.shields.io/static/v1?label=Product&message=Migrate%20Users&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0.1%3C%3D%201.0.1%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 Migrate Users WordPress plugin through 1.0.1 does not sanitise or escape its Delimiter option before outputting in a page, leading to a Stored Cross-Site Scripting issue. Furthermore, the plugin does not have CSRF check in place when saving its options, allowing the issue to be exploited via a CSRF attack.
### POC
#### Reference
- https://wpscan.com/vulnerability/7915070f-1d9b-43c3-b01e-fec35f633a4d
#### Github
No PoCs found on GitHub currently.