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

CVE-2025-15403: RegistrationMagic Privilege Escalation

CVE-2025-15403 is a privilege escalation vulnerability in the RegistrationMagic WordPress plugin that allows attackers to manipulate admin capabilities. This post covers the technical details, affected versions, and mitigation.

Published: January 23, 2026

CVE-2025-15403 Overview

The RegistrationMagic plugin for WordPress contains a critical privilege escalation vulnerability affecting all versions up to and including 6.0.7.1. This vulnerability stems from improper access controls in the add_menu function, which is accessible via the rm_user_exists AJAX action. Attackers can exploit this flaw to manipulate the plugin's menu generation logic by injecting an empty slug into the order parameter, ultimately granting the manage_options capability to arbitrary user roles.

Critical Impact

Unauthenticated attackers can manipulate WordPress plugin settings to escalate privileges, potentially gaining full administrative control over vulnerable WordPress installations.

Affected Products

  • RegistrationMagic plugin for WordPress versions ≤ 6.0.7.1
  • WordPress installations using vulnerable RegistrationMagic versions
  • Custom Registration Form Builder with Submission Manager (RegistrationMagic plugin)

Discovery Timeline

  • January 17, 2026 - CVE-2025-15403 published to NVD
  • January 17, 2026 - Last updated in NVD database

Technical Details for CVE-2025-15403

Vulnerability Analysis

This privilege escalation vulnerability (CWE-269: Improper Privilege Management) allows unauthenticated attackers to abuse the rm_user_exists AJAX action to access the add_menu function without proper authorization checks. The vulnerability exists in the plugin's options controller where the admin_order setting can be arbitrarily modified.

When an attacker injects an empty slug into the order parameter, it corrupts the plugin's menu generation logic. Subsequently, when WordPress builds the admin menu, the flawed logic in RegistrationMagic inadvertently assigns the manage_options capability—WordPress's most powerful administrative permission—to the attacker's target role.

While the initial exploitation can be performed unauthenticated, full privilege escalation requires at least a subscriber-level account on the WordPress installation. This two-stage attack makes the vulnerability particularly dangerous as subscriber accounts are commonly available on many WordPress sites with open registration.

Root Cause

The root cause of this vulnerability lies in insufficient access control validation within the add_menu function located in class_rm_admin.php. The function is exposed through the rm_user_exists AJAX endpoint without proper capability checks, allowing any user—including unauthenticated visitors—to modify critical plugin settings. Additionally, the admin_order parameter in the options controller (class_rm_options_controller.php) lacks input validation, enabling attackers to inject malicious values that corrupt the menu generation process.

Attack Vector

The attack is network-based and requires no user interaction or prior authentication for the initial exploitation phase. An attacker can send crafted AJAX requests to the vulnerable rm_user_exists endpoint, manipulating the admin_order setting with an empty slug value.

The exploitation flow involves:

  1. Sending an unauthenticated AJAX request to the rm_user_exists action
  2. Injecting an empty slug into the admin_order parameter
  3. Waiting for an administrator to access the WordPress dashboard (triggering menu generation)
  4. The corrupted menu logic assigns manage_options capability to the targeted user role
  5. Logging in with a subscriber account that now has administrative privileges

For technical implementation details, refer to the WordPress Plugin Code Snippet and the Options Controller source.

Detection Methods for CVE-2025-15403

Indicators of Compromise

  • Unexpected AJAX requests to the rm_user_exists action endpoint from unauthenticated sources
  • Modified admin_order settings in the RegistrationMagic plugin options containing empty or malformed values
  • User accounts with subscriber role suddenly possessing manage_options capability
  • Unusual administrative actions performed by non-administrator accounts

Detection Strategies

  • Monitor WordPress AJAX logs for suspicious rm_user_exists requests, particularly those containing empty or unusual parameter values
  • Implement Web Application Firewall (WAF) rules to detect and block malformed requests to the wp-admin/admin-ajax.php endpoint targeting RegistrationMagic actions
  • Regularly audit user capabilities using WordPress security plugins to detect unauthorized privilege changes
  • Review database entries in the WordPress options table for unexpected modifications to RegistrationMagic settings

Monitoring Recommendations

  • Enable comprehensive logging for all AJAX requests on WordPress installations
  • Configure alerts for capability changes on user accounts, especially escalation to administrative roles
  • Monitor the wp_options table for unexpected modifications to RegistrationMagic-related entries
  • Implement real-time security monitoring solutions like SentinelOne Singularity to detect anomalous behavior patterns

How to Mitigate CVE-2025-15403

Immediate Actions Required

  • Update RegistrationMagic plugin to a version newer than 6.0.7.1 immediately
  • Review all user accounts for unexpected capability assignments and revoke any unauthorized permissions
  • Audit recent AJAX activity logs for evidence of exploitation attempts
  • Consider temporarily disabling the RegistrationMagic plugin if an immediate update is not possible

Patch Information

The vulnerability has been addressed in WordPress Plugin Changeset #3440797. Site administrators should update to the latest version of RegistrationMagic through the WordPress plugin repository. Additional details are available in the Wordfence Vulnerability Report.

Workarounds

  • Restrict access to admin-ajax.php for unauthenticated users at the web server level using .htaccess or nginx configuration rules
  • Implement a Web Application Firewall (WAF) with rules blocking requests to the rm_user_exists AJAX action
  • Disable open user registration on WordPress sites until the plugin is updated
  • Monitor and audit user capabilities regularly using security plugins
bash
# Apache .htaccess workaround to restrict AJAX access
# Add to WordPress root .htaccess file
<Files admin-ajax.php>
    <RequireAny>
        Require ip 127.0.0.1
        Require valid-user
    </RequireAny>
</Files>

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

  • 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 Code Snippet

  • WordPress Plugin Options Controller

  • WordPress Plugin Changeset #3440797

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3614: AcyMailing Privilege Escalation Vulnerability

  • CVE-2026-3596: WordPress Riaxe Privilege Escalation Flaw

  • CVE-2026-5617: WordPress Login as User Privilege Escalation

  • CVE-2026-1509: Avada Builder 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