Description
The Clearfy Cache WordPress plugin before 2.4.3 does not perform a capability check in one of its admin-page dispatch paths, allowing any authenticated user such as a Subscriber to render admin-only settings pages and disclose their contents, including administrative nonces, while the canonical page URL correctly restricts access.
Published: 2026-08-04
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Clearfy Cache WordPress plugin fails to perform a capability check in one of its admin‑page dispatch paths. As a result, any authenticated user, including those with the Subscriber role, is able to render pages that are intended to be accessible only to administrators. This loophole exposes content from the settings pages, including administrative nonces, thereby leaking sensitive configuration data. The vulnerability is a classic unauthorized privilege escalation that ultimately leads to confidentiality compromise rather than code execution or denial of service.

Affected Systems

The issue affects the Clearfy Cache plugin on all WordPress installations where the plugin version is older than 2.4.3. No specific vendor beyond the plugin itself is identified, but the affected installations are any WordPress sites that have installed Clearfy Cache prior to the 2.4.3 release.

Risk and Exploitability

Because the flaw only applies to authenticated users, the attack vector is limited to legitimate subscribers with access to the WordPress backend. The exploit requires no special privileges beyond having an authenticated session, making it relatively easy for a legitimate user to traverse the dispatcher and view the disallowed pages. While the CVSS score is not provided in the public data, the effective risk is moderate: the impact is disclosure of sensitive information and potential facilitation of further attacks through leaked nonces. The vulnerability has not been listed in the CISA KEV catalog, and no EPSS score is available, but the lack of updates to the plugin exacerbates the exposure. The most appropriate remediation is to apply the vendor’s fix.

Generated by OpenCVE AI on August 4, 2026 at 09:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Clearfy Cache plugin to version 2.4.3 or later to apply the vendor’s fix for the missing capability check.
  • If an immediate update is not possible, configure the site so that the Subscriber role cannot access plugin setting pages—this can be achieved by modifying role capabilities or using a security plugin to restrict access to administrative areas.
  • Continuously monitor your WordPress audit logs for any unauthorized page requests that include plugin dispatcher parameters, and verify that role checks enforce proper authorization.

Generated by OpenCVE AI on August 4, 2026 at 09:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 09:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-284

Tue, 04 Aug 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Clearfy Cache
Clearfy Cache clearfy Cache
Wordpress
Wordpress wordpress
Vendors & Products Clearfy Cache
Clearfy Cache clearfy Cache
Wordpress
Wordpress wordpress

Tue, 04 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Clearfy Cache WordPress plugin before 2.4.3 does not perform a capability check in one of its admin-page dispatch paths, allowing any authenticated user such as a Subscriber to render admin-only settings pages and disclose their contents, including administrative nonces, while the canonical page URL correctly restricts access.
Title Clearfy < 2.4.3 - Subscriber+ Sensitive Information Disclosure via Factory Page-Action Dispatcher
References

Subscriptions

Clearfy Cache Clearfy Cache
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-04T06:00:12.603Z

Reserved: 2026-07-20T12:29:56.541Z

Link: CVE-2026-16295

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T09:15:03Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-284

    Improper Access Control