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-2023-3460

CVE-2023-3460: Ultimate Member Auth Bypass Vulnerability

CVE-2023-3460 is an authentication bypass flaw in Ultimate Member WordPress plugin that allows attackers to create administrator accounts with arbitrary capabilities. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-3460 Overview

CVE-2023-3460 is a critical privilege escalation vulnerability in the Ultimate Member WordPress plugin before version 2.6.7. The vulnerability allows unauthenticated visitors to create user accounts with arbitrary capabilities, effectively enabling attackers to create administrator accounts at will. This vulnerability has been actively exploited in the wild, posing an immediate threat to WordPress sites using the vulnerable plugin.

Critical Impact

Attackers can register new users with administrator privileges without authentication, leading to complete site takeover, data theft, malware injection, and potential use of compromised sites for further attacks.

Affected Products

  • Ultimate Member WordPress plugin versions prior to 2.6.7
  • WordPress installations with Ultimate Member plugin enabled for user registration

Discovery Timeline

  • July 4, 2023 - CVE-2023-3460 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-3460

Vulnerability Analysis

This vulnerability represents a broken access control flaw in the Ultimate Member plugin's user registration functionality. The plugin fails to properly validate and restrict the user capabilities that can be set during the account registration process. WordPress uses a role-based access control system where user capabilities determine what actions a user can perform. By manipulating registration form data, attackers can inject administrator-level capabilities into their newly created accounts.

The vulnerability is particularly dangerous because it requires no authentication to exploit - any visitor to a WordPress site running the vulnerable plugin can potentially escalate their privileges to administrator level. This makes it trivial for automated scanning tools to identify and exploit vulnerable sites at scale.

Root Cause

The root cause lies in insufficient input validation and sanitization of user-submitted data during the registration process. The Ultimate Member plugin did not properly restrict which user meta fields could be set via registration forms. Attackers could inject the wp_capabilities meta key with administrator privileges, bypassing the intended role assignment logic. The plugin failed to implement adequate blocklisting or whitelisting of sensitive user meta fields that could affect authorization.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft a malicious registration request that includes additional form fields specifying administrative capabilities. When the plugin processes this registration request, it inadvertently assigns the attacker-specified capabilities to the new user account. The attacker then has full administrative access to the WordPress installation.

The exploitation typically involves intercepting or crafting a user registration POST request and adding hidden form fields that map to WordPress user meta keys controlling capabilities. The plugin's failure to filter these dangerous inputs allows the privilege escalation to succeed.

Detection Methods for CVE-2023-3460

Indicators of Compromise

  • Unexpected administrator or editor user accounts appearing in WordPress user lists
  • User accounts with unusual usernames or email patterns created recently
  • Multiple failed or successful registration attempts from the same IP address
  • New users with administrator capabilities who have never logged in through normal means
  • Modifications to site settings, themes, or plugins by unfamiliar administrator accounts

Detection Strategies

  • Review the WordPress wp_users and wp_usermeta tables for recently created accounts with elevated capabilities
  • Monitor web server access logs for POST requests to registration endpoints with unusually large payloads
  • Implement Web Application Firewall (WAF) rules to detect manipulation of capability-related form fields
  • Use security plugins to alert on new administrator account creation

Monitoring Recommendations

  • Enable detailed logging of user registration events including all submitted form data
  • Set up alerts for any new user account creation with administrator or editor roles
  • Monitor for changes to critical WordPress files and database tables
  • Review access logs for patterns consistent with automated exploitation attempts

How to Mitigate CVE-2023-3460

Immediate Actions Required

  • Update Ultimate Member plugin to version 2.6.7 or later immediately
  • Audit existing WordPress user accounts for any unauthorized administrator or elevated-privilege users
  • Remove or disable any suspicious user accounts identified during the audit
  • Review site content and settings for any unauthorized modifications
  • If compromise is suspected, consider restoring from a known-good backup

Patch Information

The Ultimate Member development team has released version 2.6.7 which addresses this vulnerability by implementing proper validation and sanitization of user registration data. The patch prevents users from setting arbitrary capabilities during the registration process. Site administrators should update to the latest version of the plugin immediately via the WordPress admin dashboard or by downloading from the official WordPress plugin repository.

For detailed vulnerability information, refer to the WPScan Vulnerability Report and the WPScan Blog Post documenting the active exploitation campaign.

Workarounds

  • Disable user registration functionality if not required until the patch can be applied
  • Temporarily deactivate the Ultimate Member plugin until it can be updated
  • Implement WAF rules to block requests containing capability manipulation attempts
  • Restrict access to registration pages via IP whitelisting if feasible
  • Use .htaccess or server configuration to block suspicious POST requests to registration endpoints

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechUltimatemember

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability92.97%

  • 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
  • Technical References
  • WPScan Blog Post
  • Vendor Resources
  • WPScan Vulnerability Report
  • Related CVEs
  • CVE-2024-1071: Ultimate Member WordPress Plugin SQLi Flaw

  • CVE-2025-0308: Ultimate Member Plugin SQLi Vulnerability
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