CVE-2026-12941 MEDIUM

CVE-2026-12941: MultiVendorX <= 5.0.9 - Authenticated (Store Owner+) SQL Injection via 'order_by' Parameter

Vendor Wcmp
Product MultiVendorX – WooCommerce Multivendor Marketplace AI Powered Solutions
Weakness CWE-89 · SQLi
Published July 16, 2026
Last update July 16, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The MultiVendorX – WooCommerce Multivendor Marketplace AI Powered Solutions plugin for WordPress is vulnerable to generic SQL Injection via the 'order_by' parameter in all versions up to, and including, 5.0.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This vulnerability is exploitable by any authenticated subscriber-level user when the plugin's store approval setting is configured to automatically approve store owners (described as the default), as this allows any logged-in user to self-register as a store_owner via the public Stores REST endpoint, thereby obtaining the edit_stores capability required to reach the vulnerable transactions endpoint.

Explanation of Vulnerability in Simple Terms

02Summary

MultiVendorX versions up to 5.0.9 contain a SQL injection vulnerability in a component requiring low-level authentication. An attacker with a user account can craft malicious input to read sensitive data from the database, including customer information and order details. Update to a version newer than 5.0.9 to resolve this issue.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site's database, including customer records and order information.

Potential impact on your site

04Site Impact

Customer data and order information may be exposed to authenticated attackers; marketplace operations could be compromised.

Conditions required to exploit

05Prerequisites

Attacker must have a valid user account with low-level privileges on the site.

Key dates

06Disclosure timeline

July 16, 2026 CVE published

Related vulnerabilities

08Related CVE