Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Network-reachable unauthenticated endpoint with no user interaction; only limited integrity impact from unauthorized action execution, no confidentiality or availability consequence.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Broken Access Control in Essential Addons for Elementor < 6.6.0 versions.
AnalysisAI
Unauthenticated Broken Access Control in the Essential Addons for Elementor WordPress plugin (all versions prior to 6.6.0) allows remote unauthenticated attackers to perform restricted actions without proper authorization. The root cause is a missing authorization check (CWE-862), permitting requests that should be gated behind authentication or capability checks to succeed. No public exploit code or active exploitation has been identified at time of analysis; however, the unauthenticated network-accessible nature (PR:N, AV:N) lowers the barrier to abuse significantly.
Technical ContextAI
Essential Addons for Elementor is a widely-deployed WordPress plugin developed by WPDeveloper (CPE: cpe:2.3:a:wpdeveloper:essential_addons_for_elementor:*:*:*:*:*:*:*:*) that extends the Elementor page builder with additional widgets and features. CWE-862 (Missing Authorization) describes a class of flaws where code reaches a security-sensitive operation without first verifying that the caller holds the necessary permissions. In WordPress plugins, this commonly manifests as AJAX handlers, REST API endpoints, or admin-post actions that register callbacks accessible to unauthenticated users (e.g., registered under 'wp_ajax_nopriv_') while performing operations intended only for authenticated or privileged users. The CVSS vector AV:N/AC:L/PR:N/UI:N confirms the vulnerable endpoint is reachable over the network with no credentials and no user interaction, consistent with a publicly exposed WordPress action hook or REST route lacking a proper 'current_user_can()' capability gate.
RemediationAI
The primary remediation is to update Essential Addons for Elementor to version 6.6.0 or later, which contains the vendor-released patch per the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/essential-addons-for-elementor-lite/vulnerability/wordpress-essential-addons-for-elementor-plugin-6-5-13-broken-access-control-vulnerability). Updates can be applied through the WordPress admin dashboard under Plugins > Installed Plugins > Update. If an immediate update is not possible, a compensating control is to use a Web Application Firewall (WAF) with WordPress-specific rulesets (e.g., Patchstack's virtual patching feature or Wordfence firewall rules) to block exploitation of the specific unauthorized endpoint until the patch can be applied. Restricting access to the WordPress AJAX and REST API endpoints at the network perimeter for unauthenticated users is an additional layer, but carries a trade-off of potentially breaking legitimate unauthenticated plugin functionality. No exact fix version beyond the 6.6.0 boundary is independently confirmed from the provided data.
Improper Authentication vulnerability in WPDeveloper Essential Addons for Elementor allows Privilege Escalation.4.0 thro
Unauthenticated information disclosure in Essential Addons for Elementor (WordPress plugin, all versions before 6.6.10)
The Essential Addons for Elementor plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and
Stored XSS in Essential Addons for Elementor (WordPress plugin) before 6.6.10 allows any Contributor-level or higher use
The Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress
The Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress
The Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress
The Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugins for WordPres
The Essential Addons for Elementor PRO - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordP
The Essential Addons for Elementor Pro plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the ‘eael_l
The Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress
The Essential Addons for Elementor - Best Elementor Templates, Widgets, Kits & WooCommerce Builders plugin for WordPress
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36912
GHSA-h6w4-m48p-mpf7