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-2025-11086

CVE-2025-11086: Academy LMS Privilege Escalation Flaw

CVE-2025-11086 is a privilege escalation vulnerability in Academy LMS WordPress plugin that lets unauthenticated attackers gain administrator access during registration. This article covers technical details, affected versions, and mitigations.

Published: April 29, 2026

CVE-2025-11086 Overview

The Academy LMS – WordPress LMS Plugin for Complete eLearning Solution plugin for WordPress contains a privilege escalation vulnerability in all versions up to, and including, 3.3.7. This vulnerability arises from improper validation of user roles during the registration process via the Social Login addon. Unauthenticated attackers can exploit this flaw to escalate their privileges to Administrator level when registering on a vulnerable site.

Critical Impact

Unauthenticated attackers can gain full administrative access to WordPress sites by exploiting the Social Login registration flow, potentially leading to complete site compromise, data theft, and malicious content injection.

Affected Products

  • Academy LMS – WordPress LMS Plugin versions up to and including 3.3.7
  • WordPress sites using the Academy LMS Social Login addon
  • eLearning platforms built on Academy LMS with social authentication enabled

Discovery Timeline

  • 2025-10-22 - CVE-2025-11086 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-11086

Vulnerability Analysis

This privilege escalation vulnerability (CWE-269: Improper Privilege Management) exists within the Academy LMS plugin's Social Login addon functionality. The core issue stems from insufficient server-side validation of user-supplied role parameters during the social authentication registration process. When a user registers through a social login provider (such as Google, Facebook, or other OAuth providers), the plugin fails to properly sanitize and validate the role assignment, allowing attackers to manipulate the registration request to specify an Administrator role.

The vulnerability is particularly dangerous because it requires no prior authentication and can be exploited remotely over the network. While the attack complexity is high due to the specific conditions required (Social Login addon must be active and configured), successful exploitation grants complete administrative control over the WordPress installation.

Root Cause

The root cause of this vulnerability is the lack of proper role validation within the Social Login addon's user registration handler. The plugin does not enforce a whitelist of allowable roles during registration, nor does it verify that the requested role matches the expected default role for new registrations. This oversight allows user-controlled input to directly influence privilege assignment, violating the principle of least privilege.

Attack Vector

The attack is executed over the network without requiring any authentication or user interaction. An attacker can craft a malicious registration request through the Social Login flow, injecting an Administrator role parameter. The attack sequence typically involves:

  1. Identifying a WordPress site running a vulnerable version of Academy LMS with the Social Login addon enabled
  2. Initiating the social login registration process through a supported OAuth provider
  3. Intercepting and modifying the registration request to include elevated role parameters
  4. Completing the registration process with Administrator privileges assigned

The vulnerability allows an attacker to manipulate the role assignment during the OAuth callback or registration finalization step. By tampering with request parameters that control user role assignment, the attacker can specify the Administrator role instead of the default subscriber or student role. Once registered with administrative privileges, the attacker gains full control over the WordPress installation, including the ability to install malicious plugins, modify content, access sensitive user data, and potentially pivot to server-level compromise.

Detection Methods for CVE-2025-11086

Indicators of Compromise

  • Unexpected administrator accounts appearing in WordPress user management
  • New user registrations with Administrator role that originated from social login flows
  • Unusual authentication activity from social OAuth providers
  • Suspicious modifications to site settings, plugins, or themes by recently created accounts

Detection Strategies

  • Monitor WordPress user registration logs for accounts created with elevated privileges
  • Implement alerting on new Administrator account creation, especially from social login sources
  • Review access logs for unusual patterns in OAuth callback endpoints
  • Deploy web application firewalls (WAF) with rules to detect role manipulation in registration requests
  • Use security plugins to audit user role changes and new user creations

Monitoring Recommendations

  • Enable detailed logging for the Academy LMS plugin and Social Login addon
  • Configure real-time alerts for any new user registrations with Administrator or Editor roles
  • Monitor for bulk registration attempts or automated registration patterns
  • Regularly audit the WordPress user database for accounts with unexpected privilege levels

How to Mitigate CVE-2025-11086

Immediate Actions Required

  • Update Academy LMS plugin to a version newer than 3.3.7 that contains the security fix
  • Temporarily disable the Social Login addon until the patch is applied
  • Audit existing user accounts for any unauthorized Administrator accounts
  • Remove or demote any suspicious accounts created through social login registration
  • Review site for signs of compromise if vulnerable versions were deployed

Patch Information

The vulnerability affects Academy LMS versions up to and including 3.3.7. Site administrators should update to the latest available version that addresses this privilege escalation issue. Check the Academy LMS Updates page for the latest security patches and version information. Additional technical details about this vulnerability can be found in the Wordfence Vulnerability Report.

Workarounds

  • Disable the Social Login addon entirely if immediate patching is not possible
  • Implement additional server-side validation for user registration by using a security plugin
  • Configure WordPress to require manual approval for all new user registrations
  • Use a Web Application Firewall (WAF) to filter suspicious registration requests
  • Restrict registration to specific roles using WordPress registration hooks
bash
# Disable Social Login addon via WP-CLI (temporary workaround)
wp plugin deactivate academy-lms-social-login --path=/var/www/html

# Audit existing administrator accounts
wp user list --role=administrator --fields=ID,user_login,user_email,user_registered --path=/var/www/html

# Force update Academy LMS to latest version
wp plugin update academy --path=/var/www/html

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAcademy Lms

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-269
  • Technical References
  • Academy LMS Homepage

  • Academy LMS Updates

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-15521: Academy LMS Privilege Escalation Flaw
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