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

18 lines
848 B
Markdown

### [CVE-2021-25010](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25010)
![](https://img.shields.io/static/v1?label=Product&message=Post%20Snippets&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=3.1.4%3C%203.1.4%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
### Description
The Post Snippets WordPress plugin before 3.1.4 does not have CSRF check when importing files, allowing attacker to make a logged In admin import arbitrary snippets. Furthermore, imported snippers are not sanitised and escaped, which could lead to Stored Cross-Site Scripting issues
### POC
#### Reference
- https://wpscan.com/vulnerability/d1ebd15a-72ab-4ba2-a212-7e2eea0b0fb0
#### Github
No PoCs found on GitHub currently.