CVE-2026-71286

Source
https://cve.org/CVERecord?id=CVE-2026-71286
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-71286.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-71286
Published
2026-08-05T12:26:31.793Z
Modified
2026-08-07T03:46:54.178731234Z
Severity
  • 6.1 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N CVSS Calculator
Summary
ember-dynamic-render-template Client-Side Template Injection via Unsanitized templateString
Details

The render-template component of ember-dynamic-render-template (addon/components/render-template.js) passes its templateString property directly into Ember/Glimmer's compileTemplate() (from @ember/template-compilation) with no sanitization, allow-listing, or validation of the input. Because compileTemplate() dynamically compiles and renders the supplied string as a live Handlebars/Glimmer template, any application that renders attacker-influenced data through this component's templateString property is exposed to client-side template injection: an attacker-controlled Handlebars expression is compiled and executed in the context of the rendering component, which can be leveraged for cross-site scripting depending on what helpers/context are exposed to the compiled template.

Database specific
{
    "cna_assigner": "TuranSec",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/71xxx/CVE-2026-71286.json",
    "cwe_ids": [
        "CWE-1336"
    ]
}
References

Affected packages

Git / github.com/miguelcobain/ember-dynamic-render-template

Affected ranges

Type
GIT
Repo
https://github.com/miguelcobain/ember-dynamic-render-template
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "0.0.6"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v0.*
v0.0.1
v0.0.2
v0.0.3
v0.0.4
v0.0.5
v0.0.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-71286.json"