Description
openEQUELLA versions before 2026.1.0 contain a remote code execution vulnerability in FreeMarker template compilation due to an unsandboxed TemplateClassResolver configuration. Authenticated attackers can inject malicious template expressions through collection summaries, dashboard portlets, or MIME templates to instantiate dangerous classes like freemarker.template.utility.Execute and invoke Runtime.exec for arbitrary command execution.
Published: 2026-09-20
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability stems from an unsandboxed TemplateClassResolver in the FreeMarker template engine. Authenticated users can inject malicious template expressions through collection summaries, dashboard portlets, or MIME templates, enabling the instantiation of dangerous classes such as freemarker.template.utility.Execute. This class can invoke Runtime.exec, allowing attackers to run arbitrary commands on the host and fully compromise the system.

Affected Systems

The affected product is OpenEQUELLA from openequella. Versions before 2026.1.0 contain the flaw; no specific patch version list is provided beyond the release that fixes the issue.

Risk and Exploitability

With a CVSS score of 8.7 the vulnerability is high severity. The EPSS score is not available and the CVE is not listed in CISA KEV. Attackers need authentication to inject into permissible templates, but once authenticated they can achieve complete remote code execution. The risk is significant for installations that expose template editing capabilities to users with sufficient privileges.

Generated by OpenCVE AI on September 20, 2026 at 12:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to OpenEQUELLA 2026.1.0 or a later release that removes the unsandboxed TemplateClassResolver.
  • If an upgrade cannot be performed immediately, disable or tightly restrict the TemplateClassResolver configuration so it only resolves sandboxed classes and does not permit execution of arbitrary Java classes.
  • Implement any vendor‑recommended configuration changes that limit template expression capabilities and enforce that only authorized users can create or modify templates.

Generated by OpenCVE AI on September 20, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description openEQUELLA versions before 2026.1.0 contain a remote code execution vulnerability in FreeMarker template compilation due to an unsandboxed TemplateClassResolver configuration. Authenticated attackers can inject malicious template expressions through collection summaries, dashboard portlets, or MIME templates to instantiate dangerous classes like freemarker.template.utility.Execute and invoke Runtime.exec for arbitrary command execution.
Title openEQUELLA before 2026.1.0 Remote Code Execution via FreeMarker Template Injection
Weaknesses CWE-1336
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-20T11:33:55.754Z

Reserved: 2026-09-20T11:20:53.683Z

Link: CVE-2026-94109

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T12:17:06.620

Modified: 2026-09-20T12:17:06.620

Link: CVE-2026-94109

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T12:30:17Z

Weaknesses
  • CWE-1336

    Improper Neutralization of Special Elements Used in a Template Engine