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

CVE-2023-2732: MStore API Authentication Bypass Flaw

CVE-2023-2732 is an authentication bypass vulnerability in the MStore API plugin for WordPress that allows unauthenticated attackers to log in as any user. This post covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-2732 Overview

The MStore API plugin for WordPress contains a critical authentication bypass vulnerability affecting versions up to and including 3.9.2. This security flaw stems from insufficient verification of user identity during the add listing REST API request. The vulnerability allows unauthenticated attackers to impersonate any existing user on the WordPress site, including administrators, by simply knowing the target user's ID.

Critical Impact

Unauthenticated attackers can gain complete administrative access to WordPress sites running vulnerable versions of MStore API, potentially leading to full site compromise, data theft, malware injection, and further attacks on site visitors.

Affected Products

  • InspireUI MStore API plugin for WordPress versions up to and including 3.9.2
  • WordPress installations using the MStore API plugin for mobile commerce functionality
  • E-commerce sites leveraging MStore API for mobile app integration

Discovery Timeline

  • May 25, 2023 - CVE-2023-2732 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-2732

Vulnerability Analysis

This authentication bypass vulnerability exists in the MStore API plugin's REST API endpoint handling for listing operations. The core issue lies in the class.api.fields.php file within the listing REST API controller, where user verification is inadequately implemented. When processing add listing requests, the plugin fails to properly validate that the requesting user is actually authenticated and authorized to perform actions as the specified user.

The vulnerability is particularly severe because it requires no authentication to exploit. An attacker only needs to know or guess a valid user ID on the target WordPress site. User IDs in WordPress typically start from 1 and increment sequentially, making enumeration trivial. The first user (ID 1) is almost always the site administrator, making this a high-value target for attackers.

Root Cause

The root cause of this vulnerability is improper access control in the MStore API plugin's REST API implementation. The plugin accepts a user ID parameter in the add listing API request but fails to verify that the requester has the authority to act on behalf of that user. This represents a classic Broken Access Control weakness where the application trusts client-supplied input for authentication decisions without proper server-side validation.

The vulnerable code path exists in the listing REST API controller where user context is established based on request parameters rather than authenticated session data. This design flaw allows any external party to specify an arbitrary user ID and receive authentication tokens or session access for that user.

Attack Vector

The attack is network-based and can be executed remotely without any prior authentication. An attacker would target the add listing REST API endpoint exposed by the MStore API plugin. The attack flow involves:

  1. Identifying a WordPress site running a vulnerable version of MStore API
  2. Crafting a malicious REST API request to the add listing endpoint
  3. Specifying a target user ID (commonly ID 1 for administrator access)
  4. Receiving authentication credentials or session access for the specified user
  5. Using the obtained access to perform administrative actions on the WordPress site

The vulnerability requires no user interaction and can be automated for mass exploitation. Since the attack targets a REST API endpoint, it bypasses traditional web application firewall rules that focus on form-based authentication attacks.

Detection Methods for CVE-2023-2732

Indicators of Compromise

  • Unexpected REST API requests to /wp-json/mstore-api/ endpoints from unknown IP addresses
  • Authentication logs showing administrator logins from unfamiliar locations or IP addresses
  • New administrator accounts or privilege escalation for existing non-admin users
  • Modifications to site content, themes, or plugins without authorized changes
  • Unusual API activity patterns targeting the MStore API listing endpoints

Detection Strategies

  • Monitor WordPress REST API access logs for anomalous requests to MStore API endpoints
  • Implement alerting on authentication events for administrator accounts, especially from new IP addresses or geographic locations
  • Deploy web application firewall rules to detect suspicious patterns in REST API requests
  • Review WordPress user activity logs for unauthorized changes to user roles or permissions
  • Audit plugin configurations and installed plugins for unexpected modifications

Monitoring Recommendations

  • Enable comprehensive logging for WordPress REST API endpoints, particularly those related to MStore API
  • Configure real-time alerting for administrator login events and privilege changes
  • Implement IP-based rate limiting on REST API endpoints to slow down exploitation attempts
  • Deploy endpoint detection and response (EDR) solutions to monitor web server processes for post-exploitation activity

How to Mitigate CVE-2023-2732

Immediate Actions Required

  • Update the MStore API plugin to version 3.9.3 or later immediately
  • Audit all WordPress user accounts for unauthorized access or privilege changes
  • Review recent administrator login history for suspicious activity
  • Check for unauthorized content modifications, new plugins, or theme changes
  • Consider temporarily disabling the MStore API plugin if immediate update is not possible

Patch Information

InspireUI has released a security update addressing this vulnerability. The fix is available in the WordPress Changeset which implements proper user verification in the REST API request handling. Site administrators should update to version 3.9.3 or later through the WordPress plugin update mechanism. The vulnerability details and technical analysis are available in the Wordfence Vulnerability Report.

Workarounds

  • Disable the MStore API plugin entirely if not actively required for site functionality
  • Implement IP-based access restrictions on the WordPress REST API at the web server or firewall level
  • Use a web application firewall (WAF) to block requests to MStore API endpoints from untrusted sources
  • Consider implementing additional authentication layers such as application-level passwords for API access
bash
# Apache .htaccess workaround to restrict MStore API access
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/mstore-api/ [NC]
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\. [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
  • TypeAuth Bypass

  • Vendor/TechInspireui Mstore Api

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability90.00%

  • 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
  • NVD-CWE-Other
  • Technical References
  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Source Code

  • WordPress Changeset Overview
  • Related CVEs
  • CVE-2025-3438: Inspireui Mstore Api Privilege Escalation
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