ZeroHour

CVE-2026-82538

large

Authenticated SQL Injection in ILIAS LMS Enables Admin Account Takeover

CVSS 4.0
8.7 high
EPSS
<1%p32
Published
()
Modified
AI analysis

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.

Affected
ILIAS (open-source project / ILIAS Society) ILIAS learning management systemall versions before 9.22, before 10.10, and before 11.3 (per major release line); fixed in 9.22, 10.10, and 11.3
Estimated exposure
large≈1,000–10,000 deployments, with an aggregate authenticated user base plausibly in the high hundreds of thousands (ILIAS is used at roughly a thousand-plus… — Based on ILIAS's standing as a widely deployed open-source LMS concentrated in European universities, government, and corporate training, where a few thousand organizations run it and nearly all installations remain on pre-patch versions…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

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 news

No ingested article mentions this CVE yet.