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-67848

CVE-2025-67848: Moodle Auth Bypass Vulnerability

CVE-2025-67848 is an authentication bypass flaw in Moodle that allows suspended users to access the system via LTI Provider authentication. This article covers technical details, affected versions, impact, and mitigation.

Published: February 6, 2026

CVE-2025-67848 Overview

A critical authentication bypass vulnerability has been discovered in Moodle's Learning Tools Interoperability (LTI) Provider functionality. This flaw allows suspended users to circumvent access restrictions and successfully authenticate through the LTI authentication handlers. The vulnerability stems from the LTI authentication mechanism failing to properly validate and enforce the user's suspension status during the authentication process.

When exploited, this vulnerability enables users who have been administratively suspended from the Moodle platform to regain unauthorized access. This bypass can lead to unauthorized information disclosure, data manipulation, or other malicious actions that suspended users should be restricted from performing.

Critical Impact

Suspended users can bypass access controls via LTI authentication, potentially accessing sensitive course materials, student data, and other protected resources they should no longer have access to.

Affected Products

  • Moodle LMS with LTI Provider enabled
  • Moodle installations utilizing LTI authentication workflows
  • Organizations using Moodle with external LTI tool integrations

Discovery Timeline

  • 2026-02-03 - CVE-2025-67848 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2025-67848

Vulnerability Analysis

This authentication bypass vulnerability (CWE-280: Improper Handling of Insufficient Permissions or Privileges) occurs within Moodle's LTI Provider authentication flow. The LTI authentication handlers process incoming authentication requests from external LTI consumers but fail to check whether the authenticating user has been suspended from the Moodle system.

Under normal circumstances, when a user is suspended in Moodle, their access to the platform is revoked, and they should be unable to log in or access any resources. However, the LTI authentication pathway operates independently and does not query the user's suspension status before granting access tokens or completing the authentication handshake.

This creates a security gap where suspended users can leverage LTI tool launches from external platforms to bypass the front-door suspension check and gain authenticated sessions within Moodle. Once authenticated, these users may access course content, view student information, submit assignments, or perform other actions depending on their original role permissions.

Root Cause

The root cause of this vulnerability lies in the incomplete implementation of access control checks within the LTI authentication handlers. The authentication logic validates credentials and establishes user identity but omits the critical step of verifying the user's account status (specifically the suspended flag) before completing authentication. This oversight allows the authentication to succeed even when the user's account has been administratively disabled.

The LTI Provider module processes authentication separately from Moodle's standard login mechanisms, and the suspension check that exists in the main login flow was not replicated in the LTI authentication path.

Attack Vector

An attacker who has been suspended from a Moodle instance can exploit this vulnerability by initiating an LTI tool launch from an external Learning Management System or LTI consumer that has a trust relationship with the vulnerable Moodle installation. The attack requires:

  1. The attacker must have previously had a valid account on the target Moodle instance
  2. The attacker's account must have been suspended (not deleted)
  3. The Moodle instance must have LTI Provider functionality enabled
  4. The attacker must have access to an external LTI consumer configured to communicate with the target Moodle

The vulnerability is network-exploitable and requires low privileges, as the attacker only needs their previously valid suspended credentials. No user interaction is required beyond the attacker initiating the LTI launch.

Detection Methods for CVE-2025-67848

Indicators of Compromise

  • Successful LTI authentication events associated with user accounts marked as suspended in the Moodle database
  • Access logs showing activity from users whose suspension date precedes the access timestamp
  • Unusual course access or data retrieval by accounts that should have restricted access
  • LTI launch requests completing successfully for users with suspended = 1 in the mdl_user table

Detection Strategies

  • Implement log correlation rules to cross-reference successful LTI authentications against the user suspension status in real-time
  • Create database queries to identify any access records from suspended users within LTI-related tables
  • Monitor for authentication anomalies where users bypass standard login flows through LTI endpoints
  • Review LTI Provider logs for authentication patterns involving previously active but now suspended accounts

Monitoring Recommendations

  • Enable detailed logging for the LTI Provider module including user identifiers for all authentication attempts
  • Configure alerts for successful authentications where the associated user account has a non-zero suspension flag
  • Audit LTI consumer configurations and limit trusted external systems to reduce attack surface
  • Regularly review access logs for suspended user accounts across all authentication pathways

How to Mitigate CVE-2025-67848

Immediate Actions Required

  • Review the Moodle Discussion Post #471298 for official guidance and patches
  • Audit LTI authentication logs to identify any potential exploitation by suspended users
  • Consider temporarily disabling LTI Provider functionality if it is not critical to operations
  • Review and verify all currently suspended user accounts for any unauthorized access

Patch Information

Moodle users should consult the official security advisories for patch availability. Additional details can be found in the Red Hat CVE-2025-67848 Advisory and Red Hat Bug #2423831. Apply the latest security updates from Moodle as soon as they become available to remediate this vulnerability.

Workarounds

  • Disable the LTI Provider functionality in Moodle settings until patches are applied: navigate to Site Administration → Plugins → Authentication → Manage authentication and disable LTI authentication
  • Implement network-level restrictions to limit access to LTI endpoints from trusted IP addresses only
  • Convert suspended accounts to fully deleted accounts where appropriate to eliminate the authentication bypass pathway
  • Configure web application firewall rules to monitor and potentially block suspicious LTI authentication requests
bash
# Configuration example - Disable LTI Provider authentication via CLI
php admin/cli/cfg.php --component=auth_lti --name=enabled --set=0

# Alternative: Review suspended users with LTI access
mysql -e "SELECT id, username, email, suspended, timecreated FROM mdl_user WHERE suspended = 1;"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMoodle

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-280
  • Technical References
  • Red Hat CVE-2025-67848 Advisory

  • Red Hat Bug #2423831

  • Moodle Discussion Post #471298
  • Related CVEs
  • CVE-2025-67852: Moodle OAuth Login Redirect Vulnerability

  • CVE-2025-67853: Moodle Auth Bypass Vulnerability

  • CVE-2025-32045: Moodle Auth Bypass Vulnerability

  • CVE-2025-3647: Moodle Auth Bypass 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