Severity by source
AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
Vendor role is low-privilege (any registered seller), not high-privilege; confidentiality impact is limited to financial records only.
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 requested store belongs to the current user in one of its REST API endpoints, allowing any vendor-level user to read other vendors' commission and financial data.
AnalysisAI
Insecure Direct Object Reference (IDOR) in the MultiVendorX WordPress plugin before 5.0.11 exposes confidential financial and commission data across vendor accounts. Any authenticated vendor-level user can query a REST API endpoint using an arbitrary store identifier to retrieve another vendor's earnings and commission records, bypassing per-store ownership validation entirely. No active exploitation is confirmed in CISA KEV, but a publicly available exploit exists per WPScan, and the low EPSS score (0.14%, 4th percentile) suggests limited opportunistic scanning activity at this time.
Technical ContextAI
MultiVendorX (CPE: cpe:2.3:a:unknown:multivendorx:*:*:*:*:*:*:*:*) is a WordPress plugin that enables multi-vendor marketplace functionality. The root cause is CWE-639 (Authorization Bypass Through User-Controlled Key), a class of IDOR where a server-side operation accepts a user-supplied key - here a store or vendor identifier - without verifying the requesting user is the owner of the resource that key resolves to. The affected REST API endpoint presumably accepts a store ID as a path or query parameter and returns commission/financial records without asserting that the authenticated vendor's account matches the requested store. This is a horizontal privilege escalation: a vendor gains read access to peer-level resources they are not entitled to, without requiring any administrative access.
RemediationAI
Upgrade to MultiVendorX version 5.0.11 or later, the first release containing the ownership-verification fix per the WPScan advisory at https://wpscan.com/vulnerability/721033a0-b0bb-4a64-a99a-12ac416b20fd/. If immediate upgrade is not feasible, the most targeted compensating control is to restrict access to the affected REST API endpoint via a WAF or nginx/Apache rule that blocks requests to that endpoint from non-owner sessions - though this requires identifying the exact endpoint path from the WPScan PoC. Alternatively, temporarily restricting new vendor registrations limits the pool of potential attackers (existing vendor accounts would still be a risk). Disabling the plugin entirely is the most conservative option but removes marketplace functionality. There are no known side effects of upgrading to 5.0.11 beyond the authorization fix itself.
More in Multivendorx
View allBroken object-level authorization in the MultiVendorX WordPress plugin before 5.0.11 allows any authenticated vendor (St
Privilege 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
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 technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53109
GHSA-xm3p-gghg-f4v9