Files
CVEs-PoC/2020/CVE-2020-27481.md
T
2024-05-25 21:48:12 +02:00

18 lines
803 B
Markdown

### [CVE-2020-27481](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27481)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
An unauthenticated SQL Injection vulnerability in Good Layers LMS Plugin <= 2.1.4 exists due to the usage of "wp_ajax_nopriv" call in WordPress, which allows any unauthenticated user to get access to the function "gdlr_lms_cancel_booking" where POST Parameter "id" was sent straight into SQL query without sanitization.
### POC
#### Reference
- https://gist.github.com/0xx7/a7aaa8b0515139cf7e30c808c8d54070
#### Github
No PoCs found on GitHub currently.