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-1071

CVE-2024-1071: Ultimate Member WordPress Plugin SQLi Flaw

CVE-2024-1071 is a SQL injection vulnerability in the Ultimate Member WordPress plugin affecting versions 2.1.3 to 2.8.2. Unauthenticated attackers can extract sensitive database information via the sorting parameter.

Updated: January 22, 2026

CVE-2024-1071 Overview

The Ultimate Member plugin for WordPress contains a critical SQL Injection vulnerability in the sorting parameter within the member directory functionality. Versions 2.1.3 through 2.8.2 are affected due to insufficient escaping of user-supplied input and inadequate preparation of the SQL query. This vulnerability allows unauthenticated attackers to append malicious SQL queries to existing database queries, enabling extraction of sensitive information including user credentials, personal data, and other confidential database contents.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive information from the WordPress database, potentially compromising all user data, credentials, and site configuration.

Affected Products

  • Ultimate Member WordPress Plugin versions 2.1.3 to 2.8.2
  • WordPress sites with Ultimate Member plugin installed and member directory feature enabled
  • Any WordPress installation running vulnerable Ultimate Member versions

Discovery Timeline

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

Technical Details for CVE-2024-1071

Vulnerability Analysis

This SQL Injection vulnerability resides in the class-member-directory-meta.php file within the Ultimate Member plugin. The vulnerability specifically affects the member directory sorting functionality, where user input passed through the sorting parameter is not properly sanitized before being incorporated into SQL queries.

The vulnerable code paths are located at line 666 and line 858 of the affected file. When processing member directory requests, the application fails to use prepared statements or adequate input escaping, allowing attackers to inject arbitrary SQL syntax.

Because the vulnerability requires no authentication, any visitor to a WordPress site with the vulnerable plugin can potentially exploit this flaw. Successful exploitation can lead to complete database compromise, including extraction of WordPress user credentials, email addresses, personal information stored in user profiles, and potentially access to other sensitive data stored in the database.

Root Cause

The root cause of CVE-2024-1071 is insufficient input validation and the absence of parameterized queries in the member directory meta handling code. The sorting parameter is directly concatenated into SQL queries without proper escaping or use of WordPress's $wpdb->prepare() function. This violates secure coding practices for database interactions and creates a classic SQL Injection attack surface.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests to the WordPress site's member directory endpoint, injecting SQL syntax through the sorting parameter. The injected SQL commands are executed with the privileges of the WordPress database user, enabling attackers to:

  • Extract user tables containing credentials and personal information
  • Enumerate database structure and contents
  • Potentially modify or delete database records depending on database permissions
  • Pivot to further attacks using extracted credentials

The vulnerability is exploitable through standard HTTP requests to the member directory functionality, making it accessible to any remote attacker who can reach the WordPress site.

Detection Methods for CVE-2024-1071

Indicators of Compromise

  • Unusual database queries in MySQL/MariaDB slow query logs containing UNION SELECT or other SQL injection payloads
  • HTTP access logs showing requests to member directory endpoints with suspicious sorting parameter values
  • Unexpected data extraction patterns or large response sizes from member directory queries
  • Database audit logs indicating access to sensitive tables like wp_users or wp_usermeta

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect SQL injection patterns in the sorting parameter
  • Monitor WordPress error logs for database-related errors that may indicate injection attempts
  • Implement query logging at the database level to identify anomalous SQL patterns
  • Use security plugins that monitor for SQL injection attack signatures

Monitoring Recommendations

  • Enable detailed logging for the Ultimate Member plugin and WordPress database operations
  • Configure alerts for requests containing SQL keywords in URL parameters
  • Regularly audit database access logs for unauthorized data retrieval
  • Monitor outbound traffic for potential data exfiltration following successful exploitation

How to Mitigate CVE-2024-1071

Immediate Actions Required

  • Update Ultimate Member plugin to version 2.8.3 or later immediately
  • Audit database access logs to determine if exploitation has occurred
  • Consider temporarily disabling the member directory feature if immediate patching is not possible
  • Review and rotate database credentials if compromise is suspected

Patch Information

The vulnerability has been patched in Ultimate Member version 2.8.3. The fix implements proper input sanitization and uses prepared statements for the sorting parameter in the member directory functionality. The official changeset shows the security improvements made to the class-member-directory-meta.php file.

Site administrators should update through the WordPress plugin dashboard or download the latest version from the WordPress plugin repository.

Workarounds

  • Temporarily disable the Ultimate Member member directory shortcode until the plugin can be updated
  • Implement WAF rules to block requests containing SQL injection patterns in the sorting parameter
  • Restrict access to member directory pages using WordPress access controls or .htaccess rules
  • Use a security plugin with virtual patching capabilities to filter malicious input
bash
# Apache .htaccess rule to block suspicious sorting parameter values
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} sorting=.*(\-\-|;|union|select|insert|update|delete|drop|exec|execute|xp_) [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechUltimatemember

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability92.91%

  • 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-89
  • Technical References
  • WordPress Ultimate Member Code

  • WordPress Ultimate Member Line 666

  • WordPress Ultimate Member Line 858

  • WordPress Ultimate Member Plugin Overview

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Ultimate Member Changeset
  • Related CVEs
  • CVE-2025-0308: Ultimate Member Plugin SQLi Vulnerability

  • CVE-2023-3460: Ultimate Member Auth Bypass 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