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

CVE-2023-23488: Paid Memberships Pro SQLi Vulnerability

CVE-2023-23488 is an unauthenticated SQL injection vulnerability in Paid Memberships Pro WordPress plugin affecting versions before 2.9.8. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 11, 2026

CVE-2023-23488 Overview

The Paid Memberships Pro WordPress Plugin, version < 2.9.8, is affected by an unauthenticated SQL injection vulnerability in the code parameter of the /pmpro/v1/order REST route. This vulnerability allows remote attackers to execute arbitrary SQL commands against the WordPress database without authentication, potentially leading to complete database compromise, data theft, and site takeover.

Critical Impact

Unauthenticated attackers can exploit this SQL injection vulnerability to extract sensitive membership data, modify database contents, or potentially achieve remote code execution on vulnerable WordPress installations.

Affected Products

  • Strangerstudios Paid Memberships Pro versions prior to 2.9.8
  • WordPress installations using vulnerable Paid Memberships Pro plugin
  • Sites with the /pmpro/v1/order REST API endpoint exposed

Discovery Timeline

  • 2023-01-20 - CVE-2023-23488 published to NVD
  • 2025-04-03 - Last updated in NVD database

Technical Details for CVE-2023-23488

Vulnerability Analysis

This SQL injection vulnerability exists in the Paid Memberships Pro WordPress plugin's REST API implementation. The plugin registers a REST route at /pmpro/v1/order that accepts a code parameter which is not properly sanitized before being used in database queries. Because this endpoint does not require authentication, any remote attacker can send malicious requests to inject arbitrary SQL statements.

The vulnerability is particularly dangerous because WordPress REST API endpoints are publicly accessible by default, and the Paid Memberships Pro plugin handles sensitive membership and payment data. Successful exploitation could allow attackers to dump the entire WordPress database including user credentials, membership records, and potentially payment information.

Root Cause

The root cause of CVE-2023-23488 is improper input validation and insufficient sanitization of user-supplied data. The code parameter in the REST API handler is passed directly to SQL queries without using WordPress's prepared statements or proper escaping mechanisms. This allows attackers to break out of the intended query context and inject their own SQL commands.

Attack Vector

The attack can be performed remotely over the network without any authentication or user interaction. An attacker simply needs to send a crafted HTTP request to the vulnerable REST API endpoint with a malicious payload in the code parameter. The vulnerability can be exploited through standard HTTP requests, making it trivial to automate and scale attacks.

The attack flow involves sending specially crafted requests to the /wp-json/pmpro/v1/order endpoint with SQL injection payloads in the code parameter. Time-based or error-based blind SQL injection techniques can be used to extract database contents even when direct output is not visible. For detailed technical analysis, see the Tenable Security Research Advisory and the Packet Storm SQL Injection Report.

Detection Methods for CVE-2023-23488

Indicators of Compromise

  • HTTP requests to /wp-json/pmpro/v1/order containing SQL syntax characters such as single quotes, UNION statements, or SQL comments
  • Unusual database query patterns or errors in WordPress/MySQL logs indicating SQL injection attempts
  • Unexpected database access or data exfiltration from membership-related tables
  • Web server logs showing repeated requests to the PMPRO REST API with varying code parameter values

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in requests to /pmpro/v1/order
  • Monitor WordPress access logs for suspicious requests containing SQL keywords targeting the vulnerable endpoint
  • Implement intrusion detection rules for common SQL injection payloads including UNION-based, time-based, and error-based techniques
  • Review database query logs for anomalous queries originating from the Paid Memberships Pro plugin

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API requests and monitor for anomalous patterns
  • Configure alerts for database errors that may indicate SQL injection exploitation attempts
  • Monitor network traffic for unusual outbound connections that could indicate data exfiltration
  • Regularly audit Paid Memberships Pro plugin version across all WordPress installations

How to Mitigate CVE-2023-23488

Immediate Actions Required

  • Update Paid Memberships Pro plugin to version 2.9.8 or later immediately on all affected WordPress installations
  • If immediate patching is not possible, disable the Paid Memberships Pro plugin until the update can be applied
  • Review database access logs for signs of prior exploitation
  • Consider temporarily blocking access to the /wp-json/pmpro/v1/order endpoint at the web server level

Patch Information

The vulnerability has been addressed in Paid Memberships Pro version 2.9.8. Organizations should update to this version or later as soon as possible. The fix implements proper input sanitization and uses WordPress prepared statements to prevent SQL injection. Additional details are available in the Tenable Security Research Advisory.

Workarounds

  • Block or restrict access to the /wp-json/pmpro/v1/order REST API endpoint using web server configuration or a WAF
  • Implement network-level filtering to block requests containing common SQL injection patterns targeting the vulnerable endpoint
  • If the order lookup functionality via REST API is not required, consider disabling REST API access for the plugin through WordPress configuration
  • Apply principle of least privilege to the WordPress database user to limit potential damage from successful exploitation
bash
# Apache .htaccess workaround to block access to vulnerable endpoint
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/wp-json/pmpro/v1/order [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/TechStrangerstudios Paid Memberships Pro

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability84.18%

  • 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
  • Packet Storm SQL Injection Report

  • Tenable Security Research Advisory
  • Related CVEs
  • CVE-2024-37277: Paid Memberships Pro Auth Bypass 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