The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-1722

CVE-2026-1722: WCFM Marketplace Auth Bypass Vulnerability

CVE-2026-1722 is an authentication bypass flaw in WCFM Marketplace for WooCommerce that allows attackers to create unauthorized refund requests. This article covers the technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-1722 Overview

The WCFM Marketplace – Multivendor Marketplace for WooCommerce plugin for WordPress contains an Insecure Direct Object Reference (IDOR) vulnerability in all versions up to and including 3.7.0. The vulnerability exists due to missing authorization checks in the wcfm-refund-requests-form AJAX controller, allowing unauthenticated attackers to create arbitrary refund requests for any order ID and item ID. This vulnerability could lead to significant financial losses for e-commerce sites, particularly those with automatic refund approval enabled in their plugin settings.

Critical Impact

Unauthenticated attackers can submit fraudulent refund requests for any order, potentially causing direct financial losses to marketplace vendors and operators when automatic refund approval is enabled.

Affected Products

  • WCFM Marketplace – Multivendor Marketplace for WooCommerce plugin versions ≤ 3.7.0
  • WordPress installations running vulnerable WCFM Marketplace versions
  • WooCommerce-based multivendor marketplaces using WCFM

Discovery Timeline

  • 2026-02-10 - CVE-2026-1722 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-1722

Vulnerability Analysis

This Insecure Direct Object Reference vulnerability (CWE-862: Missing Authorization) affects the WCFM Marketplace plugin's refund request functionality. The core issue lies in the wcfm-refund-requests-form AJAX controller within the class-wcfmmp-refund.php file, which fails to implement proper authorization checks before processing refund requests.

When a refund request is submitted through this AJAX endpoint, the application does not verify whether the requesting user has legitimate access to the order or item being referenced. This allows any unauthenticated user to craft malicious requests targeting arbitrary order IDs and item IDs within the marketplace.

The vulnerability is particularly dangerous in configurations where automatic refund approval is enabled, as attackers can potentially trigger immediate financial transactions without any manual review process. Even in manual approval scenarios, a high volume of fraudulent refund requests could overwhelm administrators and potentially slip through during processing.

Root Cause

The root cause of this vulnerability is the absence of authorization checks in the AJAX handler responsible for processing refund requests. The vulnerable code in class-wcfmmp-refund.php at line 235 processes incoming refund request parameters without first validating that the requesting user:

  1. Is authenticated to the WordPress system
  2. Has ownership or administrative rights over the referenced order
  3. Has permission to request refunds for the specified item

This represents a fundamental failure to implement the principle of least privilege, where the application assumes all incoming requests are legitimate rather than enforcing access controls.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted HTTP requests to the WordPress AJAX endpoint with the wcfm-refund-requests-form action. The attacker would enumerate or guess valid order IDs and item IDs to submit fraudulent refund requests.

The attack flow typically involves:

  1. Identifying a WordPress site running the vulnerable WCFM Marketplace plugin
  2. Crafting an AJAX POST request to /wp-admin/admin-ajax.php with the vulnerable action
  3. Including arbitrary order ID and item ID parameters in the request
  4. Submitting the request without any authentication credentials

If automatic refund processing is enabled, the refund may be processed immediately. For technical details on the vulnerable code, refer to the WordPress Plugin Code Reference.

Detection Methods for CVE-2026-1722

Indicators of Compromise

  • Unusual spike in refund requests, particularly from unauthenticated sessions or unfamiliar IP addresses
  • Multiple refund requests for different orders originating from the same source IP in a short timeframe
  • Refund requests submitted for orders that don't belong to the requesting user session
  • Anomalous patterns in wp-admin/admin-ajax.php POST requests with wcfm-refund-requests-form action

Detection Strategies

  • Monitor web application firewall (WAF) logs for POST requests to admin-ajax.php containing wcfm-refund-requests-form action parameter from unauthenticated sessions
  • Implement rate limiting on the AJAX endpoint to detect and block enumeration attempts
  • Configure alerting for refund requests that fail order ownership validation
  • Review access logs for bulk requests to the refund endpoint from single IP addresses

Monitoring Recommendations

  • Enable detailed logging for all WCFM Marketplace refund-related actions
  • Set up alerts for any refund requests processed without corresponding authenticated user sessions
  • Implement anomaly detection for refund request volumes that exceed normal baseline activity
  • Monitor financial reconciliation reports for unexpected refund patterns

How to Mitigate CVE-2026-1722

Immediate Actions Required

  • Update the WCFM Marketplace plugin to a version newer than 3.7.0 that includes the security fix
  • Disable automatic refund approval in plugin settings until the patch is applied
  • Review recent refund requests for any suspicious or unauthorized activity
  • Implement WAF rules to block unauthenticated requests to the vulnerable AJAX endpoint

Patch Information

The vulnerability has been addressed in versions after 3.7.0. The fix implements proper authorization checks before processing refund requests. The patch can be reviewed in the WordPress Plugin Change Set.

For additional vulnerability details, refer to the Wordfence Vulnerability Report.

Workarounds

  • Temporarily disable the WCFM Marketplace refund functionality until the patch can be applied
  • Configure your web application firewall to require authentication for requests to admin-ajax.php with the wcfm-refund-requests-form action
  • Implement server-level access restrictions on the AJAX endpoint for unauthenticated users
  • Set up manual review requirements for all refund requests regardless of plugin settings
bash
# Apache .htaccess rule to block unauthenticated AJAX refund requests
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} POST
RewriteCond %{REQUEST_URI} ^/wp-admin/admin-ajax\.php$
RewriteCond %{QUERY_STRING} action=wcfm-refund-requests-form [OR]
RewriteCond %{HTTP:X-Requested-With} !^XMLHttpRequest$
RewriteRule ^ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWoocommerce

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin Code Reference

  • WordPress Plugin Development Snapshot

  • WordPress Plugin Change Set

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-39662: WooCommerce Formula Plugin Auth Bypass

  • CVE-2026-4896: WCFM WordPress Auth Bypass Vulnerability

  • CVE-2026-1710: WooPayments Auth Bypass Vulnerability

  • CVE-2025-15484: WooCommerce Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English