Versions 1.x prior to 1.6.6 and 2.x prior to 2.2.4 of mapbox.js
are vulnerable to a cross-site-scripting attack in certain uncommon usage scenarios.
If L.mapbox.map
or L.mapbox.shareControl
are used in a manner that gives users control of the TileJSON content, it is possible to inject script content into the name value of the TileJSON. After clicking on the share control, the malicious code will execute in the context of the page using Mapbox.js.
Version 1.x: Update to version 1.6.6 or later. Version 2.x: Update to version 2.2.4 or later.
{ "nvd_published_at": "2017-07-17T13:18:00Z", "github_reviewed_at": "2020-06-16T21:51:13Z", "severity": "MODERATE", "github_reviewed": true, "cwe_ids": [ "CWE-79" ] }