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

19 lines
867 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2021-24196](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24196)
![](https://img.shields.io/static/v1?label=Product&message=Social%20Slider%20Widget&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.8.5%3C%201.8.5%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
The Social Slider Widget WordPress plugin before 1.8.5 allowed Authenticated Reflected XSS in the plugin settings page as the token_error parameter can be controlled by users and it is directly echoed without being sanitized
### POC
#### Reference
- https://purinechu.github.io/posts/social_slider_widget_reflected_xss/
- https://wpscan.com/vulnerability/bb20d732-a5e4-4140-ab51-b2aa1a53db12
#### Github
No PoCs found on GitHub currently.