Breeze – WordPress Cache Plugin <= 2.2.21 - Missing Authorization to Cache Deletion

2026-02-18 15:43
NosleeP++

Strategic Overview

Status
Patched in 2.2.22
Affected PluginBreeze Cache
Affected Version<= 2.2.21
CVSS5.3Medium
CVECVE-2025-13864
View all Breeze Cache vulnerabilities

Vulnerability Overview

The Breeze - WordPress Cache Plugin plugin for WordPress is vulnerable to unauthorized cache clearing in all versions up to, and including, 2.2.21. This is due to the REST API endpoint `/wp-json/breeze/v1/clear-all-cache` being registered with `permission_callback => '__return_true'` and authentication being disabled by default when the API is enabled. This makes it possible for unauthenticated attackers to clear all site caches (page cache, Varnish, and Cloudflare) via a simple POST request, granted the administrator has enabled the API integration feature.

Technical Analysis

REMEDIATION: Update to version 2.2.22, or a newer patched version --- IDENTIFIER: CWE-862 (Missing Authorization) The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

External References

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