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
    • 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-2026-1375

CVE-2026-1375: Tutor LMS Auth Bypass Vulnerability

CVE-2026-1375 is an authentication bypass flaw in Tutor LMS for WordPress that allows instructors to modify or delete courses they don't own. This article covers the technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2026-1375 Overview

The Tutor LMS – eLearning and online course solution plugin for WordPress contains an Insecure Direct Object Reference (IDOR) vulnerability affecting all versions up to and including 3.9.5. This vulnerability stems from missing object-level authorization checks in the course_list_bulk_action(), bulk_delete_course(), and update_course_status() functions within the Course_List.php class. Authenticated attackers with Tutor Instructor-level access and above can exploit this flaw to modify or delete arbitrary courses they do not own by manipulating course IDs in bulk action requests.

Critical Impact

Authenticated attackers with instructor privileges can modify or delete any course on the platform, potentially disrupting educational content delivery and causing significant data loss for course creators.

Affected Products

  • Tutor LMS WordPress Plugin versions up to and including 3.9.5
  • WordPress sites using vulnerable Tutor LMS installations
  • eLearning platforms built on affected Tutor LMS versions

Discovery Timeline

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

Technical Details for CVE-2026-1375

Vulnerability Analysis

This Insecure Direct Object Reference (IDOR) vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key). The vulnerability allows authenticated users with Tutor Instructor privileges to perform unauthorized operations on courses owned by other users.

The core issue lies in the plugin's failure to verify that the authenticated user has proper ownership or administrative rights over the courses being manipulated during bulk operations. When processing bulk action requests, the plugin accepts course IDs from user input without validating whether the requesting user has authorization to perform actions on those specific courses.

This authorization gap enables horizontal privilege escalation, where an instructor can affect resources belonging to other instructors at the same privilege level, as well as potentially impact courses owned by administrators.

Root Cause

The root cause of this vulnerability is the absence of object-level authorization checks in three critical functions within the Course_List.php class:

  1. course_list_bulk_action() - Handles bulk operations on courses without verifying course ownership
  2. bulk_delete_course() - Processes mass course deletions without validating user authorization for each course ID
  3. update_course_status() - Updates course status without confirming the user owns or has permission to modify the target courses

The plugin relies solely on role-based authentication (checking if the user is an instructor) rather than implementing proper object-level authorization that verifies the relationship between the authenticated user and the specific resources being accessed.

Attack Vector

The attack can be executed over the network by any authenticated user with Tutor Instructor-level privileges or higher. The exploitation requires no user interaction and has low attack complexity.

An attacker would craft malicious HTTP requests to the WordPress admin-ajax endpoint or relevant form submissions, including course IDs belonging to other users in the bulk action parameters. The vulnerable functions process these IDs without ownership verification, executing the requested operations (modification or deletion) on courses the attacker does not own.

The attack flow involves intercepting legitimate bulk action requests, modifying the course ID parameters to include target course IDs, and submitting the manipulated request. Technical details of the vulnerable code can be found in the WordPress Tutor Course_List Code at Line 289, Line 437, and Line 463.

Detection Methods for CVE-2026-1375

Indicators of Compromise

  • Unusual bulk course deletion or modification activities in WordPress audit logs attributed to instructor accounts
  • Courses being modified or deleted by users who are not the original course creators
  • Unexpected changes to course status (draft, published, archived) across multiple courses owned by different instructors
  • Spike in admin-ajax requests containing bulk action parameters from instructor-level accounts

Detection Strategies

  • Monitor WordPress activity logs for bulk course operations performed by instructors on courses they do not own
  • Implement database-level auditing to track course table modifications and correlate with the authenticated user performing the action
  • Deploy web application firewall (WAF) rules to flag requests containing unusual patterns of course IDs in bulk action parameters
  • Review access logs for repeated bulk action requests from single instructor accounts

Monitoring Recommendations

  • Enable detailed WordPress audit logging with a plugin that tracks course-level changes and user associations
  • Configure alerts for bulk operations affecting courses owned by multiple different users in a single request
  • Implement real-time monitoring of the Course_List.php endpoint activity
  • Establish baseline metrics for normal instructor bulk operation patterns to identify anomalies

How to Mitigate CVE-2026-1375

Immediate Actions Required

  • Update Tutor LMS plugin to a version newer than 3.9.5 that contains the security patch
  • Review WordPress user accounts with instructor privileges and audit recent activity
  • Check course audit logs for any unauthorized modifications or deletions
  • Consider temporarily restricting bulk action capabilities for instructor-level users until patching is complete

Patch Information

The vulnerability has been addressed in versions after 3.9.5. The patch implements proper object-level authorization checks in the affected functions. Details of the fix can be reviewed in the WordPress Tutor Changeset Report.

For additional vulnerability details and analysis, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Implement a custom WordPress capability check plugin that validates course ownership before allowing bulk operations
  • Use a security plugin like Wordfence to monitor and block suspicious bulk action requests
  • Temporarily revoke bulk action capabilities from instructor roles by modifying role capabilities through a plugin or custom code
  • Enable WordPress application-level logging to detect and respond to exploitation attempts
bash
# Verify current Tutor LMS version and update via WP-CLI
wp plugin list --name=tutor --fields=name,version
wp plugin update tutor --version=latest
wp cache flush

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechTutor Lms

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-639
  • Technical References
  • WordPress Tutor Course_List Code

  • WordPress Tutor Course_List Code

  • WordPress Tutor Course_List Code

  • WordPress Tutor Changeset Report

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-40740: Tutor LMS Authorization Bypass Vulnerability

  • CVE-2026-3360: Tutor LMS Auth Bypass Vulnerability

  • CVE-2026-3371: Tutor LMS Auth Bypass Vulnerability

  • CVE-2026-3358: Tutor LMS Auth Bypass 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