SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-15351

MEDIUM · CVSS 4.9 EPSS 0.29%

Source: NVD + CISA KEV + EPSS · Published 2026-08-16 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The WC Vendors plugin for WordPress is vulnerable to SQL Injection through the 'status' parameter, affecting all versions up to 2.7.0, due to inadequate input sanitization. Authenticated attackers with shop manager-level access can exploit this vulnerability to execute arbitrary SQL queries, potentially leading to the extraction of sensitive database information. WordPress site administrators using this plugin should prioritize applying the necessary updates to mitigate the risk of data exposure.

CVE
CVE-2026-15351
Severity
MEDIUM
CVSS
4.9
EPSS
0.29%
WordPress

Original NVD 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.