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-2024-12470

CVE-2024-12470: SakolaWP Privilege Escalation Vulnerability

CVE-2024-12470 is a privilege escalation vulnerability in the SakolaWP WordPress plugin that allows unauthenticated attackers to register as administrators. This article covers technical details, affected versions, and mitigation.

Updated: May 15, 2026

CVE-2024-12470 Overview

CVE-2024-12470 is a privilege escalation vulnerability in the School Management System – SakolaWP plugin for WordPress. The flaw affects all versions up to and including 1.0.8. The registration function fails to properly restrict which roles a user can assign during account creation. Unauthenticated attackers can register accounts with administrative privileges by manipulating role parameters in the registration request. This grants full control over the affected WordPress site, including content, user accounts, and installed plugins. The weakness maps to [CWE-266: Incorrect Privilege Assignment].

Critical Impact

Unauthenticated attackers can register as administrators, gaining complete control over the WordPress site and all data it manages.

Affected Products

  • School Management System – SakolaWP plugin for WordPress
  • All versions up to and including 1.0.8
  • WordPress sites running the SakolaWP Lite plugin

Discovery Timeline

  • 2025-01-07 - CVE-2024-12470 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-12470

Vulnerability Analysis

The SakolaWP plugin exposes a public user registration endpoint intended for student and staff onboarding. The endpoint accepts a role parameter from the client side without server-side validation against an allowlist. This design flaw allows the registration handler to assign any WordPress role, including administrator, to the new account.

WordPress administrators control every aspect of a site. An attacker who obtains administrative access can install malicious plugins, modify themes to inject backdoors, exfiltrate user data, and pivot to the underlying web server through plugin or theme code execution. The vulnerability is reachable over the network without authentication or user interaction.

Root Cause

The registration function in the plugin trusts user-supplied role data instead of hardcoding a low-privilege role such as subscriber or student. There is no capability check, no role allowlist, and no nonce verification that constrains role assignment. This is a classic broken access control pattern in WordPress plugins that accept registration data directly from front-end forms.

Attack Vector

An attacker sends a crafted HTTP POST request to the plugin's registration endpoint. The request includes standard registration fields along with an additional role parameter set to administrator. The plugin processes the request, creates the user account, and assigns the requested role. The attacker then authenticates with the newly created credentials and accesses /wp-admin with full administrative capabilities. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2024-12470

Indicators of Compromise

  • Unexpected user accounts in wp_users with the administrator role created after the plugin was installed
  • POST requests to SakolaWP registration endpoints containing a role parameter in the request body
  • New plugin or theme uploads from unfamiliar administrator accounts shortly after registration events
  • Outbound connections from the web server to unknown hosts following administrator account creation

Detection Strategies

  • Audit WordPress user tables for administrator accounts not tied to known personnel
  • Review web server access logs for POST requests to SakolaWP registration handlers with anomalous parameters
  • Correlate new user registration events with subsequent privileged actions such as plugin installation
  • Monitor wp-content/plugins and wp-content/themes directories for unauthorized file changes

Monitoring Recommendations

  • Enable WordPress audit logging plugins to capture user creation and role assignment events
  • Forward web server and WordPress logs to a centralized SIEM for retention and correlation
  • Alert on any new account assigned a role of administrator or editor from a public endpoint
  • Track failed login attempts that follow newly created accounts as a signal of credential validation

How to Mitigate CVE-2024-12470

Immediate Actions Required

  • Deactivate and remove the SakolaWP plugin until a patched version above 1.0.8 is confirmed installed
  • Audit all WordPress user accounts and delete any unauthorized administrator or editor accounts
  • Rotate credentials for all legitimate administrative accounts and enforce multi-factor authentication
  • Review installed plugins, themes, and recent file changes for indicators of post-exploitation activity

Patch Information

No confirmed patched version is referenced in the current advisory. Site operators should monitor the WordPress plugin page and the Wordfence Vulnerability Report for an updated release. Until a fix is available, the plugin should be removed from production sites.

Workarounds

  • Block public access to the SakolaWP registration endpoints at the web application firewall layer
  • Disable WordPress user registration globally under Settings → General if not required for site operations
  • Restrict access to /wp-admin and registration URLs by source IP where feasible
  • Apply WAF rules that strip or reject role parameters from registration POST requests
bash
# Configuration example: disable open registration and remove plugin
wp option update users_can_register 0
wp plugin deactivate sakolawp-lite
wp plugin delete sakolawp-lite

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.38%

  • 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-266
  • Technical References
  • WordPress Plugin Information

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6226: WordPress Plugin Privilege Escalation Flaw

  • CVE-2026-7651: WordPress User Registration IDOR Vulnerability

  • CVE-2026-8787: Firebase Support Plugin Privilege Escalation

  • CVE-2026-6895: WishList Member Privilege Escalation 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