CVE-2026-76612
Received Received - Intake

Unauthenticated Stored XSS in YOOtheme Zoo Extension

Vulnerability report for CVE-2026-76612, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: Joomla! Project

Description

Joomla Extension - yootheme.com - Unauthenticated stored XSS via user-controlled fields in Zoo < 4.1.66 - User supplied input in comments and user supplied field elements weren't escaped, leading to a stored XSS vector.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-21
Last Modified
2026-08-21
Generated
2026-08-21
AI Q&A
2026-08-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
yootheme zoo to 4.1.66 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an unauthenticated stored cross-site scripting (XSS) vulnerability in the Joomla Extension Zoo from yootheme.com. User-controlled input in comments and custom fields was not properly escaped, allowing malicious scripts to be stored and executed when other users view the page.

Detection Guidance

This vulnerability involves stored XSS in Joomla's Zoo extension versions before 4.1.66. To detect it, inspect user comments and custom fields in Zoo for unsanitized input. Check extension version with: grep -r 'Zoo' /path/to/joomla/extensions. Look for stored payloads like <script> tags in database fields.

Impact Analysis

An attacker could exploit this to inject malicious scripts into web pages viewed by other users. This could lead to session hijacking, defacement, or theft of sensitive data like cookies or credentials if users interact with the compromised content.

Compliance Impact

This vulnerability could lead to unauthorized access to user data, violating GDPR's data protection principles and HIPAA's security requirements for safeguarding protected health information. Organizations may face compliance violations if user data is compromised.

Mitigation Strategies

Immediately update the Zoo extension to version 4.1.66 or later. If updating is not possible, disable the Zoo extension or restrict user input fields. Review and sanitize all stored user-generated content in comments and custom fields.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76612. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart