Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
Missing Authorization vulnerability in Gabe Livan Asset CleanUp: Page Speed Booster wp-asset-clean-up allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Asset CleanUp: Page Speed Booster: from n/a through <= 1.4.0.3.
AnalysisAI
Unauthenticated remote attackers can trigger a denial-of-service condition against Asset CleanUp: Page Speed Booster (WordPress plugin) versions up to 1.4.0.3 by exploiting missing authorization controls that incorrectly configure access restrictions. The vulnerability allows attackers to perform actions intended for authenticated administrators without proper authentication, resulting in availability impact through the ability to modify or disable asset optimization features.
Technical ContextAI
Asset CleanUp: Page Speed Booster is a WordPress plugin that optimizes page loading performance by managing and cleaning up unnecessary assets (CSS, JavaScript, fonts). The vulnerability stems from CWE-862 (Missing Authorization), indicating that the plugin fails to implement proper access control checks before allowing sensitive operations. The plugin likely exposes administrative endpoints or AJAX handlers without verifying user roles or nonces, permitting unauthenticated WordPress visitors to trigger privileged functions. This is a common WordPress plugin vulnerability pattern where developers forget to add current_user_can() capability checks or omit wp_nonce_field() and wp_verify_nonce() validations.
RemediationAI
Update Asset CleanUp: Page Speed Booster to version 1.4.0.4 or later immediately; patch availability is expected from the vendor following Patchstack disclosure. Until patching is possible, implement network-level mitigation by restricting WordPress admin and AJAX endpoints using Web Application Firewall (WAF) rules to block POST requests to /wp-admin/admin-ajax.php referencing the plugin's action handlers-note this will disable all plugin features requiring admin requests and should only be temporary. Alternatively, use a WordPress security plugin (e.g., Wordfence, Sucuri) to add capability-based request blocking, verifying that all plugin functions check current_user_can('manage_options') before execution. Review WordPress user roles and disable plugin features for untrusted users via the plugin settings to limit the attack surface while awaiting patching.
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
EUVD-2026-29454
GHSA-7h7f-98xc-35q3