
Cross-Site Scripting vulnerability in Leaflet <= 1.9.4. The bindPopup() method renders user-supplied input as raw HTML without sanitization, allowing arbitrary JavaScript execution.
bindPopup())cd leaflet-xss-poc
npm install
npm start
Open http://localhost:4200/, enter `` in the Description field, and click "Add Marker".