Description
Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in Cache Cleaner extension - Administrator URL purges did not consistently require a valid token and cache-management permission.
Published: 2026-07-23
Score: 5.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Cache Cleaner extension for Joomla implements administrator URLs that purge site cache, yet these URLs do not consistently enforce CSRF token validation or verify that the caller has cache‑management rights. An attacker who can craft or submit a request to one of these purge endpoints can delete or force rebuild cached content without having the necessary privileges. This flaw corresponds to inadequate access control (CWE‑284) and cross‑site request forgery (CWE‑352), which together enable the attacker to change site state or create denial‑of‑service conditions by exhausting server resources or presenting stale data.

Affected Systems

The vulnerability affects sites that use the regularlabs.com Cache Cleaner extension for Joomla. No specific version range is listed; therefore, any installation that relies on the legacy token handling logic in this extension is potentially impacted.

Risk and Exploitability

The CVSS score of 5.4 denotes moderate severity, while the EPSS score of less than 1% indicates a low likelihood of exploitation at present. The issue is not included in CISA’s KEV catalog. The likely attack vector is remote, involving any user who can send HTTP requests to the admin cache‑purge URLs. Because the extension fails to validate CSRF tokens and check user permissions, attackers who can craft or send requests to the cache‑purge URLs may trigger purges without possessing a valid CSRF token or cache‑management privileges. No additional environmental prerequisites are specified, so any Joomla site running the affected extension requires remediation.

Generated by OpenCVE AI on August 4, 2026 at 15:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Cache Cleaner extension to the latest published version that enforces CSRF tokens and verifies user permissions for all admin cache‑purge actions.
  • Configure Joomla’s Access Control List so that only users with cache‑management rights can access cache‑purge URLs, limiting the impact if any token checks remain lax.
  • If an immediate upgrade is not feasible, temporarily disable or remove the Cache Cleaner extension until a secure version is available.

Generated by OpenCVE AI on August 4, 2026 at 15:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
Link Providers
https://regularlabs.com/ cve-icon cve-icon
History

Fri, 24 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Regularlabs.com
Regularlabs.com cache Cleaner Extension For Joomla
Vendors & Products Regularlabs.com
Regularlabs.com cache Cleaner Extension For Joomla

Thu, 23 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description Administrator URL purges did not consistently require a valid token and cache-management permission. Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in Cache Cleaner extension - Administrator URL purges did not consistently require a valid token and cache-management permission.

Thu, 23 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description Administrator URL purges did not consistently require a valid token and cache-management permission.
Title Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in Cache Cleaner extension
Weaknesses CWE-284
CWE-352
References

Subscriptions

Regularlabs.com Cache Cleaner Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-07-25T05:34:34.817Z

Reserved: 2026-07-20T18:35:16.486Z

Link: CVE-2026-64871

cve-icon Vulnrichment

Updated: 2026-07-24T19:36:37.337Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T10:16:51.980

Modified: 2026-07-24T20:18:19.543

Link: CVE-2026-64871

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T15:45:03Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-352

    Cross-Site Request Forgery (CSRF)