CVE-2026-82538
largeAuthenticated SQL Injection in ILIAS LMS Enables Admin Account Takeover
CVE-2026-82538 is a SQL injection flaw (CWE-89) in ILIAS, an open-source learning management system, located in the repository trash table, where the sort field taken from HTTP requests is inserted directly into a SQL ORDER BY clause without being validated against the declared sortable columns. Any authenticated user holding write permission on at least one repository container can trigger it by submitting a crafted sort parameter. Because ILIAS's database layer permits multi-statement execution, the injection supports stacked queries, giving the attacker full read and write access to the entire database and the ability to take over administrator accounts. All ILIAS deployments running versions below 9.22, 10.10, or 11.3 (depending on the major release line) are affected. No public proof-of-concept or in-the-wild exploitation is currently known; EPSS assigns a 0.4% probability of exploitation within 30 days and the flaw is not in CISA KEV.
What to do: Upgrade to ILIAS 9.22, 10.10, or 11.3, matching your current major release line. As an interim mitigation, consider restricting the database account used by ILIAS so it cannot execute stacked/multiple statements, and monitor access logs for suspicious characters (quotes, semicolons, SQL comments) in the sort parameter on repository trash table requests. Because the flaw permits full database write and administrator account takeover, review administrator accounts and recent administrative changes for signs of tampering.
| ILIAS (open-source project / ILIAS Society) ILIAS learning management system | all versions before 9.22, before 10.10, and before 11.3 (per major release line); fixed in 9.22, 10.10, and 11.3 |
Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.
ILIAS before versions 9.22, 10.10, and 11.3 contains a SQL injection vulnerability in the repository trash table where the table navigation sort field from HTTP requests is passed directly into the ORDER BY clause of a SQL query without validation against declared sortable columns. Authenticated users with write permission on any container can inject arbitrary SQL through the sort parameter, and because multi-statement execution is enabled in the database layer, stacked queries enable full database read and write access as well as administrator account takeover.
- Weakness
- CWE-89
- Vector
- CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
In the news0 stories
No ingested article mentions this CVE yet.