ember-source 1.0.0.rc2.2
Ember.js Potential XSS Exploit With User-Supplied Data When Using {{group}} Helper
medium severity CVE-2014-0014~> 1.0.1
, ~> 1.1.3
, ~> 1.2.1
, ~> 1.3.1
, >= 1.4.0.beta.2
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 using the {{group}}
helper, user supplied content in the template was not
being sanitized. Though the vulnerability exists in Ember.js proper, it is only
exposed via the use of an experimental plugin.
In applications that use the {{group}}
helper, a specially-crafted payload
could execute arbitrary JavaScript in the context of the current domain
("XSS").
This vulnerability only affects applications that use the {{group}}
helper
to display user-provided content.
Ember.js Potential XSS Exploit With User-Supplied Data When Binding Primitive Values
medium severity CVE-2014-0013~> 1.0.1
, ~> 1.1.3
, ~> 1.2.1
, ~> 1.3.1
, >= 1.4.0.beta.2
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.
No officially reported memory leakage issues detected.
This gem version does not have any officially reported memory leaked issues.
Gem version without a license.
Unless a license that specifies otherwise is included, nobody can use, copy, distribute, or modify this library without being at risk of take-downs, shake-downs, or litigation.
This gem version is available.
This gem version has not been yanked and is still available for usage.