WordPress Plugin Vulnerabilities

WC Vendors < 2.7.1 - Authenticated (Shop Manager+) SQL Injection via 'status' Parameter

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.

Affects Plugins

Fixed in 2.7.1

References

Classification

Type
SQLI
OWASP top 10
CWE

Miscellaneous

Original Researcher
Wordfence PRISM
Verified
No

Timeline

Publicly Published
2026-08-15 (about 27 days ago)
Added
2026-08-15 (about 27 days ago)
Last Updated
2026-08-16 (about 26 days ago)

Other