The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-11345

CVE-2025-11345: Ilias Ilias RCE Vulnerability

CVE-2025-11345 is a remote code execution flaw in Ilias Ilias caused by unsafe deserialization in the Test Import component. Attackers can exploit this remotely. This article covers technical details, affected versions, and patches.

Published: April 1, 2026

CVE-2025-11345 Overview

A critical insecure deserialization vulnerability has been identified in ILIAS, a widely-used open-source learning management system (LMS). The flaw exists in the Test Import component, specifically within the unserialize function, allowing attackers to manipulate serialized data and potentially achieve remote code execution. This vulnerability affects ILIAS versions up to 8.23, 9.13, and 10.1, putting educational institutions and organizations using this platform at risk.

Critical Impact

Attackers with authenticated access can remotely exploit the insecure deserialization flaw in ILIAS Test Import functionality to execute arbitrary code, compromise data integrity, and potentially gain persistent access to the learning management system.

Affected Products

  • ILIAS versions up to 8.23
  • ILIAS versions up to 9.13
  • ILIAS versions up to 10.1

Discovery Timeline

  • 2025-10-06 - CVE-2025-11345 published to NVD
  • 2026-01-23 - Last updated in NVD database

Technical Details for CVE-2025-11345

Vulnerability Analysis

This insecure deserialization vulnerability (CWE-502) affects the Test Import component of ILIAS. The vulnerable unserialize function processes user-supplied serialized data without adequate validation, enabling object injection attacks. When combined with improper input validation (CWE-20), an authenticated attacker can craft malicious serialized payloads that, when deserialized by the application, trigger arbitrary code execution through PHP's magic methods or existing gadget chains within the application codebase.

The vulnerability requires network access and user interaction, with the attacker needing low-level privileges (authenticated access) to exploit the flaw. While the impact is limited in terms of confidentiality, integrity, and availability individually, the combination creates a significant security risk for affected ILIAS installations.

Root Cause

The root cause lies in the improper handling of serialized data within the Test Import functionality. The application directly passes user-controlled input to PHP's unserialize() function without proper sanitization or type checking. This allows attackers to inject crafted serialized objects that exploit PHP Object Injection (POI) vulnerabilities, potentially leading to arbitrary code execution when suitable gadget chains are present in the application or its dependencies.

Attack Vector

The attack is network-based and can be initiated remotely by an authenticated user with access to the Test Import functionality. The attacker crafts a malicious serialized PHP object payload designed to exploit magic methods such as __wakeup(), __destruct(), or __toString() during the deserialization process. When the vulnerable component processes this payload through the unserialize function, the malicious object is instantiated, triggering the attack chain.

The exploitation path involves identifying available PHP classes within ILIAS that can be chained together to achieve code execution. For detailed technical analysis of this vulnerability class in ILIAS, refer to the SRLabs Analysis on Ilias RCE.

Detection Methods for CVE-2025-11345

Indicators of Compromise

  • Unusual or malformed data submissions to the Test Import functionality, particularly containing serialized PHP objects
  • Web server logs showing POST requests with encoded serialized data payloads targeting test import endpoints
  • Unexpected PHP errors or warnings related to object instantiation or magic method execution
  • Signs of unauthorized file creation, modification, or system command execution originating from web server processes

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block serialized PHP object patterns in HTTP requests
  • Monitor application logs for deserialization errors, object injection attempts, or unusual class instantiation events
  • Deploy file integrity monitoring on the ILIAS installation directory to detect unauthorized modifications
  • Review authentication logs for suspicious access patterns to the Test Import feature

Monitoring Recommendations

  • Enable verbose logging for the Test Import component and monitor for anomalous activity
  • Implement network traffic analysis to identify potentially malicious serialized payloads
  • Configure alerts for any unexpected outbound connections from the ILIAS server
  • Regularly audit user access to administrative functions including Test Import capabilities

How to Mitigate CVE-2025-11345

Immediate Actions Required

  • Upgrade ILIAS to patched versions: 8.24, 9.14, or 10.2 respectively based on your current major version
  • Temporarily restrict access to the Test Import functionality until patching is complete
  • Review access controls and limit Test Import permissions to trusted administrators only
  • Implement additional input validation at the network perimeter using WAF rules

Patch Information

ILIAS has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

Current VersionUpgrade To
8.x (up to 8.23)8.24
9.x (up to 9.13)9.14
10.x (up to 10.1)10.2

For official patch information and upgrade instructions, refer to the ILIAS Security Advisory. Additional vulnerability details are available via VulDB.

Workarounds

  • Disable or restrict access to the Test Import feature until patching can be completed
  • Implement strict input validation at the application or network level to filter serialized object patterns
  • Deploy PHP runtime protections that can detect and block deserialization of unauthorized classes
  • Consider using network segmentation to limit exposure of the ILIAS server to untrusted networks
bash
# Example: Restrict access to Test Import via .htaccess (temporary workaround)
# Add to ILIAS web root .htaccess file
<LocationMatch "/Modules/Test/.*import">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</LocationMatch>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIlias

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-20

  • CWE-502
  • Technical References
  • VulDB CTI ID #327230

  • VulDB ID #327230

  • VulDB Submit ID #664891

  • SRLabs Analysis on Ilias RCE
  • Vendor Resources
  • Ilias Blog Post
  • Related CVEs
  • CVE-2025-11346: ILIAS RCE Vulnerability via Deserialization

  • CVE-2025-11344: Ilias Ilias RCE Vulnerability

  • CVE-2020-36944: ILIAS LMS SSRF Vulnerability via PDF Export
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English