nuclei-templates/network/misconfig/dropbear-weakmac.yaml

38 lines
881 B
YAML
Raw Normal View History

id: dropbear-weakmac
2022-11-22 18:29:56 +00:00
info:
name: Dropbear Weak MAC Algorithms Enabled
2022-11-22 18:29:56 +00:00
author: pussycat0x
2022-11-22 18:33:32 +00:00
severity: low
2022-11-22 18:29:56 +00:00
description: |
The mac-alg command specifies which MAC algorithms in the SSH client profile for SSH encryption negotiation with an SFTP server when the DataPower Gateway acts as an SFTP client.
2022-11-23 18:12:39 +00:00
remediation: |
Disable MD5 and 96-bit MAC algorithms.
2022-11-23 07:04:04 +00:00
reference: |
https://www.virtuesecurity.com/kb/ssh-weak-mac-algorithms-enabled
2022-11-22 18:29:56 +00:00
metadata:
max-request: 2
2022-11-22 18:29:56 +00:00
verified: true
shodan-query: 'product:"Dropbear sshd"'
tags: network,ssh,dropbear,misconfig
2022-11-22 18:29:56 +00:00
tcp:
2022-11-22 18:29:56 +00:00
- inputs:
- data: "\n"
2022-11-24 18:16:58 +00:00
2022-11-22 18:29:56 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:22"
2022-11-24 18:16:58 +00:00
2022-12-02 11:58:09 +00:00
matchers-condition: and
2022-11-22 18:29:56 +00:00
matchers:
2022-11-24 18:32:02 +00:00
- type: word
words:
- "hmac-md5"
- "hmac-sha1"
condition: or
2022-12-02 11:58:09 +00:00
- type: word
words:
- "SSH-"