Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/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:N/I:L/A:N
Lifecycle Timeline
1DescriptionCVE.org
The Essential Chat Support plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.0.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to reset all plugin configuration settings - including general settings, display rules, custom CSS, and WooCommerce tab settings - to their defaults by sending a POST request with ecs_reset_settings=1.
AnalysisAI
Authorization bypass in Essential Chat Support plugin for WordPress versions ≤1.0.1 allows unauthenticated remote attackers to reset all plugin configuration settings to defaults via a single POST request. The vulnerability stems from missing authorization checks in the settings reset function, enabling tampering with general settings, display rules, custom CSS, and WooCommerce integration without credentials. CVSS 5.3 indicates medium severity with network-accessible exploitation requiring no privileges or user interaction. No public exploit identified at time of analysis, though the attack is trivial given the simple POST parameter requirement.
Technical ContextAI
This vulnerability affects the Essential Chat Support WordPress plugin (CPE: cpe:2.3:a:essentialplugin:essential_chat_support) through version 1.0.1. The root cause is CWE-862 (Missing Authorization), where the plugin's settings registration function in register-settings.php and ecs-functions.php processes ecs_reset_settings POST requests without verifying current_user_can() capabilities or WordPress nonces. WordPress plugins should implement authorization checks using WordPress's capability system (e.g., manage_options for administrative functions) and validate nonces to prevent CSRF and unauthorized access. The vulnerability specifically affects the settings reset functionality at the ecs_reset_settings action handler, which directly processes user input at line 47 of register-settings.php and line 33 of ecs-functions.php without any authentication wrapper.
RemediationAI
WordPress site administrators should immediately update Essential Chat Support plugin to version 1.0.2 or later if available, or remove the plugin entirely if not actively used for business operations. Verify current version in WordPress admin dashboard under Plugins section and check WordPress plugin repository at https://wordpress.org/plugins/essential-chat-support/ for patched releases. As compensating controls until patching: implement web application firewall rules blocking POST requests containing ecs_reset_settings parameter from untrusted sources (noting this prevents legitimate administrative use of the reset feature); restrict WordPress admin area access to trusted IP addresses via .htaccess or server configuration; monitor WordPress logs for unexpected POST requests to wp-admin/admin.php or admin-ajax.php with ecs_reset_settings parameters. Alternative mitigation is disabling the plugin through WordPress admin or renaming the plugin directory via FTP/SSH, which completely eliminates exposure but removes chat support functionality. Review plugin settings after applying fixes to ensure configurations were not tampered with during vulnerable period.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30669
GHSA-4fcc-vrwx-v754