Description
A flaw was found in the Qute template engine, which is used by Quarkus to generate dynamic content like HTML pages or emails. The issue exists in the component responsible for looking up data values (ReflectionValueResolver), which fails to properly block access to sensitive Java internal functions when processing certain data types like Enums. An attacker who can provide or influence the template text can exploit this bypass to take control of the server by executing unauthorized commands.
Published: 2026-08-31
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The flaw resides in Qute's ReflectionValueResolver, which fails to block access to internal Java functions when handling data types such as Enums. This oversight permits an attacker who can supply or influence template text to inject malicious content that bypasses the template engine’s defenses, ultimately allowing the execution of arbitrary server‑side commands.

Affected Systems

The vulnerability affects Red Hat’s JBoss Enterprise Application Platform Expansion Pack, the Red Hat build of Apache Camel 4 for Quarkus 3, and the Red Hat build of Quarkus. Versions impacted are not explicitly listed in the advisory, so any deployment that incorporates the affected Qute engine—particularly the Red Hat builds referenced—remains potentially vulnerable.

Risk and Exploitability

With a CVSS score of 8.8 the flaw carries a high severity rating, and the EPSS score is unavailable, yet the lack of KEV listing does not diminish the risk; attackers who can manipulate template input can exploit the vulnerability without special preparation. The attack would involve supplying crafted template code that triggers the unchecked reflection look‑up, resulting in remote code execution on the host.

Generated by OpenCVE AI on August 31, 2026 at 13:20 UTC.

Remediation

Vendor Workaround

Applications utilizing the Quarkus Qute template engine should ensure that untrusted input is not directly incorporated into template content. Restricting access to the application's template rendering functionality to trusted sources can reduce the attack surface.


OpenCVE Recommended Actions

  • Apply the latest vendor patch or update to a fixed version of Quarkus Qute when released.
  • Restrict the scope of template rendering so that only trusted, internal code can provide template content; deny untrusted user input from directly influencing templates.
  • Validate and sanitize all user‑supplied data before passing it to the template engine, ensuring that enumeration or other internal types cannot be inadvertently resolved.
  • Disable or limit reflection‑based value resolution in Qute where possible, or configure the engine to operate in a safe mode that disallows access to internal Java functions.

Generated by OpenCVE AI on August 31, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
CPEs cpe:/a:redhat:apache_camel_quarkus:3.33
cpe:/a:redhat:quarkus:3
Vendors & Products Redhat apache Camel Quarkus
Redhat quarkus
References

Fri, 04 Sep 2026 15:15:00 +0000

Type Values Removed Values Added
Title Io.quarkus/quarkus-qute: quarkus-qute:server-side template injection (ssti) vulnerability in reflectionvalueresolver of the quarkus qute template engine Io.quarkus:quarkus-qute: quarkus-qute:server-side template injection (ssti) vulnerability in reflectionvalueresolver of the quarkus qute template engine

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Title Quarkus-qute: io.quarkus.qute.reflectionvalueresolver: quarkus:server-side template injection (ssti) vulnerability in reflectionvalueresolver of the quarkus qute template engine Io.quarkus/quarkus-qute: quarkus-qute:server-side template injection (ssti) vulnerability in reflectionvalueresolver of the quarkus qute template engine

Thu, 03 Sep 2026 18:45:00 +0000

Type Values Removed Values Added
First Time appeared Redhat apache Camel Quarkus
CPEs cpe:/a:redhat:apache_camel_quarkus:3.33
Vendors & Products Redhat apache Camel Quarkus
References

Tue, 01 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


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

Type Values Removed Values Added
First Time appeared Redhat build Of Apache Camel For Quarkus
Redhat build Of Quarkus
Redhat jboss Enterprise Application Platform Expansion Pack
Vendors & Products Redhat build Of Apache Camel For Quarkus
Redhat build Of Quarkus
Redhat jboss Enterprise Application Platform Expansion Pack

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 12:30:00 +0000

Type Values Removed Values Added
Description A flaw was found in the Qute template engine, which is used by Quarkus to generate dynamic content like HTML pages or emails. The issue exists in the component responsible for looking up data values (ReflectionValueResolver), which fails to properly block access to sensitive Java internal functions when processing certain data types like Enums. An attacker who can provide or influence the template text can exploit this bypass to take control of the server by executing unauthorized commands.
Title Quarkus-qute: io.quarkus.qute.reflectionvalueresolver: quarkus:server-side template injection (ssti) vulnerability in reflectionvalueresolver of the quarkus qute template engine
First Time appeared Redhat
Redhat camel Quarkus
Redhat jbosseapxp
Redhat quarkus
Weaknesses CWE-1336
CPEs cpe:/a:redhat:camel_quarkus:3
cpe:/a:redhat:jbosseapxp
cpe:/a:redhat:quarkus:3
Vendors & Products Redhat
Redhat camel Quarkus
Redhat jbosseapxp
Redhat quarkus
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'}


Subscriptions

Redhat Build Of Apache Camel For Quarkus Build Of Quarkus Camel Quarkus Jboss Enterprise Application Platform Expansion Pack Jbosseapxp
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-11T17:30:12.771Z

Reserved: 2026-06-22T12:14:04.768Z

Link: CVE-2026-12894

cve-icon Vulnrichment

Updated: 2026-08-31T14:32:42.486Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-31T13:17:20.753

Modified: 2026-09-11T18:16:56.137

Link: CVE-2026-12894

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-31T11:30:40Z

Links: CVE-2026-12894 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-1336

    Improper Neutralization of Special Elements Used in a Template Engine