Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Dokan: AI Powered WooCommerce Multivendor Marketplace Solution plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.3.1 via the '/dokan/v1/stores/{id}/reviews' REST API endpoint. This is due to the 'prepare_reviews_for_response' method including reviewer email addresses, usernames, and user IDs in the API response. This makes it possible for unauthenticated attackers to extract email addresses, usernames, and user IDs of all customers who left reviews on any vendor's store. The Pro version of the plugin must be installed and activated, with store reviews enabled, in order to exploit the vulnerability.
AnalysisAI
Unauthenticated remote attackers can extract sensitive user information including email addresses, usernames, and user IDs through the '/dokan/v1/stores/{id}/reviews' REST API endpoint in Dokan plugin versions up to 4.3.1. The vulnerability affects only installations with the Pro version activated and store reviews enabled, allowing information disclosure of all customers who left vendor reviews. No public exploit code has been identified, but the attack requires no authentication or user interaction and can be automated at scale.
Technical ContextAI
The Dokan plugin's REST API StoreController contains a 'prepare_reviews_for_response' method that serializes customer review data without filtering sensitive fields. The endpoint '/dokan/v1/stores/{id}/reviews' exposes reviewer PII (email, username, user ID) via the HTTP response body. This is a failure to implement proper output filtering at the API serialization layer (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor). The vulnerability exists in the Pro version when store reviews feature is enabled, affecting the REST API controller's data preparation logic documented in the plugin's source code at StoreController.php lines 125, 835, and 854.
RemediationAI
Update the Dokan plugin to version 4.3.2 or later, which the vendor released as a patched version (confirmed by changeset 3481799 on plugins.trac.wordpress.org). The patch modifies the 'prepare_reviews_for_response' method in StoreController.php to filter email addresses, usernames, and user IDs from REST API responses. For sites unable to immediately upgrade, disable the store reviews feature in Dokan Pro settings to block access to the vulnerable endpoint, though this disables customer review functionality. Alternatively, use a Web Application Firewall rule to deny unauthenticated requests to '/dokan/v1/stores/*/reviews' endpoints (trade-off: review API access unavailable for all clients). Verify upgrade completion by checking the plugin version in WordPress admin and testing that /dokan/v1/stores/{id}/reviews responses no longer include reviewer emails or IDs. References: https://www.wordfence.com/threat-intel/vulnerabilities/id/02b0d7d7-8a10-48de-b1e1-7e1f1fda6ffe?source=cve and https://plugins.trac.wordpress.org/changeset/3481799/
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26790