Skip to content

Cross-Site Scripting in backbone

Moderate severity GitHub Reviewed Published Feb 18, 2019 to the GitHub Advisory Database • Updated Sep 13, 2023

Package

npm backbone (npm)

Affected versions

< 0.5.0

Patched versions

0.5.0

Description

Affected versions of backbone are vulnerable to cross-site scripting when users are allowed to supply input to the Model#Escape function, and the output is then written to the DOM.

The vulnerability occurs as a result of the regular expression used to encode metacharacters failing to take HTML Entities such as &#60; into account.

Recommendation

Update to version 0.5.0 or later.

References

Published to the GitHub Advisory Database Feb 18, 2019
Reviewed Jun 16, 2020
Last updated Sep 13, 2023

Severity

Moderate
5.4
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2016-10537

GHSA ID

GHSA-j6p2-cx3w-6jcp

Source code

No known source code
Checking history
See something to contribute? Suggest improvements for this vulnerability.