Files
CVEs-PoC/2021/CVE-2021-24385.md
T
2025-09-29 21:09:30 +02:00

19 lines
1.1 KiB
Markdown

### [CVE-2021-24385](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24385)
![](https://img.shields.io/static/v1?label=Product&message=FileBird%20%E2%80%93%20WordPress%20Media%20Library%20Folders%20%26%20File%20Manager&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=4.7.3%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=4.7.4%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brightgreen)
### Description
The Filebird Plugin 4.7.3 introduced a SQL injection vulnerability as it is making SQL queries without escaping user input data from a HTTP post request. This is a major vulnerability as the user input is not escaped and passed directly to the get_col function and it allows SQL injection. The Rest API endpoint which invokes this function also does not have any required permissions/authentication and can be accessed by an anonymous user.
### POC
#### Reference
- https://wpscan.com/vulnerability/754ac750-0262-4f65-b23e-d5523995fbfa
#### Github
- https://github.com/20142995/nuclei-templates