Merge pull request #6127 from projectdiscovery/Dropbear-sshd-CBC-Mode-Ciphers-Detection

Dropbear sshd CBC Mode Ciphers Detection
patch-1
Prince Chaddha 2022-12-02 17:22:53 +05:30 committed by GitHub
commit f348bdb00f
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: 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.
remediation: |
Disable CBC Ciphers.
reference: |
https://www.tenable.com/plugins/nessus/70658
metadata:
verified: true
shodan-query: 'product:"Dropbear sshd"'
tags: network,ssh,dropbear
network:
- inputs:
- data: "\n"
host:
- "{{Hostname}}"
- "{{Host}}:22"
matchers:
- type: word
words:
- "cbc"
- "SSH-"
condition: and