CVE-2026-82538 PUBLISHED

ILIAS Arbitrary SQL Injection via Repository Trash Table Sort Parameter

Assigner: VulnCheck
Reserved: 29.08.2026 Published: 04.09.2026 Updated: 04.09.2026

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.

Metrics

CVSS 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
CVSS Score: 8.7

Product Status

Vendor ILIAS-eLearning e.V.
Product ILIAS
Versions Default: unaffected
  • affected from 9.0 to 9.22 (excl.)
  • affected from 10.0 to 10.10 (excl.)
  • affected from 11.0 to 11.3 (excl.)

Credits

  • André Schweigert finder

References

Problem Types

  • Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE