Vulnerabilities (CVE)

Filtered by vendor Facilemanager Subscribe
Filtered by product Facilemanager
Total 3 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2024-24573 1 Facilemanager 1 Facilemanager 2024-02-07 N/A 8.8 HIGH
facileManager is a modular suite of web apps built with the sysadmin in mind. In versions 4.5.0 and earlier, when a user updates their profile, a POST request containing user information is sent to the endpoint server/fm-modules/facileManager/ajax/processPost.php. It was found that non-admins can arbitrarily set their permissions and grant their non-admin accounts with super user privileges.
CVE-2024-24572 1 Facilemanager 1 Facilemanager 2024-02-07 N/A 6.5 MEDIUM
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_sql variable 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.
CVE-2024-24571 1 Facilemanager 1 Facilemanager 2024-02-07 N/A 5.4 MEDIUM
facileManager is a modular suite of web apps built with the sysadmin in mind. For the facileManager web application versions 4.5.0 and earlier, we have found that XSS was present in almost all of the input fields as there is insufficient input validation.