cve/2021/CVE-2021-24869.md
2024-06-18 02:51:15 +02:00

18 lines
876 B
Markdown

### [CVE-2021-24869](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24869)
![](https://img.shields.io/static/v1?label=Product&message=WP%20Fastest%20Cache&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0%3C%200.9.5%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen)
### Description
The WP Fastest Cache WordPress plugin before 0.9.5 does not escape user input in the set_urls_with_terms method before using it in a SQL statement, leading to an SQL injection exploitable by low privilege users such as subscriber
### POC
#### Reference
- https://jetpack.com/2021/10/14/multiple-vulnerabilities-in-wp-fastest-cache-plugin/
#### Github
No PoCs found on GitHub currently.