Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-26529

CVE-2025-26529: Moodle Stored XSS Vulnerability

CVE-2025-26529 is a stored cross-site scripting flaw in Moodle's site administration live log that allows attackers to inject malicious scripts. This article covers technical details, affected versions, and remediation steps.

Updated: January 22, 2026

CVE-2025-26529 Overview

CVE-2025-26529 is a stored Cross-Site Scripting (XSS) vulnerability affecting Moodle, the popular open-source learning management system. The vulnerability exists in the site administration live log functionality where description information is displayed without adequate sanitization. This allows attackers to inject malicious scripts that are stored on the server and executed when administrators view the affected log entries.

Critical Impact

Attackers can inject persistent malicious JavaScript code into the site administration live log, potentially compromising administrator sessions, stealing credentials, or performing unauthorized actions on behalf of privileged users.

Affected Products

  • Moodle LMS (multiple versions affected)
  • Moodle site administration live log component
  • Systems running vulnerable Moodle installations

Discovery Timeline

  • 2025-02-24 - CVE CVE-2025-26529 published to NVD
  • 2025-08-08 - Last updated in NVD database

Technical Details for CVE-2025-26529

Vulnerability Analysis

This stored XSS vulnerability stems from insufficient input sanitization in the Moodle site administration live log display functionality. When description information is rendered in the live log interface, the application fails to properly encode or sanitize user-controlled content before displaying it in the HTML context. This allows attackers to craft malicious payloads containing JavaScript code that gets stored in the system and subsequently executed in the browsers of users who view the affected log entries.

The vulnerability is particularly concerning in educational environments where Moodle is widely deployed, as successful exploitation could lead to session hijacking of administrator accounts, defacement of the learning platform, or theft of sensitive user data. The changed scope characteristic indicates that the vulnerability can affect resources beyond its original security context.

Root Cause

The root cause is insufficient output encoding and input sanitization (CWE-79) in the live log display component. When user-supplied description data is stored and later rendered in the administration interface, the application does not apply proper HTML entity encoding or content security measures, allowing script tags and JavaScript event handlers to be interpreted and executed by the browser.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker can exploit this vulnerability by submitting specially crafted input containing malicious JavaScript code that gets stored in the system. When an administrator or authorized user views the site administration live log, the malicious script executes in their browser context. This could be used to steal session cookies, redirect users to phishing pages, modify page content, or perform actions on behalf of the victim user.

The vulnerability does not require authentication to inject the malicious payload in certain scenarios, though the impact primarily affects authenticated administrators who view the compromised log entries. For detailed technical information about the fix, refer to the Moodle Commit Reference MDL-84145.

Detection Methods for CVE-2025-26529

Indicators of Compromise

  • Unusual JavaScript code or HTML tags present in live log description fields
  • Suspicious <script> tags, onerror, onload, or other event handlers in log entries
  • Reports of unexpected browser behavior when administrators access the live log
  • Unauthorized session activity or credential theft incidents traced to log viewing

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS payloads in incoming requests
  • Monitor Moodle database tables for suspicious content containing script tags or JavaScript event handlers
  • Review HTTP request logs for payloads containing encoded or obfuscated XSS vectors
  • Deploy browser-based XSS detection extensions for administrative users during incident response

Monitoring Recommendations

  • Enable Content Security Policy (CSP) reporting to capture blocked inline script execution attempts
  • Configure logging for Moodle administrative interface access patterns
  • Monitor for anomalous session behavior following administrator access to live logs
  • Implement alerting for any database entries containing HTML/JavaScript in description fields

How to Mitigate CVE-2025-26529

Immediate Actions Required

  • Update Moodle to the latest patched version that addresses MDL-84145
  • Review existing live log entries for signs of stored XSS payloads
  • Implement Content Security Policy headers to mitigate the impact of any existing stored payloads
  • Advise administrators to be cautious when viewing live logs until patching is complete

Patch Information

Moodle has released patches to address this vulnerability. The fix involves adding proper sanitization to description information displayed in the site administration live log. Administrators should apply the security update as soon as possible. For patch details, refer to the Moodle Commit Reference MDL-84145 and the Moodle Forum Discussion Thread for the official security advisory.

Workarounds

  • Restrict access to the site administration live log feature to essential personnel only
  • Implement a Web Application Firewall (WAF) with XSS filtering rules
  • Deploy strict Content Security Policy headers to prevent inline script execution
  • Consider temporarily disabling the live log feature until patches can be applied
bash
# Example: Apache Content Security Policy header configuration
# Add to your Moodle virtual host or .htaccess file
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

# Example: Nginx Content Security Policy header configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechMoodle

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • Moodle Commit Reference MDL-84145

  • Moodle Forum Discussion Thread
  • Related CVEs
  • CVE-2025-67855: Moodle Reflected XSS Vulnerability

  • CVE-2025-67849: Moodle AI Prompt XSS Vulnerability

  • CVE-2025-67850: Moodle Formula Editor XSS Vulnerability

  • CVE-2021-47857: Moodle Calendar XSS Vulnerability
Default Legacy - Prefooter | 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