Severity by source
AV:N/AC:L/PR:L/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:L/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The RTMKit Addons for Elementor plugin for WordPress is vulnerable to unauthorized modification of data due to missing capability checks on the save_widget() and reset_all_widgets() functions in all versions up to, and including, 2.0.2. This makes it possible for authenticated attackers, with Author-level access and above, to modify or reset site-wide widget configurations.
AnalysisAI
RTMKit Addons for Elementor plugin for WordPress allows authenticated attackers with Author-level access or higher to modify or reset site-wide widget configurations due to missing capability checks in the save_widget() and reset_all_widgets() functions. This privilege escalation vulnerability affects all versions up to 2.0.2 and enables unauthorized modification of widget data across the entire WordPress site, impacting site integrity and user experience.
Technical ContextAI
RTMKit is an Elementor page builder addon that provides widget storage and configuration management through the WidgetStorage class. The vulnerability stems from missing WordPress capability checks (missing use of current_user_can() with appropriate admin capabilities like 'manage_options') on the save_widget() and reset_all_widgets() AJAX handlers. These functions process modifications to widget configurations stored in WordPress options without verifying that the requesting user has administrative privileges. CWE-862 (Missing Authorization) identifies the root cause - the absence of access control checks that should prevent lower-privileged roles (Author, Contributor) from performing administrative actions. The vulnerable code paths are exposed through AJAX endpoints in the WidgetStorage.php and EditorCanvas.php modules.
RemediationAI
Upgrade RTMKit Addons for Elementor to version 2.0.3 or later immediately. The patched version is available via the WordPress.org plugin repository and can be updated directly from the WordPress admin dashboard (Plugins > Installed Plugins > RTMKit Addons for Elementor > Update). If immediate upgrade is not possible, restrict Author-level user access to the Elementor editor as a temporary compensating control by using a role/capability management plugin (such as User Role Editor) to remove the 'edit_posts' or 'edit_pages' capability from Author roles, though this will limit legitimate editing workflows and should only be temporary. Verify that no unauthorized widget modifications were made during the vulnerability window by reviewing WordPress revision history and comparing current widget configurations against known baseline states.
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-29938