An issue was discovered in the Teclib Fields plugin through 1.9.2 for GLPI. it allows SQL Injection via container_id and old_order parameters to ajax/reorder.php by an unauthenticated user.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://github.com/pluginsGLPI/fields/blob/master/ajax/reorder.php | third party advisory |
https://github.com/pluginsGLPI/fields/pull/317 | third party advisory |
https://github.com/pluginsGLPI/fields/releases/tag/1.10.0 | third party advisory release notes |