Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Network REST API vector, low complexity once credentialed; PR:H reflects vendor role requirement; full CIA impact from cross-tenant store read, modification, and deletion.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The MultiVendorX WordPress plugin before 5.0.11 does not verify that the store targeted through its REST API belongs to the requesting vendor, allowing an authenticated vendor (Store Owner and above) to view, take over, permanently delete, or modify any other vendor's store on the marketplace.
AnalysisAI
Broken object-level authorization in the MultiVendorX WordPress plugin before 5.0.11 allows any authenticated vendor (Store Owner role or above) to perform unauthorized cross-tenant operations against other vendors' stores via the REST API. The plugin fails to verify that the target store in a REST API request belongs to the authenticated vendor, enabling confidentiality breaches, store takeovers, permanent deletion, and arbitrary modification of competitor or co-platform stores. A publicly available exploit exists; EPSS probability is low (0.14%, 4th percentile) suggesting opportunistic or targeted exploitation rather than mass scanning, and this CVE is not currently listed in the CISA KEV catalog.
Technical ContextAI
MultiVendorX (CPE: cpe:2.3:a:unknown:multivendorx:*:*:*:*:*:*:*:*) is a WordPress plugin that transforms WooCommerce into a multi-vendor marketplace, granting each vendor management over their own store entity. The root cause is CWE-862 (Missing Authorization): REST API endpoints accept a store identifier as a parameter but perform no server-side ownership check to confirm the requesting vendor is entitled to operate on that store. This is a classic Broken Object Level Authorization (BOLA/IDOR) pattern - the application trusts the caller-supplied resource ID rather than enforcing resource-ownership scoping. Because WordPress REST API routes are network-accessible and authentication is handled separately from authorization, any vendor with valid credentials can substitute any other store's identifier in API calls.
RemediationAI
Upgrade MultiVendorX to version 5.0.11 or later immediately - this is the vendor-released patch that introduces store-ownership verification on REST API requests. Update via the WordPress plugin dashboard or by downloading directly from the plugin repository. Until patching is complete, consider restricting vendor REST API access at the network or WAF layer by blocking or rate-limiting requests to the MultiVendorX REST API namespace for non-administrative accounts - note this may disrupt legitimate vendor store management operations. Review REST API access logs for anomalous cross-vendor store ID references as an indicator of prior exploitation. Audit vendor accounts for unauthorized privilege escalation or store ownership changes. Advisory and exploit reference: https://wpscan.com/vulnerability/e31c9bf0-7340-4bd7-ad6e-6ad01737654a/.
More in Multivendorx
View allPrivilege escalation in MultiVendorX WordPress plugin before 5.0.16 allows authenticated vendor-role users to grant admi
The Product Catalog Mode For WooCommerce WordPress plugin before 5.0.3 does not properly authorize settings updates or e
The MultiVendorX - The Ultimate WooCommerce Multivendor Marketplace Solution plugin for WordPress is vulnerable to privi
Unauthenticated information disclosure in the MultiVendorX WordPress plugin (versions prior to 5.0.15) exposes sensitive
Missing Authorization vulnerability in MultiVendorX Product Catalog Enquiry for WooCommerce by MultiVendorX.0.5. Rated c
Missing Authorization vulnerability in MultiVendorX WC Marketplace.1.3. Rated high severity (CVSS 8.8), this vulnerabili
Unauthenticated broken access control in the MultiVendorX WordPress plugin (versions 5.0.10 and earlier) exposes restric
CVE-2025-48261 is an information disclosure vulnerability in MultiVendorX that allows unauthenticated remote attackers t
Insecure Direct Object Reference (IDOR) in the MultiVendorX WordPress plugin before 5.0.11 exposes confidential financia
Broken access control in the MultiVendorX WordPress plugin (versions ≤ 5.0.14) allows unauthenticated remote attackers t
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in MultiVendorX Multi
Unauthenticated privilege escalation in the Product Catalog Enquiry for WooCommerce by MultiVendorX WordPress plugin (ve
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53106
GHSA-w6w9-w293-w3m5