Skip to main content

MapLibre GL JS CVE-2026-85061

| EUVDEUVD-2026-70734 CRITICAL
Cross-site Scripting (XSS) (CWE-79)
2026-09-03 GitHub_M GHSA-jrc7-96c5-q579
10.0
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
10.0 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
vuln.today AI
4.7 MEDIUM

AC:H and UI:R because the app must render attacker-controlled attributions and a victim must load the map; client-side XSS gives S:C but only C:L/I:L, not the vendor's C:H/I:H.

3.1 AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:L/A:N
4.0 AV:N/AC:H/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

5
POC Analysis Generated
Sep 07, 2026 - 23:26 vuln.today
Patch available
Sep 03, 2026 - 22:02 EUVD
Source Code Evidence Fetched
Sep 03, 2026 - 21:01 vuln.today
Analysis Generated
Sep 03, 2026 - 21:01 vuln.today
CVE Published
Sep 03, 2026 - 20:18 cve.org
CRITICAL 10.0

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 11 npm packages depend on maplibre-gl (1 direct, 10 indirect)

Ecosystem-wide dependent count for version 6.4.1.

DescriptionCVE.org

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.

AnalysisAI

Cross-site scripting in MapLibre GL JS before 6.4.1 lets an attacker who controls map style attribution strings or user-supplied custom attributions bypass the library's HTML sanitizer and run arbitrary JavaScript in the victim's browser. The flaw is a sanitizer bug in DOM.sanitize(): iterating the live attributes collection while deleting attributes shifts indexes, so a dangerous event handler placed immediately after another removed attribute (e.g. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
technique details hidden
Delivery
technique details hidden
Exploit
technique details hidden
Execution
technique details hidden
Impact
technique details hidden

Vulnerability AssessmentAI

Exploitation Requires that the deploying application feeds attacker-controllable text into MapLibre's attribution control - specifically untrusted third-party style attribution strings or user-supplied custom attributions rendered by the attribution control (which writes to innerHTML). … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The vendor CVSS of 10.0 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N) substantially overstates real-world risk for a sanitizer-bypass XSS. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario Full exploit scenario with step-by-step reproduction available after sign-in.
Remediation Vendor-released patch: 6.4.1 - upgrade the maplibre-gl dependency to 6.4.1 or later (npm install maplibre-gl@^6.4.1) and rebuild/redeploy any bundles that embed it. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all applications using MapLibre GL JS and audit which accept user-controlled attribution data; implement immediate input validation or disable user-supplied attribution inputs. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-85061 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy