cve/2023/CVE-2023-0824.md

19 lines
945 B
Markdown
Raw Permalink Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-0824](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0824)
![](https://img.shields.io/static/v1?label=Product&message=User%20registration%20%26%20user%20profile&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 User registration & user profile WordPress plugin through 2.0 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/48a3a542-9130-4524-9d19-ff9eccecb148/
#### Github
No PoCs found on GitHub currently.