cve/2024/CVE-2024-3941.md
2024-06-18 02:51:15 +02:00

19 lines
909 B
Markdown

### [CVE-2024-3941](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3941)
![](https://img.shields.io/static/v1?label=Product&message=reCAPTCHA%20Jetpack&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](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 reCAPTCHA Jetpack WordPress plugin through 0.2.2 does not have CSRF check in some places, and is missing sanitisation as well as escaping, which could allow attackers to make logged-in admin add Stored XSS payloads via a CSRF attack.
### POC
#### Reference
- https://wpscan.com/vulnerability/6e09e922-983c-4406-8053-747d839995d1/
#### Github
No PoCs found on GitHub currently.