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.
Published: 2026-08-19
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Zoo extension for Joomla allows an attacker to craft a request that injects a malicious referer value, which is forwarded directly to the application’s redirect method without validation. This flaw permits the attacker to redirect authenticated or unauthenticated users to arbitrary external sites. While it does not provide direct code execution or data exfiltration, the redirected users may be exposed to phishing or malware sites, thereby compromising user trust and potentially leading to credential theft.

Affected Systems

The vulnerability affects the Zoo extension from yootheme.com for Joomla in all releases earlier than version 4.1.64. Any site that installs or uses those older versions is potentially impacted.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate risk level. The EPSS score of 0.00295 indicates a very low likelihood of exploitation, and the issue is not listed in the CISA KEV catalog, suggesting limited known exploitation. The likely attack vector is web-based, with attackers sending crafted URLs or form submissions that include a manipulated referer header to trigger the redirect.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Zoo extension to version 4.1.64 or later, which removes the unvalidated redirect handling.
  • If an immediate upgrade is not possible, modify the redirect logic to validate the target URL against a whitelist of trusted domains before invoking the redirect method.
  • Review web application logs for unexpected redirect patterns and consider blocking or monitoring suspicious requests to reduce the risk of phishing exploitation.

Generated by OpenCVE AI on August 20, 2026 at 17:15 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': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
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.
Title Joomla Extension - yootheme.com - Open redirect in CommentController::twitterAuthenticate() in Zoo < 4.1.64
Weaknesses CWE-601
References
Metrics cvssV4_0

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


Subscriptions

Yootheme.com Zoo Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-21T04:47:56.526Z

Reserved: 2026-08-17T17:51:11.409Z

Link: CVE-2026-75114

cve-icon Vulnrichment

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

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-75114

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')