PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-82538 ILIAS-eLearning e.V. CVE debrief

ILIAS contains a SQL injection vulnerability in the repository trash table. Authenticated users with write permission can inject arbitrary SQL through the sort parameter, potentially enabling full database read and write access as well as administrator account takeover. This vulnerability affects ILIAS versions before 9.22, 10.10, and 11.3, and defenders should assess exposure and verify remediation for user accounts with write permissions, restricting them if necessary to prevent potential full database access and administrator account takeover.

Vendor
ILIAS-eLearning e.V.
Product
ILIAS
CVSS
HIGH 8.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-04
Original CVE updated
2026-09-14
Advisory published
2026-09-04
Advisory updated
2026-09-14

Who should care

Defenders and administrators of ILIAS deployments using versions before 9.22, 10.10, and 11.3 should assess exposure and verify remediation. User accounts with write permissions are at risk and should be restricted or monitored closely.

Why it matters

CVE-2026-82538 is a high-severity SQL injection vulnerability in ILIAS that allows authenticated users with write permission to inject arbitrary SQL, potentially enabling full database access and administrator account takeover. Defenders and administrators of affected ILIAS deployments should assess exposure, verify remediation, and restrict user accounts with write permissions.

  • Potential full database read and write access for authenticated users with write permission
  • Possible administrator account takeover through stacked queries
  • Required verification of ILIAS versions and user account permissions
  • Need for input validation and sanitization to prevent SQL injection

Technical summary

The ILIAS repository trash table is vulnerable to SQL injection. 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, potentially enabling full database read and write access as well as administrator account takeover. This vulnerability affects ILIAS versions before 9.22, 10.10, and 11.3, and defenders should assess exposure and verify remediation for user accounts with write permissions.

Defensive priority

High priority for systems using ILIAS versions before 9.22, 10.10, and 11.3. Assess exposure and verify remediation for user accounts with write permissions.

Recommended defensive actions

  • Assess exposure for ILIAS deployments using versions before 9.22, 10.10, and 11.3
  • Verify user accounts with write permissions and restrict as necessary
  • Implement input validation and sanitization for the sort parameter
  • Monitor for suspicious database activity and potential administrator account takeovers
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The CVE record and NVD entry provide details on the SQL injection vulnerability in ILIAS. Vendor documentation and additional references are available for affected versions and potential impacts. The vulnerability allows authenticated users with write permission to inject arbitrary SQL, potentially enabling full database read and write access as well as administrator account takeover. Defenders should verify ILIAS versions and user account permissions, and implement input validation and sanitization to prevent SQL injection.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-82538 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-82538

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-82538 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-82538

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.