nuclei-templates/cnvd/2020/CNVD-2020-67113.yaml

52 lines
1.1 KiB
YAML
Raw Normal View History

id: CNVD-2020-67113
2022-04-04 08:16:17 +00:00
info:
name: H5S CONSOLE - Unauthorized Access
2022-04-04 08:16:17 +00:00
author: ritikchaddha
severity: medium
description: H5S CONSOLE is susceptible to an unauthorized access vulnerability.
reference:
- https://vul.wangan.com/a/CNVD-2020-67113
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-425
2022-07-06 09:20:31 +00:00
metadata:
verified: true
shodan-query: http.title:"H5S CONSOLE"
tags: cnvd,cnvd2020,h5s,unauth,h5sconsole
2022-04-04 08:16:17 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/v1/GetSrc"
- "{{BaseURL}}/api/v1/GetDevice"
2022-04-04 13:06:10 +00:00
stop-at-first-match: true
2022-04-04 08:16:17 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-04-04 08:16:17 +00:00
words:
- 'strUser'
2022-04-04 12:58:41 +00:00
- 'strPasswd'
2022-04-04 08:16:17 +00:00
condition: and
- type: word
part: body
words:
- 'H5_AUTO'
2022-04-04 12:58:41 +00:00
- 'H5_DEV'
condition: or
2022-04-04 08:16:17 +00:00
- type: word
part: header
words:
- "application/json"
2022-04-04 08:16:17 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/07/06