CVE-2014-0013:
Ember.js Cross-site Scripting vulnerability
5.4
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.42886%
CWE
Published
5/14/2022
Updated
1/27/2023
KEV Status
No
Technology
Ruby
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ember-source | rubygems | >= 1.0.0.pre4.0, < 1.0.1 | 1.0.1 |
ember-source | rubygems | >= 1.1.0, < 1.1.3 | 1.1.3 |
ember-source | rubygems | >= 1.2.0.beta.1, < 1.2.1 | 1.2.1 |
ember-source | rubygems | >= 1.3.0.beta.1, < 1.3.1 | 1.3.1 |
ember-source | rubygems | = 1.4.0-beta.1 | 1.4.0-beta.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability description explicitly links XSS exploitation to templates using {{this}}
with user-supplied primitive values. This indicates the root cause is in the template engine's handling of the {{this}}
special variable when the context is a non-object primitive. The HTMLBars subsystem (Ember's template engine) would be responsible for rendering this value without proper escaping. While exact file paths aren't provided in available resources, Ember's architecture places template rendering logic in HTMLBars packages. The confidence is high because the attack vector directly maps to template engine behavior described in advisories, even without specific commit diffs.