Vulnerability Description
MapLibre GL JS is an interactive vector tile map library for web browsers. Prior to 6.4.1, DOM.sanitize() in src/util/dom.ts iterates elem.attributes as a live NamedNodeMap while removeAttributes() removes attributes from the same collection, shifting indexes and skipping an adjacent dangerous attribute. An attacker who controls untrusted third-party style attribution strings or user-supplied custom attributions can supply consecutive dangerous attributes, causing an attribute such as onload or ontoggle to survive sanitization and execute when the attribution control inserts the content into innerHTML. A victim must render the affected map content for the script to execute. This issue is fixed in version 6.4.1.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/maplibre/maplibre-gl-js/commit/1da69f3cd913a39fa948708e014786
- https://github.com/maplibre/maplibre-gl-js/pull/8189
- https://github.com/maplibre/maplibre-gl-js/releases/tag/v6.4.1
- https://github.com/maplibre/maplibre-gl-js/security/advisories/GHSA-jrc7-96c5-q5
FAQ
What is CVE-2026-85061?
CVE-2026-85061 is a vulnerability with a CVSS score of 10.0 (CRITICAL). MapLibre GL JS is an interactive vector tile map library for web browsers. Prior to 6.4.1, DOM.sanitize() in src/util/dom.ts iterates elem.attributes as a live NamedNodeMap while removeAttributes() re...
How severe is CVE-2026-85061?
CVE-2026-85061 has been rated CRITICAL with a CVSS base score of 10.0/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-85061?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.