CVE-2026-71286 Details
Description
The render-template component of ember-dynamic-render-template (addon/components/render-template.js) passes its property directly into Ember/Glimmer's compileTemplate (from @ember/template-compilation) with no sanitization, allow-listing, or validation of the input.
A client-side template injection vulnerability has been identified in the render-template component of the ember-dynamic-render-template addon, specifically in versions prior to 0.0.6. The issue arises because the component passes the templateString property directly to Ember's compileTemplate() function without any input validation or sanitization. This allows attacker-controlled Handlebars expressions to be compiled and executed in the context of the rendering component, potentially leading to cross-site scripting (XSS) vulnerabilities, depending on the exposed helpers and context.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 5, 2026CISA-ADP
Assessed Aug 5, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/miguelcobain/ember-dynamic-render-template | TuranSec | Vendor |
| https://github.com/miguelcobain/ember-dynamic-render-template/blob/master/addon/components/render-template.js | TuranSec | Source CodeVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1336 | Improper Neutralization of Special Elements Used in a Template Engine | TuranSec |
Affected Products
| Product | Versions |
|---|---|
| ember-dynamic-render-template | 0.0.6 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | TuranSec |
| Aug 5, 2026 | CVE Modified | CISA-ADP |
| Aug 5, 2026 | New CVE Received | TuranSec |
Volerion