A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-0920

CVE-2026-0920: WordPress LA-Studio Auth Bypass Vulnerability

CVE-2026-0920 is an authentication bypass flaw in LA-Studio Element Kit for Elementor that allows unauthenticated attackers to create admin accounts. This post covers the technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2026-0920 Overview

CVE-2026-0920 is a privilege escalation vulnerability in the LA-Studio Element Kit for Elementor plugin for WordPress. The flaw affects all versions up to and including 1.5.6.3. The ajax_register_handle function fails to restrict which user roles a registrant may select. Unauthenticated attackers can supply the lakit_bkrole parameter during registration to obtain administrator access. The issue is tracked under [CWE-269: Improper Privilege Management].

Critical Impact

Unauthenticated attackers can register as administrators on affected WordPress sites, leading to full site compromise.

Affected Products

  • LA-Studio Element Kit for Elementor plugin for WordPress
  • All versions up to and including 1.5.6.3
  • WordPress sites with the plugin installed and registration accessible

Discovery Timeline

  • 2026-01-22 - CVE-2026-0920 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-0920

Vulnerability Analysis

The LA-Studio Element Kit for Elementor plugin exposes a custom AJAX registration handler named ajax_register_handle. This handler processes user-supplied registration data without validating which roles a new account may receive. Because the handler is reachable by unauthenticated requests, any visitor can interact with it directly.

The plugin reads a lakit_bkrole parameter from the request body and applies it as the role of the newly created WordPress user. WordPress treats the administrator role as fully privileged, granting access to plugin installation, file editing, and user management. An attacker who supplies administrator as the role value obtains complete control of the site.

With administrator access, attackers can upload malicious plugins or themes, modify PHP files through the theme editor, and pivot to remote code execution on the underlying host. The vulnerability also enables data theft, defacement, and the insertion of persistent backdoors.

Root Cause

The root cause is a missing authorization check on the role assignment logic inside ajax_register_handle. The function trusts client-supplied input to determine the privilege level of the new account. The fix is implemented in WordPress Plugin Changeset 3439121, which restricts allowed roles during registration. The vulnerable code path can be reviewed in the plugin source for version 1.5.6.3.

Attack Vector

Exploitation requires a single HTTP POST request to the WordPress AJAX endpoint (/wp-admin/admin-ajax.php) invoking the plugin's registration action with the lakit_bkrole parameter set to administrator. No authentication, user interaction, or special configuration beyond having the vulnerable plugin active is required. Refer to the Wordfence Vulnerability Analysis for additional technical context.

Detection Methods for CVE-2026-0920

Indicators of Compromise

  • New WordPress user accounts created with the administrator role from unfamiliar email addresses or IP addresses
  • POST requests to admin-ajax.php containing the lakit_bkrole parameter, especially with a value of administrator
  • Unexpected plugin or theme uploads, or modifications to PHP files in wp-content/
  • WordPress audit log entries showing role promotions originating from the registration flow

Detection Strategies

  • Inspect web server access logs for requests to admin-ajax.php referencing the LA-Studio Element Kit registration action and the lakit_bkrole parameter
  • Query the wp_users and wp_usermeta tables for accounts assigned the administrator capability since the plugin was installed
  • Enable a WordPress activity logging plugin to record user creation events with originating IP and request payload

Monitoring Recommendations

  • Alert on any creation of administrator-level accounts outside of an approved provisioning workflow
  • Monitor outbound traffic from the web host for connections to known command-and-control infrastructure following suspicious account creation
  • Track file integrity for wp-content/plugins/ and wp-content/themes/ to detect post-exploitation payloads

How to Mitigate CVE-2026-0920

Immediate Actions Required

  • Update LA-Studio Element Kit for Elementor to a version newer than 1.5.6.3 that includes the fix from changeset 3439121
  • Audit all WordPress administrator accounts and remove any that were not provisioned by a trusted administrator
  • Rotate credentials, secret keys, and API tokens stored in wp-config.php if unauthorized administrators are found
  • Scan the site for webshells, malicious plugins, and modified core files

Patch Information

The vendor addressed the vulnerability in WordPress Plugin Changeset 3439121. Site operators should upgrade through the WordPress plugin updater or by replacing the plugin files with the patched release.

Workarounds

  • Deactivate and remove the LA-Studio Element Kit for Elementor plugin until patching is possible
  • Disable user registration in WordPress under Settings → General by unchecking "Anyone can register"
  • Restrict access to admin-ajax.php via a web application firewall rule that blocks requests containing the lakit_bkrole parameter with a value of administrator, editor, or other privileged roles
bash
# Example WAF rule (ModSecurity) blocking privileged role assignment via the vulnerable parameter
SecRule ARGS:lakit_bkrole "@rx ^(administrator|editor|author)$" \
    "id:1026920,phase:2,deny,status:403,log,\
    msg:'CVE-2026-0920 LA-Studio Element Kit privileged role assignment attempt'"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • 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-269
  • Technical References
  • WordPress Plugin Override Code

  • WordPress Plugin Changeset Info

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2025-15369: Xpro Addons Auth Bypass Vulnerability

  • CVE-2026-8610: WordPress TypeSquare Plugin Auth Bypass

  • CVE-2026-8681: WordPress Essential Chat Support Bypass

  • CVE-2025-4202: Multicollab WordPress Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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