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

19 lines
1019 B
Markdown

### [CVE-2021-24565](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24565)
![](https://img.shields.io/static/v1?label=Product&message=Contact%20Form%207%20Captcha&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0.0.9%3C%200.0.9%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 Contact Form 7 Captcha WordPress plugin before 0.0.9 does not have any CSRF check in place when saving its settings, allowing attacker to make a logged in user with the manage_options change them. Furthermore, the settings are not escaped when output in attributes, leading to a Stored Cross-Site Scripting issue.
### POC
#### Reference
- https://wpscan.com/vulnerability/97bfef5e-2ee0-491a-a931-4f44c83e5be0
#### Github
No PoCs found on GitHub currently.