cve/2024/CVE-2024-24572.md
2024-05-25 21:48:12 +02:00

18 lines
1.3 KiB
Markdown

### [CVE-2024-24572](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-24572)
![](https://img.shields.io/static/v1?label=Product&message=facileManager&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%3D%204.5.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20SQL%20Command%20('SQL%20Injection')&color=brighgreen)
### Description
facileManager is a modular suite of web apps built with the sysadmin in mind. In versions 4.5.0 and earlier, the $_REQUEST global array was unsafely called inside an extract() function in admin-logs.php. The PHP file fm-init.php prevents arbitrary manipulation of $_SESSION via the GET/POST parameters. However, it does not prevent manipulation of any other sensitive variables such as $search_sql. Knowing this, an authenticated user with privileges to view site logs can manipulate the search_sqlvariable by appending a GET parameter search_sql in the URL. The information above means that the checks and SQL injection prevention attempts were rendered unusable.
### POC
#### Reference
- https://github.com/WillyXJ/facileManager/security/advisories/GHSA-xw34-8pj6-75gc
#### Github
No PoCs found on GitHub currently.