cve/2021/CVE-2021-24369.md

18 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24369](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24369)
![](https://img.shields.io/static/v1?label=Product&message=WordPress%20Payments%20Plugin%20%7C%20GetPaid&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.3.4%3C%202.3.4%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
In the GetPaid WordPress plugin before 2.3.4, users with the contributor role and above can create a new Payment Form, however the Label and Help Text input fields were not getting sanitized properly. So it was possible to inject malicious content such as img tags, leading to a Stored Cross-Site Scripting issue which is triggered when the form will be edited, for example when an admin reviews it and could lead to privilege escalation.
### POC
#### Reference
- https://wpscan.com/vulnerability/1d1a731b-78f7-4d97-b40d-80f66700edae
#### Github
No PoCs found on GitHub currently.