ember-source 1.3.1.1

1 security vulnerability found in version 1.3.1.1

Ember.js XSS Vulnerability With {{link-to}} Helper in Non-block Form

low severity CVE-2014-0046
low severity CVE-2014-0046
Patched versions: ~> 1.2.2, >= 1.3.2
Unaffected versions: < 1.2.0

In general, Ember.js escapes or strips any user-supplied content before inserting it in strings that will be sent to innerHTML. However, a change made to the implementation of the {{link-to}} helper means that any user-supplied data bound to the {{link-to}} helper's title attribute will not be escaped correctly.

In applications that use the {{link-to}} helper in non-block form and bind the title attribute to user-supplied content, a specially-crafted payload could execute arbitrary JavaScript in the context of the current domain ("XSS").

All users running an affected release and binding user-supplied data to the {{link-to}} helper's title attribute should either upgrade or use one of the workarounds immediately.

No officially reported memory leakage issues detected.


This gem version does not have any officially reported memory leaked issues.

No license issues detected.


This gem version has a license in the gemspec.

This gem version is available.


This gem version has not been yanked and is still available for usage.