Files
CVEs-PoC/2021/CVE-2021-24229.md
T
2025-09-29 21:09:30 +02:00

18 lines
1.1 KiB
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-24229](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24229)
![](https://img.shields.io/static/v1?label=Product&message=Patreon%20WordPress&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.7.2%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brightgreen)
### Description
The Jetpack Scan team identified a Reflected Cross-Site Scripting via the patreon_save_attachment_patreon_level AJAX action of the Patreon WordPress plugin before 1.7.2. This AJAX hook is used to update the pledge level required by Patreon subscribers to access a given attachment. This action is accessible for user accounts with the manage_options privilege (i.e.., only administrators). Unfortunately, one of the parameters used in this AJAX endpoint is not sanitized before being printed back to the user, so the risk it represents is the same as the previous XSS vulnerability.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/20142995/nuclei-templates