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

19 lines
947 B
Markdown

### [CVE-2021-24536](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24536)
![](https://img.shields.io/static/v1?label=Product&message=Custom%20Login%20Redirect&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0.0%3C%3D%201.0.0%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 Custom Login Redirect WordPress plugin through 1.0.0 does not have CSRF check in place when saving its settings, and do not sanitise or escape user input before outputting them back in the page, leading to a Stored Cross-Site Scripting issue
### POC
#### Reference
- https://wpscan.com/vulnerability/e1ca9978-a44d-4717-b963-acaf56258fc9
#### Github
No PoCs found on GitHub currently.