AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71286

MEDIUM · CVSS 6.1 EPSS 0.15% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The render-template component in ember-dynamic-render-template is vulnerable due to the direct passing of the `templateString` property into the compileTemplate() function without proper input sanitization or validation. This flaw allows for client-side template injection, enabling attackers to execute arbitrary Handlebars expressions, potentially leading to cross-site scripting (XSS) attacks. Developers and organizations using this component should prioritize addressing this vulnerability to safeguard against potential exploitation in their applications.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71286
Severity
MEDIUM
CVSS
6.1
EPSS
0.15%

Original NVD 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.