CVE-2024-24572

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:facilemanager:facilemanager:*:*:*:*:*:*:*:*

History

07 Feb 2024, 17:34

Type Values Removed Values Added
CPE cpe:2.3:a:facilemanager:facilemanager:*:*:*:*:*:*:*:*
References () https://github.com/WillyXJ/facileManager/commit/0aa850d4b518f10143a4c675142b15caa5872877 - () https://github.com/WillyXJ/facileManager/commit/0aa850d4b518f10143a4c675142b15caa5872877 - Patch
References () https://github.com/WillyXJ/facileManager/security/advisories/GHSA-xw34-8pj6-75gc - () https://github.com/WillyXJ/facileManager/security/advisories/GHSA-xw34-8pj6-75gc - Exploit, Vendor Advisory
First Time Facilemanager facilemanager
Facilemanager
Summary
  • (es) facileManager es un conjunto modular de aplicaciones web creadas pensando en el administrador del sistema. En las versiones 4.5.0 y anteriores, la matriz global $_REQUEST se llamaba de forma insegura dentro de una función extract() en admin-logs.php. El archivo PHP fm-init.php evita la manipulación arbitraria de $_SESSION a través de los parámetros GET/POST. Sin embargo, no impide la manipulación de otras variables sensibles como $search_sql. Sabiendo esto, un usuario autenticado con privilegios para ver los registros del sitio puede manipular la variable search_sql agregando un parámetro GET search_sql en la URL. La información anterior significa que las comprobaciones y los intentos de prevención de inyección SQL quedaron inutilizables.

31 Jan 2024, 23:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-01-31 23:15

Updated : 2024-02-07 17:34


NVD link : CVE-2024-24572

Mitre link : CVE-2024-24572

CVE.ORG link : CVE-2024-24572


JSON object : View

Products Affected

facilemanager

  • facilemanager
CWE
CWE-89

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')