Elementor Website Builder CVE-2025-67588
MEDIUMSeverity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Network-reachable WordPress endpoint, low-privilege auth required (PR:L), no confidentiality or availability impact, integrity-only modification within plugin scope.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Missing Authorization vulnerability in Elementor Elementor Website Builder elementor allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Elementor Website Builder: from n/a through <= 3.33.0.
AnalysisAI
Missing authorization checks in Elementor Website Builder (WordPress plugin) through version 3.33.0 allow authenticated low-privilege users to perform actions beyond their intended access level. Exploitation requires a valid WordPress account with low privileges (PR:L per CVSS vector), and the impact is limited to partial integrity modification with no confidentiality or availability consequences. No public exploit code or active exploitation has been identified; EPSS places this at the 14th percentile, reflecting low real-world exploitation probability.
Technical ContextAI
Elementor Website Builder is a widely-deployed WordPress page-builder plugin. The vulnerability is rooted in CWE-862 (Missing Authorization): one or more plugin endpoints or AJAX handlers fail to verify that the authenticated caller holds the requisite capability or role before executing a privileged action. WordPress plugins must explicitly call functions such as current_user_can() or validate nonces with role checks; an omission here lets any authenticated user - including subscribers or contributors - invoke functionality intended for editors or administrators. The CVSS vector (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N) confirms network reachability, no complexity barrier, and restriction to authenticated callers.
Affected ProductsAI
The vulnerability affects Elementor Website Builder WordPress plugin from an unspecified earlier version through and including version 3.33.0. CPE data is not explicitly provided in the source intelligence, but the plugin is identified by its WordPress.org slug 'elementor'. The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/elementor/vulnerability/wordpress-elementor-website-builder-plugin-3-33-0-broken-access-control-vulnerability provides the canonical affected-version range.
RemediationAI
Update Elementor Website Builder to a version newer than 3.33.0; the exact patched release number is not independently confirmed from the available data beyond the boundary of the affected range. Updates can be applied via the WordPress admin dashboard under Plugins > Installed Plugins or via WP-CLI with 'wp plugin update elementor'. As a compensating control until patching is possible, site administrators should disable open user registration if it is not required (Settings > General > uncheck 'Anyone can register'), which removes the pool of low-privilege accounts that could exploit this flaw. Restricting the wp-admin and AJAX endpoint (/wp-admin/admin-ajax.php) to authenticated sessions via server-level rules (nginx or Apache) can add an additional barrier but does not eliminate risk for sites with legitimate registered users. The Patchstack advisory URL is https://patchstack.com/database/Wordpress/Plugin/elementor/vulnerability/wordpress-elementor-website-builder-plugin-3-33-0-broken-access-control-vulnerability.
More in Wordpress Plugin
View allThe 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
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
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 Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today