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

18 lines
1.1 KiB
Markdown

### [CVE-2021-24790](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24790)
![](https://img.shields.io/static/v1?label=Product&message=Contact%20Form%20Advanced%20Database&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0.8%3C%3D%201.0.8%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-862%20Missing%20Authorization&color=brighgreen)
### Description
The Contact Form Advanced Database WordPress plugin through 1.0.8 does not have any authorisation as well as CSRF checks in its delete_cf7_data and export_cf7_data AJAX actions, available to any authenticated users, which could allow users with a role as low as subscriber to call them. The delete_cf7_data would lead to arbitrary metadata deletion, as well as PHP Object Injection if a suitable gadget chain is present in another plugin, as user data is passed to the maybe_unserialize() function without being first validated.
### POC
#### Reference
- https://wpscan.com/vulnerability/adc5dd9b-0781-4cea-8cc5-2c10ac35b968
#### Github
No PoCs found on GitHub currently.