
Leaflet <= 1.9.4 におけるクロスサイトスクリプティング(XSS)の脆弱性。bindPopup() メソッドは、ユーザー指定の入力をサニタイズせずに生のHTMLとして描画するため、任意のJavaScriptが実行される可能性があります。
bindPopup() に渡される)cd leaflet-xss-poc
npm install
npm start
http://localhost:4200/ を開き、「Description」フィールドに `` と入力し、「Add Marker」をクリックします。