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-2020-36944

CVE-2020-36944: ILIAS LMS SSRF Vulnerability via PDF Export

CVE-2020-36944 is an SSRF vulnerability in ILIAS Learning Management System 4.3 that enables attackers to read local files via portfolio PDF export. This article covers the technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2020-36944 Overview

CVE-2020-36944 is a Server-Side Request Forgery (SSRF) vulnerability affecting ILIAS Learning Management System version 4.3. This vulnerability allows attackers to read local files through the portfolio PDF export functionality. By injecting a malicious script that leverages XMLHttpRequest, attackers can retrieve local file contents when the portfolio is exported to PDF format.

Critical Impact

Attackers can exploit this SSRF vulnerability to access sensitive local files on the server, potentially exposing configuration files, credentials, and other confidential data stored on systems running vulnerable ILIAS installations.

Affected Products

  • ILIAS Learning Management System 4.3

Discovery Timeline

  • 2026-01-28 - CVE CVE-2020-36944 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2020-36944

Vulnerability Analysis

The vulnerability exists within the portfolio PDF export functionality of ILIAS Learning Management System version 4.3. When a user initiates a PDF export of a portfolio, the application processes embedded content without adequate validation of request origins or destinations. This allows an attacker to inject JavaScript containing XMLHttpRequest calls that execute within the server's context during the PDF generation process.

The attack leverages the trust relationship between the PDF rendering engine and the local file system. When the PDF export processes the injected script, XMLHttpRequest operations can target local resources using file:// protocol handlers or internal network addresses, effectively bypassing normal access restrictions.

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), which describes weaknesses where a web application can be manipulated to make requests to unintended locations on behalf of an attacker.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization of user-controlled content before it is processed by the PDF export engine. The application fails to properly restrict or filter JavaScript code embedded within portfolio content, allowing XMLHttpRequest objects to be instantiated and executed during the PDF rendering process. Additionally, the PDF generation component operates with elevated privileges that permit access to local file system resources, creating a dangerous attack surface.

Attack Vector

The attack is network-based and does not require authentication in its basic form. An attacker crafts a specially designed portfolio containing malicious JavaScript that includes XMLHttpRequest calls targeting local file paths. When a victim or automated process exports this portfolio to PDF, the embedded script executes within the server's context. The XMLHttpRequest retrieves the contents of specified local files, which are then included in the generated PDF output or exfiltrated through other means.

The attack chain typically involves:

  1. Creating a portfolio with embedded malicious JavaScript
  2. Triggering the PDF export functionality
  3. The PDF renderer executes the JavaScript during document generation
  4. XMLHttpRequest fetches local file contents
  5. File contents are exposed in the resulting PDF or sent to an attacker-controlled endpoint

For detailed technical information about this vulnerability, refer to the Exploit-DB #49148 entry and the VulnCheck Advisory.

Detection Methods for CVE-2020-36944

Indicators of Compromise

  • Unusual PDF export requests containing JavaScript or XMLHttpRequest references in portfolio content
  • Server logs showing access to sensitive local files such as /etc/passwd, configuration files, or credential stores during PDF generation processes
  • Network traffic from the PDF rendering service to internal or localhost endpoints
  • Portfolio entries containing embedded <script> tags or JavaScript event handlers

Detection Strategies

  • Monitor web application logs for PDF export requests with anomalous content patterns, particularly those containing XMLHttpRequest, file://, or localhost references
  • Implement Web Application Firewall (WAF) rules to detect and block requests containing SSRF payloads in portfolio submission endpoints
  • Deploy endpoint detection solutions to identify unusual file access patterns during PDF generation processes
  • Analyze HTTP request logs for repeated PDF export operations from single sources targeting different local file paths

Monitoring Recommendations

  • Enable verbose logging for the ILIAS PDF export functionality to capture request details and content
  • Configure file integrity monitoring on sensitive configuration files to detect unauthorized access attempts
  • Establish baseline metrics for PDF export operations and alert on statistical anomalies
  • Monitor outbound network connections from PDF rendering processes for unexpected destinations

How to Mitigate CVE-2020-36944

Immediate Actions Required

  • Upgrade ILIAS Learning Management System to a patched version that addresses this vulnerability
  • Restrict access to the PDF export functionality to authenticated and authorized users only
  • Implement network segmentation to isolate the PDF rendering service from sensitive internal resources
  • Review existing portfolios for potentially malicious content before processing

Patch Information

Organizations running ILIAS Learning Management System 4.3 should consult the ILIAS Official Website and the ILIAS GitHub Repository for the latest security updates and patching guidance. Upgrading to a supported version that includes security fixes for this vulnerability is strongly recommended.

Workarounds

  • Disable the PDF export functionality temporarily until a patch can be applied
  • Implement strict Content Security Policy (CSP) headers that prevent inline script execution in the context of PDF generation
  • Deploy a reverse proxy with request inspection capabilities to filter malicious payloads before they reach the ILIAS application
  • Configure the PDF rendering engine to operate in a sandboxed environment with no access to the local file system or internal network resources

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechIlias

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub ILIAS Repository

  • Exploit-DB #49148

  • ILIAS Official Website

  • VulnCheck Advisory: ILIAS SSRF
  • Related CVEs
  • CVE-2025-11346: ILIAS RCE Vulnerability via Deserialization

  • CVE-2025-11345: Ilias Ilias RCE Vulnerability

  • CVE-2025-11344: Ilias Ilias RCE Vulnerability
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