Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Unauthenticated network endpoint with no UI gives AV:N/AC:L/PR:N/UI:N; arbitrary file write/param change yields I:H, and arbitrary file deletion adds limited availability impact (A:L), no confidentiality.
Primary rating from Vendor (Joomla).
CVSS VectorVendor: Joomla
Lifecycle Timeline
3DescriptionCVE.org
The Helix3 plugin for Joomla exposes an ajax handler task, that allows unauthenticated attackers to delete arbitrary files, write arbitrary JSON files and update template parameters.
AnalysisAI
Improper access control in the Helix3 template framework extension for Joomla (versions 1.0 through 3.1.1) exposes an AJAX handler task that lets remote unauthenticated attackers delete arbitrary files, write arbitrary JSON files, and modify template parameters. Because the handler performs no authentication or authorization check, an attacker can corrupt site configuration or destroy files without credentials. There is no public exploit identified at time of analysis, but the issue is automatable per CISA SSVC and carries a CVSS 7.5 (High) due to its network-reachable, unauthenticated integrity impact.
Technical ContextAI
Helix3 is JoomShaper's widely used template/page-building framework for the Joomla CMS, installed as a system plugin/extension that ships theming and AJAX configuration endpoints. The flaw is classified as CWE-284 (Improper Access Control): an AJAX 'task' handler is reachable through Joomla's front-controller dispatch (typically index.php?option=...&task=...) without verifying the caller's identity or privileges. As a result, privileged template-management operations - file deletion, writing JSON parameter files, and updating template parameters - are exposed to anonymous requests. The affected component is identified by CPE cpe:2.3:a:joomshaper.com:helix3_extension_for_joomla:*:*:*:*:*:*:*:*, with all versions from 1.0 up to and including 3.1.1 in scope.
RemediationAI
No vendor-released patch version is identified in the available data; affected versions are listed as 1.0 through 3.1.1, which implies a fixed release likely exists above 3.1.1, but no exact patched version is confirmed here, so upgrade to the latest Helix3 build published by JoomShaper and confirm the fix version directly with the vendor at https://www.joomshaper.com/ before relying on it. As a compensating control until patched, restrict or block external access to the Helix3 AJAX task endpoint at the web server or WAF layer (for example, deny anonymous requests to the option/task parameters used by Helix3's ajax handler), which prevents exploitation but may break legitimate template-builder AJAX functionality for administrators; alternatively, place template-management paths behind authentication or IP allowlisting, accepting that this reduces admin convenience. Monitor web logs for anonymous requests hitting the Helix3 ajax task and for unexpected file deletions or modified template JSON parameter files. Reference: https://nvd.nist.gov/vuln/detail/CVE-2026-49049.
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40122
GHSA-xr7r-292v-jxg8