LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3076: MStore API < 3.9.9 - Unauthenticated Privilege Escalation

The MStore API WordPress plugin before 3.9.9 does not prevent visitors from creating user accounts with the role of their choice via their wholesale REST API endpoint. This is only exploitable if the site owner paid to access the plugin's pro features.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-3076 affects the MStore API WordPress plugin before 3.9.9. On sites with paid pro features, unauthenticated visitors could create accounts with a role they choose, potentially gaining elevated site access. Exposure appears limited to installations using the vulnerable pro wholesale functionality.

Executive priority

Prioritize affected public WordPress sites because successful abuse could create privileged users without authentication. The business urgency is highest for sites using the paid pro feature; otherwise exposure is not supported by the provided evidence.

Technical view

The plugin failed to prevent unauthenticated role selection through its wholesale REST API account-creation path. The public description maps this to CWE-862, missing authorization. The bundle provides no CVSS score and no CISA KEV listing.

Likely exposure

WordPress sites running MStore API before 3.9.9 are the concern, but only where the site owner paid for and enabled the plugin's pro features tied to the wholesale endpoint.

Exploitation context

WPScan lists a public vulnerability entry tagged exploit, but the provided sources do not show CISA KEV listing or confirmed active exploitation. Treat internet-exposed WordPress sites as higher priority because the issue is unauthenticated.

Researcher notes

Evidence is concise and mostly from CVE and WPScan records. The affected product metadata is sparse, with vendor unknown and no CVSS provided. Do not assume broader MStore products or non-pro deployments are affected without confirming plugin behavior.

Mitigation direction

  • Upgrade MStore API to version 3.9.9 or later where available.
  • If upgrade is unavailable, disable the plugin or affected pro wholesale functionality.
  • Review vendor guidance before re-enabling the affected feature.
  • Audit recently created WordPress users and assigned roles.

Validation and detection

  • Confirm whether MStore API is installed and its exact version.
  • Verify whether paid pro features and wholesale REST functionality are enabled.
  • Review WordPress user accounts created during the exposure window.
  • Check logs for unauthenticated account creation attempts against wholesale API routes.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2023-3076 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
UnknownMStore API0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-862 · source CWE mapping

Missing Authorization

Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.