CVE-2026-12894 PUBLISHED

Quarkus-qute: io.quarkus.qute.reflectionvalueresolver: quarkus:server-side template injection (ssti) vulnerability in reflectionvalueresolver of the quarkus qute template engine

Assigner: redhat
Reserved: 22.06.2026 Published: 31.08.2026 Updated: 31.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor Red Hat
Product Red Hat build of Apache Camel 4 for Quarkus 3
Versions Default: affected
Vendor Red Hat
Product Red Hat build of Apache Camel 4 for Quarkus 3
Versions Default: affected
Vendor Red Hat
Product Red Hat build of Apache Camel 4 for Quarkus 3
Versions Default: affected
Vendor Red Hat
Product Red Hat build of Quarkus
Versions Default: affected
Vendor Red Hat
Product Red Hat JBoss Enterprise Application Platform Expansion Pack
Versions Default: affected
Vendor Red Hat
Product Red Hat JBoss Enterprise Application Platform Expansion Pack
Versions Default: affected
Vendor Red Hat
Product Red Hat JBoss Enterprise Application Platform Expansion Pack
Versions Default: affected

Workarounds

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.

Credits

  • Red Hat would like to thank icysun for reporting this issue.

References

Problem Types

  • Improper Neutralization of Special Elements Used in a Template Engine CWE