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

19 lines
828 B
Markdown

### [CVE-2021-24557](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24557)
![](https://img.shields.io/static/v1?label=Product&message=M-vSlider&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=2.1.3%3C%3D%202.1.3%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brighgreen)
### Description
The update functionality in the rslider_page uses an rs_id POST parameter which is not validated, sanitised or escaped before being inserted in sql query, therefore leading to SQL injection for users having Administrator role.
### POC
#### Reference
- https://codevigilant.com/disclosure/2021/wp-plugin-m-vslider/
- https://wpscan.com/vulnerability/8b8e41e8-5a40-4062-b5b7-3b01b1a709ef
#### Github
No PoCs found on GitHub currently.