37 lines
963 B
YAML
37 lines
963 B
YAML
id: CVE-2020-35338
|
|
|
|
info:
|
|
author: Jeya Seelan
|
|
severity: critical
|
|
name: 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.
|
|
reference:
|
|
- https://jeyaseelans.medium.com/cve-2020-35338-9e841f48defa
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-35338
|
|
tags: cve,cve2020,wmt,default-login
|
|
|
|
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.80
|
|
cve-id: CVE-2020-35338
|
|
cwe-id: CWE-798
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/server/"
|
|
headers:
|
|
Authorization: "Basic OnBva29u"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "<title>WMT Server playout"
|
|
|
|
# Enhanced by mp on 2022/04/28
|