CyberRota Analysis
AI-GeneratedThe DataInjection plugin for GLPI 2.15.6 is vulnerable to SQL injection due to the direct concatenation of user-supplied CSV field values into SQL queries without proper parameterization or escaping. This flaw allows authenticated users with access to the Data Injection feature to execute arbitrary SQL commands, potentially leading to unauthorized data access or manipulation through time-based blind injection techniques. Organizations using this plugin should prioritize remediation to mitigate the risk of data breaches and ensure the integrity of their database systems.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
The DataInjection plugin for GLPI 2.15.6 (GLPI 11 builds) concatenates user-supplied CSV field values directly into SQL queries during CSV import, without parameterization or escaping, resulting in authenticated SQL injection. An authenticated user with access to the Data injection feature can embed SQL expressions such as SLEEP() in a mapped field (for example Serial Number) to manipulate the generated query and extract database information via time-based blind injection.