Executive Summary
A critical unauthenticated SQL injection vulnerability, tracked as CVE-2026-81286, has been disclosed in WCFM Marketplace (WC Lovers' "Multivendor Marketplace for WooCommerce" plugin), affecting versions 3.8.1 and earlier. The flaw was published via the Patchstack vulnerability database and NVD on September 2, 2026, and carries a CVSS v3.1 score of 9.3 (Critical).
CVSS Score: 9.3 (Critical) — AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
The vulnerability requires no authentication and no user interaction, is reachable over the network with low attack complexity, and can yield a high-confidentiality impact — meaning an attacker can extract arbitrary data from the site's database, including customer and vendor records stored by WCFM Marketplace and the underlying WooCommerce install.
Vulnerability Overview
| Attribute | Value |
|---|---|
| CVE ID | CVE-2026-81286 |
| CWE | CWE-89 (SQL Injection) |
| CVSS Score | 9.3 (Critical) |
| Type | Unauthenticated SQL Injection |
| Attack Vector | Network (no authentication required) |
| Privileges Required | None |
| User Interaction | None |
| Scope | Changed |
| Assigner | Patchstack |
Affected Versions
| Plugin | Affected Versions | Fixed Version |
|---|---|---|
| WCFM Marketplace (WC Lovers) | ≤ 3.8.1 | Not yet published at time of writing |
At time of writing, Patchstack and NVD have not published a confirmed patched release number. Site operators should monitor the WordPress.org plugin changelog for the next release and treat any version above 3.8.1 as the presumed fix until officially confirmed.
Why This Matters
WCFM Marketplace is a widely deployed multivendor extension for WooCommerce, used to run marketplace-style storefronts with multiple independent vendors on a single WordPress/WooCommerce install. An unauthenticated SQL injection in this context is especially severe because:
- No login is required — any anonymous visitor can attempt exploitation.
- Marketplace installs typically store vendor payout details, customer PII, and order data in the same database, all of which become exposed to a successful SQLi read.
- The "Scope: Changed" rating in the CVSS vector indicates the vulnerable component can affect resources beyond its own security scope, consistent with a database-level query injection that can pull data from unrelated tables (e.g.,
wp_users,wp_usermeta).
Recommended Actions
- Check your installed version —
wp plugin get wc-multivendor-marketplace --field=versionvia WP-CLI, or via Plugins > Installed Plugins in wp-admin. - Update immediately once a fixed release above 3.8.1 is published.
- If no patch is yet available, consider temporarily deactivating WCFM Marketplace or placing a WAF rule in front of the site to block anomalous SQL-injection payloads (
UNION SELECT,WAITFOR DELAY, stacked quotes) targeting plugin-specific endpoints. - Review database access logs for unusual query patterns or extraction attempts.
- Rotate credentials for any administrator or vendor accounts if compromise is suspected.
- Subscribe to Patchstack or Wordfence vulnerability feeds for this plugin to be notified the moment a fix ships.
References
- NVD — CVE-2026-81286
- OffSeq Threat Radar — CVE-2026-81286
- Patchstack — WCFM Marketplace Vulnerability Database