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

CVE-2024-11951: WordPress Homey Login Privilege Escalation

CVE-2024-11951 is a privilege escalation vulnerability in the WordPress Homey Login Register plugin that allows unauthenticated attackers to gain administrator access during registration. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 8, 2026

CVE-2024-11951 Overview

The Homey Login Register plugin for WordPress contains a critical privilege escalation vulnerability in all versions up to and including 2.4.0. The vulnerability exists due to improper access control during the user registration process, allowing users who are registering new accounts to arbitrarily set their own role. This flaw enables unauthenticated attackers to gain elevated privileges by creating an account with the administrator role, potentially leading to complete site takeover.

Critical Impact

Unauthenticated attackers can create administrator accounts, gaining complete control over affected WordPress installations including the ability to modify content, install malicious plugins, access sensitive data, and compromise the underlying server.

Affected Products

  • Homey Login Register plugin for WordPress versions up to and including 2.4.0
  • WordPress sites using the Homey Booking WordPress Theme with the vulnerable plugin

Discovery Timeline

  • 2025-03-05 - CVE CVE-2024-11951 published to NVD
  • 2025-03-05 - Last updated in NVD database

Technical Details for CVE-2024-11951

Vulnerability Analysis

This privilege escalation vulnerability (CWE-269: Improper Privilege Management) stems from a fundamental flaw in how the Homey Login Register plugin handles user registration. The plugin fails to properly restrict role assignment during the registration process, trusting user-supplied input for a security-critical parameter.

When a new user registers through the plugin, the registration form or API endpoint accepts a role parameter that directly influences the WordPress user role assigned to the new account. Under normal circumstances, WordPress restricts new user registrations to the default role configured by the site administrator (typically "Subscriber"). However, the Homey Login Register plugin bypasses this security control by allowing the registering user to specify their desired role.

The absence of server-side validation for the role parameter means that an attacker can submit a registration request with role=administrator (or the equivalent role identifier), and the plugin will create the account with full administrative privileges. This represents a complete authentication bypass to the administrative functions of the WordPress site.

Root Cause

The root cause is improper privilege management during user registration. The plugin accepts user-controlled input for role assignment without validating whether the requesting user has authorization to assign that role. This violates the principle of least privilege and represents a broken access control vulnerability. The plugin should either:

  1. Ignore any user-supplied role parameter entirely
  2. Validate that the requesting user has capability to assign the specified role
  3. Restrict registration to only the default WordPress user role

Attack Vector

The attack can be executed remotely over the network without any authentication or user interaction. An attacker simply needs to identify a WordPress site running a vulnerable version of the Homey Login Register plugin and submit a crafted registration request.

The attack flow typically involves:

  1. Identifying target WordPress sites using the Homey theme or plugin through fingerprinting
  2. Locating the registration endpoint exposed by the plugin
  3. Submitting a registration request with a manipulated role parameter set to "administrator"
  4. Using the newly created administrator account to log in and take control of the site

No special tools or exploits are required—the attack can be performed using standard HTTP requests or even through the registration form if it exposes the role field.

Detection Methods for CVE-2024-11951

Indicators of Compromise

  • Unexpected administrator accounts appearing in the WordPress user list
  • New user accounts with administrative privileges that were not created by known administrators
  • Registration activity from suspicious IP addresses or geographic locations
  • User accounts with unusual usernames or email patterns (common in automated attacks)
  • Audit log entries showing administrator account creation without corresponding legitimate admin activity

Detection Strategies

  • Monitor WordPress user table for newly created accounts with wp_capabilities containing administrator role
  • Implement real-time alerting on any new administrator account creation
  • Deploy Web Application Firewall (WAF) rules to detect and block registration requests containing role manipulation attempts
  • Review HTTP POST requests to registration endpoints for anomalous role parameters
  • Use WordPress security plugins with user monitoring capabilities to track privilege changes

Monitoring Recommendations

  • Enable comprehensive WordPress audit logging including user registration events
  • Configure alerts for any administrator-level account creation
  • Monitor plugin directory for the presence and version of Homey Login Register
  • Implement network-level logging to capture registration requests for forensic analysis
  • Regularly audit the WordPress user database for unauthorized privileged accounts

How to Mitigate CVE-2024-11951

Immediate Actions Required

  • Update the Homey Login Register plugin to the latest patched version immediately
  • Audit all existing WordPress user accounts for unauthorized administrators created after the plugin was installed
  • Remove any suspicious administrator accounts that cannot be attributed to legitimate creation
  • Consider temporarily disabling user registration if an update is not immediately available
  • Review WordPress audit logs for evidence of exploitation

Patch Information

Administrators should update the Homey Login Register plugin to the latest version available through the ThemeForest marketplace or WordPress plugin repository. For detailed vulnerability information and remediation guidance, refer to the Wordfence Vulnerability Report.

Workarounds

  • Disable user registration entirely through WordPress Settings → General → Membership if registration is not a business requirement
  • Remove or deactivate the Homey Login Register plugin until a patched version is available
  • Implement a Web Application Firewall rule to filter registration requests containing role parameters
  • Use a WordPress security plugin to restrict registration capabilities and monitor for suspicious account creation
  • If registration must remain enabled, implement additional server-side validation through custom code or security plugins
bash
# Disable WordPress registration via wp-config.php as temporary mitigation
# Add to wp-config.php before "That's all, stop editing!"
define('DISALLOW_FILE_EDIT', true);

# Or disable registration via WP-CLI
wp option update users_can_register 0

# Audit for suspicious administrator accounts
wp user list --role=administrator --format=table

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.48%

  • 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
  • ThemeForest WordPress Theme

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3568: MStore API Privilege Escalation Vulnerability

  • CVE-2026-4003: WordPress Users Manager PN Privilege Escalation

  • CVE-2024-12402: WordPress Themes Coder Plugin Vulnerability

  • CVE-2026-5130: WordPress Debugger Plugin 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