CVE-2025-2110

WP Compress <= 6.30.15 - Authenticated (Subscriber+) Missing Authorization via Multiple Functions

2025-03-25 21:29
mikemyers

Strategic Overview

Status
Patched in 6.30.16
Affected Version
<= 6.30.15
CVSS
8.8High
Weakness type
CWE-862 · Missing Authorization
CVE
CVE-2025-2110
View all WP Compress – Instant Performance & Speed Optimization vulnerabilities

At a glance

CVE-2025-2110 is a high-severity Missing Authorization vulnerability in the WP Compress WordPress plugin, affecting versions <= 6.30.15. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 6.30.16; sites on affected versions should update now. Disclosed March 2025, reported by mikemyers.

Vulnerability Overview

The WP Compress – Instant Performance & Speed Optimization plugin for WordPress is vulnerable to unauthorized access, modification, and loss of data due to missing capability checks on its on its AJAX functions in all versions up to, and including, 6.30.15. This makes it possible for authenticated attackers, with Subscriber-level access and above, to compromise the site in various ways depending on the specific function exploited - for example, by retrieving sensitive settings and configuration details, or by altering and deleting them, thereby disclosing sensitive information, disrupting the plugin’s functionality, and potentially impacting overall site performance.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.

CWE-862: Missing Authorization

Reaching this weakness in WP Compress <= 6.30.15 takes an account at Subscriber level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.

Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For WP Compress the fix is 6.30.16: builds <= 6.30.15 are affected, anything from 6.30.16 onward is not.

Remediation

Update to version 6.30.16, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: WP Compress 6.30.16 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C