Description
Joomla Extension - joomshaper.com - Privileged File Upload Bypass via Content Spoofing in Helix Ultimate < 2.2.10 - Image uploads previously validated only file extension and basic size parameters. Non-image files disguised with raster extensions could be uploaded. Added strict MIME verification and GD binary raster decoding (imagecreatefromstring) to reject invalid/malformed images fail-closed.
Published: 2026-08-31
Score: 8.9 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Helix Ultimate extension for Joomla only checked file extensions and size for uploaded images. A malicious user could upload a non‑image file – such as a PHP script – disguised with a raster extension, bypassing validation. The vulnerability, classified as CWE‑434, allows the attacker to place arbitrary files on the server that can then be executed, granting the attacker full code execution on the host.

Affected Systems

All installations of the Helix Ultimate extension from joomshaper.com running a version earlier than 2.2.10. The vulnerability affects the Joomla component that handles image uploads through that extension.

Risk and Exploitability

The CVSS score of 8.9 indicates a high severity. The exploitability is high because the upload function is exposed to users with privileged upload rights, a common interface for site administrators. No EPSS value is available, and the issue is not listed in CISA’s KEV catalog, but the logical attack path – upload a malicious file and trigger execution – is straightforward and should be treated as a significant risk.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Helix Ultimate update (v2.2.10 or later).
  • Restrict file upload privileges so that only trusted administrators can use the upload feature.
  • Implement strict MIME type verification and image decoding checks in the upload handler to ensure that only valid raster images are accepted and malformed files are rejected.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description Joomla Extension - joomshaper.com - Privileged File Upload Bypass via Content Spoofing in Helix Ultimate < 2.2.10 - Image uploads previously validated only file extension and basic size parameters. Non-image files disguised with raster extensions could be uploaded. Added strict MIME verification and GD binary raster decoding (imagecreatefromstring) to reject invalid/malformed images fail-closed.
Title Joomla Extension - joomshaper.com - Privileged File Upload Bypass via Content Spoofing in Helix Ultimate < 2.2.10
Weaknesses CWE-434
References
Metrics cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-08-31T14:26:14.262Z

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

Link: CVE-2026-78078

cve-icon Vulnrichment

Updated: 2026-08-31T14:26:11.472Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-31T15:17:58.270

Link: CVE-2026-78078

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T15:30:04Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type