CVE-2026-75114
Received Received - Intake

Open Redirect in YOOtheme Zoo Extension

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

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: Joomla! Project

Description

Joomla Extension - yootheme.com - Open redirect in CommentController::twitterAuthenticate() in Zoo < 4.1.64 - The referer request parameter is passed straight to setRedirect() with no validation.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

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

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an open redirect issue in the Joomla extension Zoo, specifically in the CommentController::twitterAuthenticate() function. The problem occurs because the referer request parameter is passed directly to setRedirect() without validation, allowing attackers to manipulate the URL to redirect users to malicious sites.

Detection Guidance

Check if the Joomla Zoo extension version is below 4.1.64. Inspect HTTP requests for the referer parameter in CommentController::twitterAuthenticate() to see if it redirects without validation.

Impact Analysis

This vulnerability could allow attackers to trick users into visiting malicious websites by redirecting them from a trusted Joomla site. Users might unknowingly disclose sensitive information or download malware if they follow the malicious link.

Compliance Impact

This vulnerability allows open redirect attacks due to unvalidated referer parameters, which could be exploited to trick users into visiting malicious sites. While not directly impacting GDPR or HIPAA compliance, such vulnerabilities may lead to unauthorized data exposure or phishing attacks, potentially violating privacy and security requirements under these regulations.

Mitigation Strategies

Update the Zoo extension to version 4.1.64 or later. If an update is unavailable, disable the extension or implement input validation for the referer parameter in the affected function.

Chat Assistant

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

EPSS Chart