Skip to main content

Essential Chat Support CVE-2026-8681

| EUVDEUVD-2026-30669 MEDIUM
Missing Authorization (CWE-862)
2026-05-16 Wordfence GHSA-4fcc-vrwx-v754
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

1
Analysis Generated
May 16, 2026 - 03:12 vuln.today

DescriptionCVE.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.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-8681 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy