Vulnerability Description
The WP-Optimize plugin for WordPress is vulnerable to unauthorized access of functionality due to missing capability checks in the `receive_heartbeat()` function in `includes/class-wp-optimize-heartbeat.php` in all versions up to, and including, 4.5.0. This is due to the Heartbeat handler directly invoking `Updraft_Smush_Manager_Commands` methods without verifying user capabilities, nonce tokens, or the allowed commands whitelist that the normal AJAX handler (`updraft_smush_ajax`) enforces. This makes it possible for authenticated attackers, with Subscriber-level access and above, to invoke admin-only Smush operations including reading log files (`get_smush_logs`), deleting all backup images (`clean_all_backup_images`), triggering bulk image processing (`process_bulk_smush`), and modifying Smush options (`update_smush_options`).
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wp-optimize/tags/4.4.1/includes/class
- https://plugins.trac.wordpress.org/browser/wp-optimize/tags/4.4.1/includes/class
- https://plugins.trac.wordpress.org/browser/wp-optimize/trunk/includes/class-wp-o
- https://research.cleantalk.org/cve-2026-2712/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/6a0a376e-ea3a-40ca-934
FAQ
What is CVE-2026-2712?
CVE-2026-2712 is a vulnerability with a CVSS score of 5.4 (MEDIUM). The WP-Optimize plugin for WordPress is vulnerable to unauthorized access of functionality due to missing capability checks in the `receive_heartbeat()` function in `includes/class-wp-optimize-heartbe...
How severe is CVE-2026-2712?
CVE-2026-2712 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-2712?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.