cve/2023/CVE-2023-0328.md

18 lines
850 B
Markdown
Raw Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-0328](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-0328)
![](https://img.shields.io/static/v1?label=Product&message=WPCode&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%202.0.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-863%20Incorrect%20Authorization&color=brighgreen)
### Description
The WPCode WordPress plugin before 2.0.7 does not have adequate privilege checks in place for several AJAX actions, only checking the nonce. This may lead to allowing any authenticated user who can edit posts to call the endpoints related to WPCode Library authentication (such as update and delete the auth key).
### POC
#### Reference
- https://wpscan.com/vulnerability/3c4318a9-a3c5-409b-a52e-edd8583c3c43
#### Github
No PoCs found on GitHub currently.