Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2647+ Articles
165+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Unauthenticated SQL Injection in WCFM Marketplace ≤ 3.8.1
Unauthenticated SQL Injection in WCFM Marketplace ≤ 3.8.1

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-81286

Unauthenticated SQL Injection in WCFM Marketplace ≤ 3.8.1

A critical unauthenticated SQL injection (CVSS 9.3) in the WCFM Marketplace WordPress plugin exposes vendor and customer database records.

Dylan H.

Security Team

September 3, 2026
3 min read

Affected Products

  • WCFM Marketplace (WooCommerce Multivendor Marketplace) ≤ 3.8.1

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

AttributeValue
CVE IDCVE-2026-81286
CWECWE-89 (SQL Injection)
CVSS Score9.3 (Critical)
TypeUnauthenticated SQL Injection
Attack VectorNetwork (no authentication required)
Privileges RequiredNone
User InteractionNone
ScopeChanged
AssignerPatchstack

Affected Versions

PluginAffected VersionsFixed Version
WCFM Marketplace (WC Lovers)≤ 3.8.1Not 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

  1. Check your installed version — wp plugin get wc-multivendor-marketplace --field=version via WP-CLI, or via Plugins > Installed Plugins in wp-admin.
  2. Update immediately once a fixed release above 3.8.1 is published.
  3. 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.
  4. Review database access logs for unusual query patterns or extraction attempts.
  5. Rotate credentials for any administrator or vendor accounts if compromise is suspected.
  6. 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

Related Reading

  • Critical RCE in WPvivid Backup Plugin Threatens 900,000+
  • WordPress Plugin Vulnerability (CVSS 10.0) Under Active
  • Authorizer Plugin Privilege Escalation
#WordPress#WooCommerce#SQL Injection#CVE-2026-81286#WCFM Marketplace#Web Security

Related Articles

CVE-2026-4896: WCFM WooCommerce Plugin IDOR Allows

A high-severity Insecure Direct Object Reference vulnerability in the WCFM Frontend Manager for WooCommerce plugin (up to v6.7.25) lets authenticated...

3 min read

CVE-2026-12877: Critical SQL Injection in WordPress Project Management Plugin

An unauthenticated SQL injection flaw with a CVSS score of 9.1 affects the Project Management, Bug and Issue Tracking Plugin for WordPress before version...

3 min read

CVE-2025-69947: Critical SQL Injection in Tailor Management System — Customer Edit Endpoint

CVSS 9.8 SQL injection in SourceCodester Tailor Management System 1.0 exposes full customer records through an unsanitized id parameter in customeredit.php, enabling unauthenticated data exfiltration.

2 min read
Back to all Security Alerts