Advisory Database
  • Advisories
  • Dependency Scanning
  1. gem
  2. ›
  3. ember-source
  4. ›
  5. CVE-2014-0013

CVE-2014-0013: Potential XSS Exploit With User-Supplied Data When Binding

February 15, 2018 (updated August 13, 2018)

In general, Ember.js escapes or strips any user-supplied content before inserting it in strings that will be sent to innerHTML. However, we have identified a vulnerability that could lead to unescaped content being inserted into the innerHTML string without being sanitized. When a primitive value is used as the Handlebars context, that value is not properly escaped. An example of this would be using the {{each}} helper to iterate over an array of user-supplied strings and using {{this}} inside the block to display each string. In applications that contain templates whose context is a primitive value and use the {{this}} keyword to display that value, a specially-crafted payload could execute arbitrary JavaScript in the context of the current domain (“XSS”). This vulnerability affects applications that contain templates whose context is set to a user-supplied primitive value (such as a string or number) and also contain the {{this}} special Handlebars variable to display the value.

References

  • github.com/emberjs/ember.js/commit/3130e4d70c0a6865879a1c68028cfc3c6feca66c
  • groups.google.com/forum/

Code Behaviors & Features

Detect and mitigate CVE-2014-0013 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.0.1, all versions starting from 1.1.0 before 1.1.2, version 1.2.0, version 1.3.0, version 1.4.0.beta.1

Fixed versions

  • 1.0.1
  • 1.1.3
  • 1.2.1
  • 1.3.1
  • 1.4.0.beta.2

Solution

Upgrade to versions 1.0.1, 1.1.3, 1.2.1, 1.3.1, 1.4.0.beta.2 or above.

Impact 5.4 MEDIUM

CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

gem/ember-source/CVE-2014-0013.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:34 +0000.