Files
CVEs-PoC/2021/CVE-2021-24654.md
T
2024-05-25 21:48:12 +02:00

18 lines
990 B
Markdown

### [CVE-2021-24654](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24654)
![](https://img.shields.io/static/v1?label=Product&message=User%20Registration%20%E2%80%93%20Custom%20Registration%20Form%2C%20Login%20And%20User%20Profile%20For%20WordPress&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.0.2%3C%202.0.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
The User Registration WordPress plugin before 2.0.2 does not properly sanitise the user_registration_profile_pic_url value when submitted directly via the user_registration_update_profile_details AJAX action. This could allow any authenticated user, such as subscriber, to perform Stored Cross-Site attacks when their profile is viewed
### POC
#### Reference
- https://wpscan.com/vulnerability/5c7a9473-d32e-47d6-9f8e-15b96fe758f2
#### Github
No PoCs found on GitHub currently.