Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Breeze plugin for WordPress is vulnerable to Exposure of Sensitive Information to an Unauthorized Actor in all versions up to, and including, 2.5.2 This is due to improper verification of the wordpress_logged_in_ cookie in the inc/cache/execute-cache.php file when the "Cache Logged-in Users" setting is enabled. The plugin parses the username directly from the cookie value (e.g., username|hash) using substr() to retrieve the corresponding cache file but fails to verify the session's cryptographic signature or validity with WordPress core. This makes it possible for unauthenticated attackers to supply a crafted cookie (e.g., wordpress_logged_in_fake=admin|fake) to trick the plugin into serving the cached HTML content generated for an administrator, leading to the disclosure of sensitive information such as private posts (including their full content), the Admin Bar, WordPress nonces, and other data visible only to logged-in administrators or other users.
AnalysisAI
Unauthenticated information disclosure in the Cloudways Breeze Cache plugin for WordPress (all versions ≤ 2.5.2) allows remote attackers to retrieve administrator-cached page content by supplying a forged session cookie. When the non-default 'Cache Logged-in Users' feature is active, the plugin resolves cached page files by parsing the username directly from the cookie value without verifying the WordPress HMAC signature, enabling any unauthenticated actor who knows or guesses a valid username to obtain that user's cached HTML output. Exposed data includes full content of private posts, Admin Bar markup, WordPress nonces, and other privileged interface elements. No public exploit has been identified and the vulnerability is not listed in CISA KEV; version 2.5.3 contains the fix.
Technical ContextAI
The Cloudways Breeze Cache plugin (CPE: cpe:2.3:a:cloudways:breeze_cache:*:*:*:*:*:*:*:*) is a performance caching plugin for WordPress. The vulnerable logic resides in inc/cache/execute-cache.php (confirmed via WordPress plugin Trac browser at lines 132 and 140 across multiple tagged versions). WordPress stores authenticated sessions in a cookie named wordpress_logged_in_<hash> with a pipe-delimited format of 'username|expiry|hmac', where the HMAC is derived from WordPress authentication keys and salts and is validated by the core wp_validate_auth_cookie() function. The plugin bypasses this validation entirely, instead using PHP substr() to extract only the username segment from the raw cookie value and using it to locate the corresponding user-specific cache file on disk. This is a CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor) instance rooted in trusting unauthenticated, cryptographically unverified input for access-control decisions - a classic confused-deputy pattern where the cache layer acts on behalf of a privileged user identity it never authenticated.
RemediationAI
Upgrade the Breeze plugin to version 2.5.3 or later; the fix is confirmed in the WordPress plugin repository changeset (https://plugins.trac.wordpress.org/changeset?old_path=%2Fbreeze/tags/2.5.2&new_path=%2Fbreeze/tags/2.5.3), which patches the insecure cookie parsing in inc/cache/execute-cache.php. If an immediate upgrade is not operationally feasible, the most effective compensating control is to disable the 'Cache Logged-in Users' setting in Breeze's configuration panel - this eliminates the vulnerable code path entirely, though it increases origin server load for authenticated users since their pages will no longer be served from cache. Blocking or stripping wordpress_logged_in_* cookies at a WAF or reverse proxy before they reach Breeze's cache-serving logic would also neutralize the attack, but may break legitimate logged-in user sessions and requires careful scope targeting. Wordfence users should verify that firewall rule coverage for this vulnerability is active; details are available in the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/f0b6c41d-833e-4ad4-bdb6-c38fef3eb7f4.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33248
GHSA-mpqv-gg33-5mc7