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-2026-6080

CVE-2026-6080: Tutor LMS WordPress Plugin SQLi Vulnerability

CVE-2026-6080 is a SQL injection vulnerability in Tutor LMS WordPress plugin affecting versions up to 3.9.8. Authenticated admins can exploit this flaw to extract sensitive database information. Learn about technical details, impact, and mitigation.

Published: April 23, 2026

CVE-2026-6080 Overview

The Tutor LMS plugin for WordPress contains a SQL Injection vulnerability in versions up to and including 3.9.8. This security flaw stems from insufficient escaping on the date parameter combined with direct interpolation into a SQL fragment before being passed to $wpdb->prepare(). This vulnerability enables authenticated attackers with Admin-level access and above to append additional SQL queries and extract sensitive information from the database.

Critical Impact

Authenticated attackers with administrator privileges can exploit this SQL injection to extract sensitive data from the WordPress database, potentially compromising user credentials, payment information, student records, and other confidential data stored by the LMS.

Affected Products

  • Tutor LMS WordPress Plugin versions up to and including 3.9.8
  • WordPress installations running vulnerable Tutor LMS versions
  • Sites using the Instructors List functionality in Tutor LMS

Discovery Timeline

  • 2026-04-17 - CVE-2026-6080 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-6080

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) affects the Tutor LMS plugin's instructor management functionality. The vulnerable code is located in classes/Instructors_List.php at lines 376 and 451, as well as in views/pages/instructors.php at line 38. The vulnerability allows attackers who have already obtained administrator credentials to escalate their access by directly querying and exfiltrating data from the underlying database.

While the attack requires administrator-level authentication, it remains a significant threat in scenarios involving compromised admin accounts, malicious insiders, or privilege escalation chains. The vulnerability specifically enables unauthorized data extraction, which could expose sensitive student information, payment details, course content, and other confidential data managed by the LMS platform.

Root Cause

The root cause of this vulnerability lies in improper input handling within the Tutor LMS plugin. The date parameter is not properly escaped before being interpolated into a SQL query fragment. Although the developers attempted to use WordPress's $wpdb->prepare() method for parameterized queries, the unsafe string interpolation occurs prior to the prepare() call, effectively bypassing the intended protection mechanism.

This is a common anti-pattern in WordPress plugin development where developers incorrectly assume that $wpdb->prepare() will sanitize all input, when in fact it can only protect parameters that are properly passed as placeholders—not content that has already been concatenated into the query string.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no user interaction but requiring authenticated access at the administrator level. An attacker would need to:

  1. Obtain valid administrator credentials for the target WordPress installation
  2. Navigate to the instructors management interface within Tutor LMS
  3. Craft a malicious date parameter containing SQL injection payloads
  4. Execute queries to extract sensitive information from the database

The vulnerability is exploited through the instructors list functionality where date filtering is implemented. By manipulating the date parameter, an attacker can inject arbitrary SQL statements that will be executed against the database.

For detailed technical analysis of the vulnerable code paths, refer to the Wordfence Vulnerability Report and the vulnerable code in Instructors_List.php.

Detection Methods for CVE-2026-6080

Indicators of Compromise

  • Unusual or malformed date parameter values in HTTP requests to instructor-related pages
  • SQL syntax fragments appearing in request parameters (e.g., UNION SELECT, ORDER BY, single quotes, comments)
  • Unexpected database queries or errors in WordPress debug logs
  • Anomalous data access patterns from administrator accounts

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in the date parameter
  • Enable and monitor WordPress database query logging for suspicious query patterns
  • Configure alerting for unusual administrator activity within Tutor LMS admin pages
  • Deploy file integrity monitoring to detect unauthorized modifications to Tutor LMS plugin files

Monitoring Recommendations

  • Monitor HTTP request logs for instructor management endpoints with suspicious parameter values
  • Implement database activity monitoring to detect unauthorized data extraction attempts
  • Set up alerting for failed SQL queries or database errors that may indicate exploitation attempts
  • Review administrator account activity logs for anomalous access patterns

How to Mitigate CVE-2026-6080

Immediate Actions Required

  • Update Tutor LMS plugin to version 3.9.9 or later immediately
  • Audit administrator account access and remove unnecessary admin privileges
  • Review database access logs for signs of prior exploitation
  • Consider temporarily disabling the Tutor LMS plugin if immediate update is not possible

Patch Information

The Tutor LMS development team has addressed this vulnerability in version 3.9.9. The patch properly escapes the date parameter before interpolation into SQL queries. The fix can be reviewed in the WordPress Tutor Changeset. Organizations should update to version 3.9.9 or later through the WordPress plugin update mechanism or by manually downloading and installing the patched version from the WordPress plugin repository.

Workarounds

  • Implement strict Web Application Firewall rules to filter SQL injection attempts on instructor-related endpoints
  • Restrict administrator access to trusted users only and enforce strong authentication
  • Monitor and log all database queries for anomalous patterns until the patch can be applied
  • Consider disabling the instructors list functionality if it is not critical to operations
bash
# Configuration example
# Verify current Tutor LMS version
wp plugin list --name=tutor --fields=name,version

# Update Tutor LMS to patched version
wp plugin update tutor

# Verify update was successful
wp plugin list --name=tutor --fields=name,version

# Review recent administrator activity (if WP-CLI logging is configured)
wp user list --role=administrator --fields=ID,user_login,user_email

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechTutor Lms

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.02%

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

  • WordPress Tutor Code Line

  • WordPress Tutor Code Line

  • WordPress Tutor Code Line

  • WordPress Tutor Code Line

  • WordPress Tutor Code Line

  • WordPress Tutor Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-13673: Tutor LMS WordPress Plugin SQLi Vulnerability

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

  • CVE-2026-40740: Tutor LMS Authorization Bypass Vulnerability

  • CVE-2026-3360: 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