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.
Published: 2026-08-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect via unsanitized base64 redirect parameter
Action: Assess Impact
AI Analysis

Impact

A crafted base64‑encoded redirect parameter is accepted by the Helix Ultimate extension without any validation to confirm that the resolved URL is internal. The flaw allows an attacker to redirect users to arbitrary external sites, potentially leading to phishing or other malicious payloads. This vulnerability is categorized under CWE‑601 and can be abused without authentication when a user follows a malicious link.

Affected Systems

The issue affects joomshaper.com's Helix Ultimate Joomla extension for versions earlier than 2.2.10. Any Joomla installation that uses this extension and remains on a vulnerable version is at risk.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. With the EPSS score unavailable and the vulnerability not listed in CISA KEV, the likelihood of immediate exploitation is unclear, but the open redirect can be used for social engineering or to bypass same‑origin policies. An attacker could embed a malicious link that constructs a base64 string resolving to an external domain and share it with users or embed it in other content. Successful exploitation would divert users to attacker‑controlled sites, enabling credential theft, malware downloads, or further web‑based attacks.

Generated by OpenCVE AI on August 31, 2026 at 15:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Helix Ultimate extension to version 2.2.10 or newer, which implements proper validation of redirect targets.
  • If an upgrade is not possible immediately, disable or remove any code paths that accept external redirect parameters, or enforce strict internal URL checks before redirecting.
  • Implement application or network layer monitoring to detect and block suspicious redirect attempts, and consider using a web application firewall rule that rejects redirects containing Base64‑encoded query strings.

Generated by OpenCVE AI on August 31, 2026 at 15:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
First Time appeared Joomshaper
Joomshaper helix3 Extension For Joomla
Vendors & Products Joomshaper
Joomshaper helix3 Extension For Joomla

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 14:00:00 +0000

Type Values Removed Values Added
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.
Title Joomla Extension - joomshaper.com - Privileged File Upload Bypass via Content Spoofing in Helix Ultimate < 2.2.10
Weaknesses CWE-601
References
Metrics cvssV4_0

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


Subscriptions

Joomshaper Helix3 Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-09-01T13:59:40.324Z

Reserved: 2026-08-22T14:23:37.801Z

Link: CVE-2026-78079

cve-icon Vulnrichment

Updated: 2026-08-31T14:24:47.626Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T14:17:24.397

Modified: 2026-08-31T19:33:11.197

Link: CVE-2026-78079

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T21:15:05Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')