cve/2024/CVE-2024-39063.md

18 lines
699 B
Markdown
Raw Normal View History

2024-08-05 18:41:32 +00:00
### [CVE-2024-39063](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39063)
![](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
Lime Survey <= 6.5.12 is vulnerable to Cross Site Request Forgery (CSRF). The YII_CSRF_TOKEN is only checked when passed in the body of POST requests, but the same check isn't performed in the equivalent GET requests.
### POC
#### Reference
- https://github.com/sysentr0py/CVEs/tree/main/CVE-2024-39063
#### Github
No PoCs found on GitHub currently.