nuclei-templates/network/detection/dropbear-cbc-ciphers.yaml

33 lines
731 B
YAML
Raw Normal View History

2022-11-22 18:28:08 +00:00
id: dropbear-cbc-ciphers
info:
name: Dropbear sshd CBC Mode Ciphers Detection
author: pussycat0x
severity: low
description: |
The SSH server is configured to support Cipher Block Chaining (CBC) encryption. This may allow an attacker to recover the plaintext message from the ciphertext.
2022-11-23 18:15:18 +00:00
remediation: |
Disable CBC Ciphers.
2022-11-23 07:02:38 +00:00
reference: |
https://www.tenable.com/plugins/nessus/70658
2022-11-22 18:28:08 +00:00
metadata:
max-request: 2
2022-11-22 18:28:08 +00:00
verified: true
shodan-query: 'product:"Dropbear sshd"'
tags: network,ssh,dropbear
tcp:
2022-11-22 18:28:08 +00:00
- inputs:
- data: "\n"
2022-11-24 18:35:59 +00:00
2022-11-22 18:28:08 +00:00
host:
- "{{Hostname}}"
- "{{Host}}:22"
2022-11-24 18:35:59 +00:00
2022-11-22 18:28:08 +00:00
matchers:
- type: word
words:
- "cbc"
2022-12-02 11:49:56 +00:00
- "SSH-"
2022-12-02 11:50:59 +00:00
condition: and