Description
ILIAS before versions 9.22, 10.10, and 11.3 contains an unauthenticated PHP object injection vulnerability that allows unauthenticated attackers to execute arbitrary code by injecting serialized objects through the LTI authentication endpoint and triggering deserialization via the Shibboleth back-channel logout endpoint. Attackers can write arbitrary serialized objects into session storage, then exploit an available POP gadget through the logout endpoint's unrestricted deserialization to write attacker-controlled PHP content to a web-accessible path and achieve remote code execution as the web server user.
Published: 2026-08-26
Score: 9.3 Critical
EPSS: 2.3% Low
KEV: No
Impact: Remote Code Execution via PHP Object Injection
Action: Immediate Patch
AI Analysis

Impact

ILIAS allows unauthenticated attackers to inject serialized objects through the LTI authentication endpoint, which are later deserialized by the Shibboleth back‑channel logout endpoint. Attackers can write arbitrary serialized objects into session storage, then exploit an available POP gadget through the logout endpoint's unrestricted deserialization to write attacker‑controlled PHP content to a web‑accessible path and achieve remote code execution as the web server user. This provides a full remote code execution vector with no authentication required.

Affected Systems

Vendors: ILIAS‑eLearning e.V. product: ILIAS. Versions affected are 9.22, 10.10, and 11.3. Earlier revisions of these releases, and all prior ILIAS versions that include the vulnerable shib_logout.php handler, are also susceptible.

Risk and Exploitability

The vulnerability has a CVSS score of 9.3, classifying it as critical. The EPSS score is 0.00517, indicating a very low but nonzero exploitation probability, but the high severity and the attacker’s lack of authentication requirement suggest a significant exploitation risk. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is an unauthenticated HTTP request to the Shibboleth logout endpoint, exploiting the unguarded unserialize call to instantiate malicious objects and achieve remote code execution.

Generated by OpenCVE AI on September 4, 2026 at 23:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to ILIAS version 9.22, 10.10, or 11.3 (or newer) where the logout‑notification implementation has been removed, or apply the official vendor patch that eliminates the vulnerable endpoint.
  • If an immediate upgrade is not possible, locate the shib_logout.php file on your server and either delete or rename it to prevent unauthenticated access.
  • As an additional temporary safeguard, configure PHP to reject unserialisation of objects by setting the allowed_classes parameter to false (e.g., ini_set('unserialize.allowed_classes', false)) or by implementing a whitelist of permitted classes, ensuring that this change does not break application functionality.

Generated by OpenCVE AI on September 4, 2026 at 23:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 18:30:00 +0000


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

Type Values Removed Values Added
Description ILIAS deserialises stored session data for an unauthenticated caller. The Shibboleth back-channel endpoint at components/ILIAS/AuthShibboleth/resources/shib_logout.php runs in a context that ilInitialisation exempts from authentication, and its logout-notification handler locates the session to terminate by reading every live row of the session table and passing each row's stored data to a hand-written parser that calls unserialize without restricting which classes may be constructed. Any serialised object present in any session row is therefore instantiated on behalf of an anonymous request, and object destructors run when those objects are discarded. A serialised object can be placed into a session row without logging in, because the LTI authentication entry point stores request parameters into the session and is reachable on a path the same initialisation code exempts from authentication. A class bundled with the application writes a JSON-encoded structure to a file named by one of its own properties when it is destroyed, which places attacker-controlled content at an attacker-chosen path below the web root and results in code execution as the web server user. Versions 9.22, 10.10 and 11.3 remove the endpoint's logout-notification implementation. ILIAS before versions 9.22, 10.10, and 11.3 contains an unauthenticated PHP object injection vulnerability that allows unauthenticated attackers to execute arbitrary code by injecting serialized objects through the LTI authentication endpoint and triggering deserialization via the Shibboleth back-channel logout endpoint. Attackers can write arbitrary serialized objects into session storage, then exploit an available POP gadget through the logout endpoint's unrestricted deserialization to write attacker-controlled PHP content to a web-accessible path and achieve remote code execution as the web server user.
Title ILIAS before 9.22, 10.10 and 11.3 Unauthenticated PHP Object Injection via Shibboleth Logout Endpoint ILIAS PHP Object Injection via Shibboleth Logout
References

Sat, 29 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 26 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description ILIAS deserialises stored session data for an unauthenticated caller. The Shibboleth back-channel endpoint at components/ILIAS/AuthShibboleth/resources/shib_logout.php runs in a context that ilInitialisation exempts from authentication, and its logout-notification handler locates the session to terminate by reading every live row of the session table and passing each row's stored data to a hand-written parser that calls unserialize without restricting which classes may be constructed. Any serialised object present in any session row is therefore instantiated on behalf of an anonymous request, and object destructors run when those objects are discarded. A serialised object can be placed into a session row without logging in, because the LTI authentication entry point stores request parameters into the session and is reachable on a path the same initialisation code exempts from authentication. A class bundled with the application writes a JSON-encoded structure to a file named by one of its own properties when it is destroyed, which places attacker-controlled content at an attacker-chosen path below the web root and results in code execution as the web server user. Versions 9.22, 10.10 and 11.3 remove the endpoint's logout-notification implementation.
Title ILIAS before 9.22, 10.10 and 11.3 Unauthenticated PHP Object Injection via Shibboleth Logout Endpoint
First Time appeared Ilias
Ilias ilias
Weaknesses CWE-502
CPEs cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
Vendors & Products Ilias
Ilias ilias
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-04T17:23:08.220Z

Reserved: 2026-08-26T10:43:44.175Z

Link: CVE-2026-80428

cve-icon Vulnrichment

Updated: 2026-08-29T02:41:36.720Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-26T16:16:45.100

Modified: 2026-09-10T20:48:45.067

Link: CVE-2026-80428

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T23:15:04Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data