cve/2021/CVE-2021-24402.md

19 lines
960 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24402](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24402)
![](https://img.shields.io/static/v1?label=Product&message=WP%20iCommerce%20%E2%80%93%20the%20first%20interactive%20ecommerce%20for%20wordpress&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=1.1.1%3C%3D%201.1.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brighgreen)
### Description
The Orders functionality in the WP iCommerce WordPress plugin through 1.1.1 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-wp-icommerce/
- https://wpscan.com/vulnerability/7840e664-907f-42d1-950d-8c919032b707
#### Github
No PoCs found on GitHub currently.