Lms · Lms · CVE-2026-40455
**Name of the Vulnerable Software and Affected Versions**
LMS (LAN Management System) versions prior to commit 4cb30a7
**Description**
An SQL Injection issue exists within the "tarifflist.php" module. The application fails to properly sanitize the POST parameter `tg[]`, directly concatenating user-supplied array values into an SQL query via the `implode()` function. This allows authenticated attackers to perform Error-Based SQL injection, a technique that leverages database error messages to retrieve sensitive information, and extract data from the database.
**Recommendations**
Update to commit 4cb30a7 or a newer version.
As a temporary workaround, restrict access to the "tarifflist.php" module or avoid using the `tg[]` parameter until the update is applied.