CVE-2026-78079
Received Received - Intake

Open Redirect Vulnerability in Helix Ultimate Joomla Extension

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

Publication date: 2026-08-31

Last updated on: 2026-08-31

Assigner: Joomla! Project

Description

Joomla Extension - joomshaper.com - Open Redirect via Base64 Return Parameter in Helix Ultimate < 2.2.10 - Return redirect parameters accepted arbitrary Base64 strings without verifying whether the resolved target was an internal site URL via Uri::isInternal.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
joomshaper helix_ultimate to 2.2.10 (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 flaw in Joomla Extension Helix Ultimate versions before 2.2.10. It allows attackers to manipulate redirect parameters using arbitrary Base64 strings without validating if the target URL is internal. This could trick users into visiting malicious external sites.

Detection Guidance

To detect this vulnerability, inspect Joomla sites using Helix Ultimate versions below 2.2.10 for open redirect flaws via Base64 parameters. Check server logs for suspicious redirect URLs containing base64-encoded values pointing to external domains. Use tools like grep to search for 'base64_decode' or 'base64' in template files. Verify if the 'return' parameter in URLs accepts arbitrary Base64 strings without validation.

Impact Analysis

Attackers could exploit this to redirect users to phishing sites, malware downloads, or other malicious pages. Users might unknowingly expose sensitive data or install harmful software. Website owners may face reputational damage and loss of user trust.

Compliance Impact

This vulnerability could lead to data breaches or unauthorized access, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. Organizations may face fines or legal penalties for non-compliance due to insufficient safeguards.

Mitigation Strategies

Update Helix Ultimate to version 2.2.10 or later to address the Base64 redirect parameter issue. Review server logs for suspicious redirect attempts and disable Base64-based redirect parameters if not required.

Chat Assistant

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

EPSS Chart