Description
A security flaw has been discovered in ILIAS up to 9.21/10.9/11.2. This affects the function ilObjMediaObjectGUI::uploadMultipleSubtitleFileObject of the file Services/Repository/Service/Resources/ZipAdapter.php of the component MediaPool. The manipulation results in unrestricted upload. The attack may be launched remotely. Upgrading to version 9.22, 10.10 and 11.3 is able to mitigate this issue. The patch is identified as ef5d7f99fe1ea0381db04b333a2906548b3590e4/b0d61be43671b6bfe91baf469a5ee11e764f2e23. It is recommended to upgrade the affected component.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the uploadMultipleSubtitleFileObject function within MediaPool's ZipAdapter, enabling an attacker to upload arbitrary files without restriction. The vulnerability is an instance of improper file upload restriction and improper access control. Unchecked uploads may contain malicious content or scripts, potentially leading to further compromise of the server or hosting environment. The official description indicates that the error allows unrestricted upload and can be exploited remotely.

Affected Systems

ILIAS versions up to and including 9.21, 10.9, and 11.2 contain the flaw. The supply chain of the patch identifies commit ef5d7f99fe1ea0381db04b333a2906548b3590e4 or b0d61be43671b6bfe91baf469a5ee11e764f2e23 as the fix. Upgrading to the latest releases—9.22, 10.10, or 11.3—removes the vulnerability. No other product versions are known to be affected.

Risk and Exploitability

The CVSS score is 5.3, classifying the issue as medium severity. Because the EPSS score is unavailable, the likelihood of exploitation is unclear, yet the description notes that the attack can be launched remotely, which raises concern. The vulnerability is not listed in the CISA KEV catalog, but the unrestricted upload capability is a recognized threat vector for further attacks such as remote code execution if a malicious file type is accepted. Therefore, while the immediate risk is moderate, the potential for escalation remains if the system allows execution of uploaded content.

Generated by OpenCVE AI on September 3, 2026 at 15:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade ILIAS to 9.22, 10.10, or 11.3 to apply the official patch that removes unrestricted upload.
  • If an upgrade cannot be performed immediately, restrict the media upload directory to ensure that uploaded files cannot be executed and remove any write permissions for executable file types.
  • Implement file type validation on the upload endpoint, rejecting any non‑suitable subtitle formats or executable formats.
  • Monitor the system for any uploaded files and configure intrusion detection so that suspicious uploads trigger alerts.

Generated by OpenCVE AI on September 3, 2026 at 15:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in ILIAS up to 9.21/10.9/11.2. This affects the function ilObjMediaObjectGUI::uploadMultipleSubtitleFileObject of the file Services/Repository/Service/Resources/ZipAdapter.php of the component MediaPool. The manipulation results in unrestricted upload. The attack may be launched remotely. Upgrading to version 9.22, 10.10 and 11.3 is able to mitigate this issue. The patch is identified as ef5d7f99fe1ea0381db04b333a2906548b3590e4/b0d61be43671b6bfe91baf469a5ee11e764f2e23. It is recommended to upgrade the affected component.
Title ILIAS MediaPool ZipAdapter.php uploadMultipleSubtitleFileObject unrestricted upload
First Time appeared Ilias
Ilias ilias
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
Vendors & Products Ilias
Ilias ilias
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:ND/RL:OF/RC:C'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:X/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-03T14:43:56.095Z

Reserved: 2026-09-03T08:46:37.781Z

Link: CVE-2026-85135

cve-icon Vulnrichment

Updated: 2026-09-03T14:43:50.411Z

cve-icon NVD

Status : Deferred

Published: 2026-09-03T15:17:37.390

Modified: 2026-09-03T17:25:25.113

Link: CVE-2026-85135

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T16:15:05Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type