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.
Published: 2026-09-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Database Compromise
Action: Immediate Patch
AI Analysis

Impact

The vulnerability is a SQL injection in the repository trash table sort parameter, allowing authenticated users with write permissions to inject arbitrary SQL into an ORDER BY clause. Because the database layer supports multi‑statement execution, attackers can chain queries to read or modify the entire database and even take over administrator accounts. The weakness is a classic instance of CWE‑89.

Affected Systems

The affected product is ILIAS from ILIAS‑eLearning e.V. All releases before 9.22, before 10.10, and before 11.3 are impacted. The exploit targets the repository module that handles trash items, so any deployment of these earlier releases is vulnerable.

Risk and Exploitability

With a CVSS score of 8.7 the flaw is considered high severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Successful exploitation requires an authenticated user with write access on any container, which is a common privilege in many ILIAS installations. Once the SQL injection is triggered, the attacker can execute arbitrary SQL statements, read or modify database contents, and ultimately gain full administrative control.

Generated by OpenCVE AI on September 4, 2026 at 18:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a fixed ILIAS release (≥ 9.22, 10.10, or 11.3).
  • If upgrading is not possible, modify the application code to validate the sort parameter against the list of allowable columns and disable multi‑statement execution in the database layer.
  • Restrict write permissions on repositories to trusted administrators and review ACLs regularly.
  • Implement web application firewall rules to block anomalous ORDER BY expressions in HTTP requests.

Generated by OpenCVE AI on September 4, 2026 at 18:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 17:45:00 +0000

Type Values Removed Values Added
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.
Title ILIAS Arbitrary SQL Injection via Repository Trash Table Sort Parameter
First Time appeared Ilias
Ilias ilias
Weaknesses CWE-89
CPEs cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
Vendors & Products Ilias
Ilias ilias
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.7, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-14T19:33:07.855Z

Reserved: 2026-08-29T17:20:57.083Z

Link: CVE-2026-82538

cve-icon Vulnrichment

Updated: 2026-09-14T19:23:52.834Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T18:18:01.357

Modified: 2026-09-14T20:16:57.190

Link: CVE-2026-82538

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T23:45:17Z

Weaknesses
  • CWE-89

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