CVE-2026-4127 Details
Description
The Speedup Optimization plugin for WordPress is vulnerable to Missing Authorization in all versions up to and including 1.5.9. The `speedup01_ajax_enabled()` function, which handles the `wp_ajax_speedup01_enabled` AJAX action, does not perform any capability check via `current_user_can()` and also lacks nonce verification. This is in contrast to other AJAX handlers in the same plugin (e.g., `speedup01_ajax_install_iox` and `speedup01_ajax_delete_cache_file`) which properly check for `install_plugins` and `manage_options` capabilities respectively. This makes it possible for authenticated attackers, with Subscriber-level access and above, to enable or disable the site's optimization module by sending a POST request to admin-ajax.
A vulnerability exists in the Speedup Optimization plugin for WordPress, affecting all versions up to and including 1.5.9. The issue stems from the 'speedup01_ajax_enabled()' function, which manages the 'wp_ajax_speedup01_enabled' AJAX action. This function fails to implement necessary capability checks using 'current_user_can()' and does not verify nonces, leaving it open to exploitation. In contrast, other AJAX handlers within the same plugin, such as 'speedup01_ajax_install_iox' and 'speedup01_ajax_delete_cache_file', correctly validate permissions. As a result, authenticated attackers with Subscriber-level access or higher can manipulate the site's optimization settings by sending POST requests through the admin-ajax interface.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Mar 21, 2026CISA-ADP
Assessed Apr 16, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-862 | Missing Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Speedup Optimization | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 8, 2026 | CVE Modified | [email protected] |
| Mar 21, 2026 | New CVE Received | [email protected] |
Volerion