SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-82538

HIGH · CVSS 8.8 EPSS 0.39%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

ILIAS versions prior to 9.22, 10.10, and 11.3 are vulnerable to a SQL injection flaw that allows authenticated users with write permissions to manipulate the repository trash table's sorting mechanism. This vulnerability can lead to arbitrary SQL execution, enabling attackers to perform full database read and write operations, potentially resulting in complete administrator account takeover. Organizations using affected versions should prioritize patching this vulnerability to mitigate the risk of unauthorized access and data compromise.

CVE
CVE-2026-82538
Severity
HIGH
CVSS
8.8
EPSS
0.39%

Original NVD 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.