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 :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-11-22 18:28:08 +00:00
verified : true
shodan-query : 'product:"Dropbear sshd"'
tags : network,ssh,dropbear
2023-04-27 04:28:59 +00:00
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