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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-3504

CVE-2026-3504: Dokan WooCommerce Information Disclosure Flaw

CVE-2026-3504 is an information disclosure vulnerability in Dokan WooCommerce Multivendor plugin that exposes reviewer email addresses, usernames, and user IDs. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-3504 Overview

CVE-2026-3504 is an information disclosure vulnerability in the Dokan: AI Powered WooCommerce Multivendor Marketplace Solution plugin for WordPress. The flaw affects all versions up to and including 4.3.1. The /dokan/v1/stores/{id}/reviews REST API endpoint exposes reviewer email addresses, usernames, and user IDs in API responses. Unauthenticated attackers can extract personally identifiable information (PII) of all customers who left store reviews. Exploitation requires the Dokan Pro version installed and activated with store reviews enabled. The vulnerability is categorized under [CWE-200: Exposure of Sensitive Information to an Unauthorized Actor].

Critical Impact

Unauthenticated remote attackers can harvest customer email addresses, usernames, and user IDs from any vendor store with reviews enabled, enabling phishing and credential stuffing campaigns.

Affected Products

  • Dokan: AI Powered WooCommerce Multivendor Marketplace Solution plugin for WordPress (versions ≤ 4.3.1)
  • Dokan Pro extension (must be installed and activated)
  • WordPress sites with store reviews feature enabled

Discovery Timeline

  • 2026-05-02 - CVE-2026-3504 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-3504

Vulnerability Analysis

The vulnerability resides in the StoreController.php file of the dokan-lite plugin, specifically within the prepare_reviews_for_response method. The REST endpoint /dokan/v1/stores/{id}/reviews is publicly accessible without authentication. When the plugin builds the JSON response object, it embeds reviewer fields that should remain server-side only. These fields include the reviewer's email address, WordPress username, and numeric user ID for every comment record returned by the endpoint.

An attacker can iterate through vendor store IDs and collect bulk PII without any credentials. The exposed data enables targeted phishing, account enumeration, and credential stuffing attacks against the marketplace's customer base. The issue only surfaces when the Pro version is active and store reviews are enabled, but those conditions are common in production multivendor deployments.

Root Cause

The root cause is improper output filtering in the response preparation logic. The prepare_reviews_for_response method serializes WordPress comment objects directly into the API response without stripping sensitive author metadata. WordPress comment objects natively contain comment_author_email, user_id, and login data, which the method should redact for unauthenticated callers. Code review references point to lines 125, 835, and 854 of StoreController.php as the relevant locations.

Attack Vector

Exploitation requires only network access to the target WordPress site. An unauthenticated attacker sends a GET request to /wp-json/dokan/v1/stores/{id}/reviews, where {id} is any valid vendor store identifier. The server returns a JSON array containing review records with reviewer email, username, and user ID fields populated. The attacker can script enumeration across all known vendor IDs to harvest the full customer dataset.

No verified exploit code is publicly available. Refer to the Wordfence Vulnerability Report and the WordPress Code Review at Line 125 for technical details.

Detection Methods for CVE-2026-3504

Indicators of Compromise

  • Unauthenticated GET requests to /wp-json/dokan/v1/stores/*/reviews from a single source IP enumerating sequential store IDs
  • High-volume access patterns to the reviews REST endpoint outside normal browsing behavior
  • Outbound API responses containing email, user_login, or user_id fields tied to comment data

Detection Strategies

  • Inspect web server access logs for repeated requests to the /dokan/v1/stores/{id}/reviews path with rotating numeric IDs
  • Deploy a Web Application Firewall (WAF) rule to flag unauthenticated requests to the Dokan reviews endpoint
  • Audit JSON response payloads in egress traffic for reviewer email patterns leaving the application tier

Monitoring Recommendations

  • Enable verbose REST API logging in WordPress and forward to a centralized SIEM for correlation
  • Track request rates per IP against the /wp-json/dokan/ namespace and alert on anomalous spikes
  • Monitor user enumeration patterns by reviewing 200-status responses returning structured user data to anonymous sessions

How to Mitigate CVE-2026-3504

Immediate Actions Required

  • Update the Dokan plugin to a version newer than 4.3.1 that incorporates the fix delivered in WordPress Changeset #3481799
  • If patching is delayed, disable store reviews in the Dokan Pro settings to remove the exposed data path
  • Audit existing review data and notify affected customers if log analysis indicates prior unauthenticated access

Patch Information

The vendor addressed the vulnerability in the changeset published at WordPress Changeset #3481799. The fix modifies the prepare_reviews_for_response method in StoreController.php to omit reviewer email addresses, usernames, and user IDs from the unauthenticated API response. Site administrators should upgrade through the WordPress plugin manager and verify the plugin version reports higher than 4.3.1.

Workarounds

  • Restrict access to the /wp-json/dokan/v1/stores/{id}/reviews endpoint at the WAF or reverse proxy layer until the patch is applied
  • Temporarily disable the Dokan Pro store reviews feature to eliminate the data exposure entirely
  • Apply rate limiting to the WordPress REST API namespace to slow enumeration attempts against vendor stores
bash
# Example nginx configuration to block unauthenticated access to the vulnerable endpoint
location ~ ^/wp-json/dokan/v1/stores/[0-9]+/reviews {
    # Require authentication header or block
    if ($http_authorization = "") {
        return 403;
    }
    limit_req zone=api_limit burst=5 nodelay;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

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

  • WordPress Code Review Line 835

  • WordPress Code Review Line 854

  • WordPress Changeset #3481799

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-41471: WordPress PayPal Plugin Disclosure Flaw

  • CVE-2023-54346: WordPress Backup Migration Plugin Leak

  • CVE-2026-6446: WordPress My Social Feeds Info Disclosure

  • CVE-2026-3454: GenerateBlocks Plugin IDOR 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