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

CVE-2026-0953: Tutor LMS Pro Auth Bypass Vulnerability

CVE-2026-0953 is an authentication bypass flaw in the Tutor LMS Pro WordPress plugin that allows attackers to log in as any user, including administrators. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-0953 Overview

CVE-2026-0953 is a critical authentication bypass vulnerability affecting the Tutor LMS Pro plugin for WordPress. The vulnerability exists in the Social Login addon component, where the plugin fails to properly verify that the email address provided in authentication requests matches the email associated with the validated OAuth token. This oversight allows unauthenticated attackers to log in as any existing user on the WordPress site, including administrators, by supplying a valid OAuth token from their own account combined with a victim's email address.

Critical Impact

Unauthenticated attackers can gain administrative access to WordPress sites running vulnerable versions of Tutor LMS Pro by exploiting improper OAuth token validation in the Social Login feature.

Affected Products

  • Tutor LMS Pro plugin for WordPress versions up to and including 3.9.5
  • WordPress sites with the Social Login addon enabled
  • All installations using OAuth-based authentication through the plugin

Discovery Timeline

  • 2026-03-10 - CVE CVE-2026-0953 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-0953

Vulnerability Analysis

This authentication bypass vulnerability falls under CWE-287 (Improper Authentication). The core issue lies in the Social Login addon's handling of OAuth authentication requests. When a user authenticates via social login providers (such as Google or Facebook), the plugin validates that the OAuth token is legitimate but fails to verify that the email address submitted with the authentication request actually corresponds to the authenticated OAuth identity.

In a properly implemented OAuth flow, the application must extract the user's email directly from the validated token claims and use that email to identify the user. However, the vulnerable implementation accepts an email address as a separate parameter from the client-side request and uses it to look up and authenticate users without confirming it matches the token's associated identity.

This architectural flaw transforms a legitimate OAuth token from one account into an authentication mechanism for any account on the system, completely bypassing the intended authentication controls.

Root Cause

The root cause is improper validation logic in the Social Login authentication handler. The plugin validates the OAuth token's authenticity (confirming it was issued by a legitimate provider) but fails to bind the authenticated session to the identity within that token. Instead, it trusts a user-supplied email parameter to determine which account to authenticate, creating a disconnect between OAuth validation and user identification.

Attack Vector

This is a network-based attack requiring no privileges or user interaction. An attacker needs only to:

  1. Obtain a valid OAuth token from their own social login account (e.g., Google or Facebook)
  2. Identify the email address of a target user (administrator) on the vulnerable WordPress site
  3. Submit an authentication request containing their valid OAuth token paired with the victim's email address
  4. The plugin validates the OAuth token as legitimate and then authenticates the attacker as the victim

The attacker's OAuth token, combined with the victim's email address, allows them to bypass authentication and gain full access to the victim's account, including administrative accounts.

Detection Methods for CVE-2026-0953

Indicators of Compromise

  • Authentication logs showing social login events where the authenticated email differs from expected patterns
  • Multiple successful social login authentications to different accounts originating from the same IP address or OAuth provider account
  • Administrative accounts showing social login activity when administrators typically use standard WordPress credentials
  • Unusual session creation patterns indicating account access from unexpected geographic locations following social login events

Detection Strategies

  • Implement logging that captures both the OAuth token's claimed email and the email used for user lookup, then alert on mismatches
  • Monitor for authentication events where the same OAuth provider account ID authenticates as multiple different WordPress users
  • Review access logs for administrative actions following social login authentications
  • Deploy WordPress security plugins capable of detecting anomalous authentication patterns

Monitoring Recommendations

  • Enable detailed authentication logging in WordPress to capture social login events with full request context
  • Set up alerts for administrative account access via social login mechanisms
  • Monitor for privilege escalation activities following authentication bypass attempts
  • Implement real-time log analysis to detect multiple authentication attempts with varying email addresses from single sources

How to Mitigate CVE-2026-0953

Immediate Actions Required

  • Update Tutor LMS Pro plugin to a version newer than 3.9.5 immediately
  • If unable to update immediately, disable the Social Login addon until patching is possible
  • Audit administrative and privileged accounts for unauthorized access or changes
  • Review WordPress user accounts for suspicious modifications or newly created admin users
  • Force password resets and session invalidation for all administrative accounts

Patch Information

The vulnerability has been addressed by the Tutor LMS development team. Organizations should update to the latest patched version of Tutor LMS Pro as documented in the Tutor LMS Release Note. For additional technical details regarding the vulnerability, refer to the Wordfence Vulnerability Analysis.

Workarounds

  • Disable the Social Login addon entirely until the plugin can be updated to a patched version
  • Restrict social login functionality to non-privileged user roles if possible
  • Implement additional authentication factors for administrative accounts independent of the plugin
  • Use a Web Application Firewall (WAF) to monitor and filter suspicious authentication requests to the social login endpoints
  • Consider temporarily removing the Tutor LMS Pro plugin if no immediate business need requires its functionality

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • Tutor LMS Release Note

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-5502: Tutor LMS Auth Bypass Vulnerability

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

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

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