Files
CVEs-PoC/2021/CVE-2021-24403.md
T
2024-06-18 02:51:15 +02:00

19 lines
894 B
Markdown

### [CVE-2021-24403](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24403)
![](https://img.shields.io/static/v1?label=Product&message=WordPress%20Page%20Contact&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.0%3C%3D%201.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brighgreen)
### Description
The Orders functionality in the WordPress Page Contact plugin through 1.0 has an order_id parameter which is not sanitised, escaped or validated before inserting to a SQL statement, leading to SQL injection. The feature is available to low privilege users such as contributors
### POC
#### Reference
- https://codevigilant.com/disclosure/2021/wp-plugin-wpagecontact/
- https://wpscan.com/vulnerability/a87040c1-58fc-4bf7-8bfa-0b9712a62ba8
#### Github
No PoCs found on GitHub currently.