Description
Joomla Extension - yootheme.com - Unauthenticated SQL injection in ItemController::element() in Zoo < 4.1.64 - The filter_type request value is interpolated into the query as a.type = "..." and the type_filter array as a.type IN ("..."), with no quoting or escaping.
Published: 2026-08-19
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Zoo extension for Joomla version 4.1.64 and earlier contains an unauthenticated SQL injection flaw within the ItemController::element() method. The vulnerability arises because the filter_type request parameter and values supplied in the type_filter array are concatenated directly into a SQL query without any quoting or escaping. This omission lets an attacker inject arbitrary SQL statements into the query. The effect is the ability for a remote attacker to read, modify, or delete data from the Joomla database, and potentially cause further damage if additional application logic is affected.

Affected Systems

Zoo extension for Joomla by yootheme.com, versions older than 4.1.64.

Risk and Exploitability

The CVSS score of 9.3 reflects a high severity with full attacker's privileges gained via unauthenticated HTTP requests to the affected endpoint. EPSS score is < 1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, indicating no known widespread exploitation yet. The lack of input sanitization means any crafted request can execute malicious SQL, which may also expose sensitive information such as user credentials or content data. The high CVSS score indicates that even with low prior likelihood, the potential impact is significant.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Zoo extension to version 4.1.64 or higher to apply the vendor‑provided SQL injection fix.
  • Disable the Zoo extension or related components if not in use, to reduce attack surface.
  • Implement a Web Application Firewall or input filtering rules to block SQL injection patterns on the Joomla site, focusing on endpoints handling filter_type and type_filter.

Generated by OpenCVE AI on August 20, 2026 at 17:17 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

Thu, 20 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 19 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
Description Joomla Extension - yootheme.com - Unauthenticated SQL injection in ItemController::element() in Zoo < 4.1.64 - The filter_type request value is interpolated into the query as a.type = "..." and the type_filter array as a.type IN ("..."), with no quoting or escaping.
Title Joomla Extension - yootheme.com - Unauthenticated SQL injection in Zoo < 4.1.64
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 9.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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:44:26.098Z

Reserved: 2026-08-16T13:48:13.135Z

Link: CVE-2026-74804

cve-icon Vulnrichment

Updated: 2026-08-20T15:53:25.603Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T14:17:39.643

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

Link: CVE-2026-74804

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:16:35Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')