cve/2021/CVE-2021-24484.md

18 lines
885 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-24484](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24484)
![](https://img.shields.io/static/v1?label=Product&message=Secure%20Copy%20Content%20Protection%20and%20Content%20Locking&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.6.7%3C%202.6.7%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brighgreen)
### Description
The get_reports() function in the Secure Copy Content Protection and Content Locking WordPress plugin before 2.6.7 did not use whitelist or validate the orderby parameter before using it in SQL statements passed to the get_results() DB calls, leading to SQL injection issues in the admin dashboard
### POC
#### Reference
- https://wpscan.com/vulnerability/9ce0153d-4a8b-4215-b6b6-15ca68c4f52c
#### Github
No PoCs found on GitHub currently.