Files
CVEs-PoC/2021/CVE-2021-24411.md
T
2024-05-25 21:48:12 +02:00

19 lines
932 B
Markdown

### [CVE-2021-24411](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24411)
![](https://img.shields.io/static/v1?label=Product&message=Social%20Tape&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0%3C%3D%201.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 Social Tape WordPress plugin through 1.0 does not have CSRF checks in place when saving its settings, and do not sanitise or escape them before outputting them back in the page, leading to a stored Cross-Site Scripting issue via a CSRF attack
### POC
#### Reference
- https://wpscan.com/vulnerability/ebe7f625-67e1-4df5-a569-20526dd57b24
#### Github
No PoCs found on GitHub currently.