Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Missing Authorization vulnerability in WebToffee Comments Import & Export comments-import-export-woocommerce allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Comments Import & Export: from n/a through <= 2.4.9.
AnalysisAI
A missing authorization vulnerability exists in WebToffee Comments Import & Export for WooCommerce (versions up to 2.4.9) that allows attackers to exploit incorrectly configured access control, potentially enabling unauthorized comment manipulation. The vulnerability is classified as CWE-862 (Missing Authorization), affecting WordPress installations using this plugin. Attackers with low or no privileges may be able to bypass authentication mechanisms to perform unauthorized actions on comment data.
Technical ContextAI
The vulnerability resides in the WebToffee Comments Import & Export plugin (CPE: cpe:2.3:a:webtoffee:comments_import_&_export:*:*:*:*:*:*:*:*), a WordPress plugin designed to facilitate bulk import and export operations of WooCommerce comments. The root cause is classified under CWE-862 (Missing Authorization), which indicates the application fails to properly enforce access control checks before allowing sensitive operations. This typically manifests in WordPress plugins when capability checks (such as checking user roles or nonces) are omitted from AJAX endpoints, REST API routes, or administrative functions. The plugin's comment handling logic likely lacks proper verification that the requesting user has the required permissions before executing import/export or comment modification operations, allowing authenticated users with lower privileges or potentially unauthenticated actors to access restricted functionality.
RemediationAI
Immediately upgrade WebToffee Comments Import & Export plugin to a version newer than 2.4.9 if a patched version is available (consult the plugin's official WordPress.org page or vendor site for the latest secure release). If a patched version is not yet available, disable the plugin temporarily or restrict access to import/export functionality by removing user capabilities via WordPress role management and code snippets. As an interim control, restrict access to the plugin's admin pages using HTTP Basic Authentication or IP allowlisting at the web server level. Additionally, audit existing comment data for unauthorized modifications or injected content, and enable WordPress security logging to monitor for suspicious comment import/export activity. Review user roles and remove unnecessary permissions from low-privilege accounts that should not have comment management access.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15821