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

32 lines
983 B
YAML
Raw Normal View History

id: dropbear-weakalgo
2022-11-22 18:28:59 +00:00
info:
name: Dropbear sshd Weak Key Exchange Algorithms Enabled
2022-11-22 18:28:59 +00:00
author: pussycat0x
severity: low
description: |
The SSH key exchange algorithm is fundamental to keep the protocol secure. It is what allows two previously unknown parties to generate a shared key in plain sight, and have that secret remain private to the client and server. Over time, some implementations of this algorithm have been identified as weak or vulnerable.
2022-11-23 18:14:28 +00:00
remediation: |
Disable the weak algorithms.
2022-11-23 07:01:40 +00:00
reference: |
2022-11-23 07:04:47 +00:00
https://www.virtuesecurity.com/kb/ssh-weak-key-exchange-algorithms-enabled
2022-11-22 18:28:59 +00:00
metadata:
verified: true
shodan-query: 'product:"Dropbear sshd"'
tags: network,ssh,dropbear,misconfig
2022-11-22 18:28:59 +00:00
network:
- inputs:
- data: "\n"
2022-11-24 18:33:45 +00:00
2022-11-22 18:28:59 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:22"
2022-11-24 18:33:45 +00:00
2022-11-22 18:28:59 +00:00
matchers:
- type: word
words:
- "diffie-hellman-group-exchange-sha1"
- "diffie-hellman-group1-sha1"
condition: or