Security Advisory

CVE-2016-10537

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2018-05-31 20:00:00
Last updated 2024-09-17 04:14:50
Assigner hackerone
CVSS score not scored
State PUBLISHED

Description

backbone is a module that adds in structure to a JavaScript heavy application through key-value pairs and custom events connecting to your RESTful API through JSON There exists a potential Cross Site Scripting vulnerability in the `Model#Escape` function of backbone 0.3.3 and earlier, if a user is able to supply input. This is due to the regex that's replacing things to miss the conversion of things such as `<` to `<`.