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
3DescriptionCVE.org
The UiPress lite | Effortless custom dashboards, admin themes and pages plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the 'uip_save_global_settings' function in all versions up to, and including, 3.5.09. This makes it possible for authenticated attackers, with Subscriber-level access and above, to change arbitrary plugin settings.
AnalysisAI
UiPress lite plugin for WordPress through version 3.5.09 fails to validate user permissions on the global settings modification function, allowing authenticated subscribers and higher-privileged users to arbitrarily alter plugin configurations. This insufficient access control enables attackers to modify sensitive settings despite lacking administrative rights. A patch is not currently available.
Technical ContextAI
The vulnerability exists in the UiPress Lite WordPress plugin (CPE: cpe:2.3:a:admintwentytwenty:uipress_lite_|_effortless_custom_dashboards,_admin_themes_and_pages), which provides custom dashboard and admin theme functionality. The root cause is classified under CWE-285 (Improper Authorization), specifically a missing capability check in the 'uip_save_global_settings' function referenced in the plugin's uiBuilder.php file at line 333. WordPress plugins use capability checks (such as 'current_user_can()' with appropriate admin capabilities like 'manage_options') to enforce role-based access control. The absence of such a check allows the AJAX handler or direct function call to execute without verifying that the caller possesses administrator privileges, relying instead only on the generic 'is_user_logged_in()' authentication. This enables any authenticated user—including those with minimal Subscriber role permissions—to invoke the settings modification function.
RemediationAI
Update the UiPress Lite plugin to a version released after 3.5.09; check the official WordPress plugin repository for the latest patched release. Immediately apply the update via WordPress dashboard (Plugins > Installed Plugins > UiPress Lite > Update if available) or manually re-download from plugins.trac.wordpress.org. As an interim workaround pending updates, restrict Subscriber and low-privilege user roles from accessing the WordPress admin dashboard by using capability-restriction plugins or custom role management, reducing the attack surface. Additionally, implement Web Application Firewall (WAF) rules to monitor and block unusual requests to admin-ajax.php endpoints related to 'uip_save_global_settings' from non-administrator sessions. Review audit logs to detect whether settings have been modified by unexpected low-privilege accounts. Monitor the Wordfence threat intelligence feed for active exploitation signals.
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-285 – Improper Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13985
GHSA-r2mm-9gj3-rpm5