AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2026-2712

MEDIUM · CVSS 5.4 EPSS 0.43%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-04-10 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.4. It affects WordPress. Exploitation may require the attacker to be authenticated.

CVE
CVE-2026-2712
Severity
MEDIUM
CVSS
5.4
EPSS
0.43%
WordPress

Original NVD 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`).