cve/2023/CVE-2023-7203.md

19 lines
1.0 KiB
Markdown
Raw Normal View History

2024-05-28 08:49:17 +00:00
### [CVE-2023-7203](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-7203)
![](https://img.shields.io/static/v1?label=Product&message=Smart%20Forms&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%202.6.87%20&color=brighgreen)
![](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-862%20Missing%20Authorization&color=brighgreen)
### Description
The Smart Forms WordPress plugin before 2.6.87 does not have authorisation in various AJAX actions, which could allow users with a role as low as subscriber to call them and perform unauthorised actions such as deleting entries. The plugin also lacks CSRF checks in some places which could allow attackers to make logged in users perform unwanted actions via CSRF attacks such as deleting entries.
### POC
#### Reference
- https://wpscan.com/vulnerability/b514b631-c3e3-4793-ab5d-35ed0c38b011/
#### Github
No PoCs found on GitHub currently.