WordPress security changelog
MEDIUM CVE-2026-15351 Deferred

WC Vendors REST status parameter permits Shop Manager SQL injection

WC Vendors through 2.7.0 accepts a Shop Manager-controlled status value through its REST API and uses it in SQL without adequate preparation. sanitize_text_field() removes HTML but not SQL metacharacters, and the REST server unslashes GET parameters before sanitization. A Shop Manager can therefore append SQL and extract sensitive database information. The public.

CVE / CNA score 4.9 CVSS 3.1 · security@wordfence.com
NVD score Pending NVD has not published its own CVSS assessment.
Component
WC Vendors – WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors
Plugin slug
wc-vendors
Affected
<= 2.7.0
Safe version
2.7.1
Published
Aug 16, 2026
Weakness
CWE-89 — Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

This CVE was published Aug 16, 2026 and is one of 8 known issues for this plugin.

Update, patch or deactivate.

Update the affected component to 2.7.1 or later. The official upstream changelog identifies this release as addressing CVE-2026-15351.

A safe version is available, so updating to that version or later is the preferred remediation. If an immediate update is not practical, consider a targeted application patch or temporarily restricting the affected functionality.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The WC Vendors – WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors plugin for WordPress is vulnerable to generic SQL Injection via the 'status' parameter in all versions up to, and including, 2.7.0 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 shop manager-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. The sanitize_text_field callback strips HTML but leaves SQL metacharacters intact, and wp_magic_quotes slash protection does not apply because WP_REST_Server::serve_request() calls wp_unslash() on GET parameters before the sanitize callback executes.

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

Primary and upstream sources