Description
Joomla Extension - yootheme.com - Unauthenticated tag modifications in Zoo < 4.1.65 - The comment controller endpoint lacked ACL checks, allowing unauthorized tag modifications by unauthenticated users.
Published: 2026-08-20
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated modification of Zoo tags by bypassing ACL checks
Action: Apply Patch
AI Analysis

Impact

A flaw in the comment controller of the Zoo extension for Joomla allows anyone without authentication to modify tags associated with content. The missing access‑control checks let an attacker change tag data, potentially altering how items are classified or displayed and enabling defacement or content manipulation. This weakness is rooted in improper access control (CWE‑284) and cross‑site request forgery issues (CWE‑352).

Affected Systems

Joomla extension "Zoo" developed by yootheme.com. All versions below 4.1.65 are affected; the vulnerability exists in every release that predates 4.1.65 and can be encountered when the extension is installed in a Joomla site using any supported Joomla version.

Risk and Exploitability

The CVSS score of 6.9 classifies the issue as moderate severity, while the EPSS score of less than 1% indicates a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Because the endpoint is accessible to unauthenticated users and does not require any credentials, the likely attack vector is a simple HTTP request to the comment controller, potentially automated or used in conjunction with other site weaknesses. Exploitation requires no special conditions beyond reaching the vulnerable resource.

Generated by OpenCVE AI on August 20, 2026 at 21:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Zoo extension to version 4.1.65 or later, which eliminates the missing ACL checks.
  • If an upgrade is not immediately feasible, restrict write access to the comment controller endpoint by configuring the web server or .htaccess rules to deny unauthenticated POST requests to the affected route.
  • Deploy CSRF protection by ensuring that requests to modify tags require a valid session token or by implementing a custom access‑control check in the extension.

Generated by OpenCVE AI on August 20, 2026 at 21:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

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

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Yootheme.com
Yootheme.com zoo Extension For Joomla
Vendors & Products Yootheme.com
Yootheme.com zoo Extension For Joomla

Fri, 21 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 20 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Description Joomla Extension - yootheme.com - Unauthenticated tag modifications in Zoo < 4.1.65 - The comment controller endpoint lacked ACL checks, allowing unauthorized tag modifications by unauthenticated users.
Title Joomla Extension - yootheme.com - Unauthenticated tag modifications in Zoo < 4.1.65
Weaknesses CWE-284
CWE-352
References
Metrics cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Yootheme.com Zoo Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-21T04:51:12.935Z

Reserved: 2026-08-19T14:48:01.169Z

Link: CVE-2026-76610

cve-icon Vulnrichment

Updated: 2026-08-20T15:32:13.187Z

cve-icon NVD

Status : Deferred

Published: 2026-08-20T09:16:48.037

Modified: 2026-08-26T16:35:20.160

Link: CVE-2026-76610

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:15:56Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-352

    Cross-Site Request Forgery (CSRF)