CVE-2006-4924
OpenSSH < 4.4 - Denial of Service via Duplicate Block SSH Packet
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-4924. PoCs published by Tavis Ormandy.
AI-analyzed exploit summary This script exploits CVE-2006-4924, a DoS vulnerability in OpenSSH, by sending a maliciously crafted packet with a spoofed CRC32 checksum to trigger a denial-of-service condition. It uses netcat to communicate with the target and includes a custom CRC32 implementation in bash.
Description
sshd in OpenSSH before 4.4, when using the version 1 SSH protocol, allows remote attackers to cause a denial of service (CPU consumption) via an SSH packet that contains duplicate blocks, which is not properly handled by the CRC compensation attack detector.
Exploits (1)
This script exploits CVE-2006-4924, a DoS vulnerability in OpenSSH, by sending a maliciously crafted packet with a spoofed CRC32 checksum to trigger a denial-of-service condition. It uses netcat to communicate with the target and includes a custom CRC32 implementation in bash.