CVE-2006-4343
OpenSSL 0.9.7-0.9.7k and 0.9.8-0.9.8c - Denial of Service via Null Pointer Dereference in SSLv2 Client
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2006-4343. PoCs published by Noam Rathaus.
AI-analyzed exploit summary This exploit targets CVE-2006-4343 by crafting a malformed SSLv2 ServerHello packet to crash SSL clients. It listens on port 443 and sends a specially crafted packet with an invalid length field to trigger a denial-of-service condition.
Description
The get_server_hello function in the SSLv2 client code in OpenSSL 0.9.7 before 0.9.7l, 0.9.8 before 0.9.8d, and earlier versions allows remote servers to cause a denial of service (client crash) via unknown vectors that trigger a null pointer dereference.
Exploits (2)
This exploit targets CVE-2006-4343 by crafting a malformed SSLv2 ServerHello packet to crash SSL clients. It listens on port 443 and sends a specially crafted packet with an invalid length field to trigger a denial-of-service condition.
This exploit targets CVE-2006-4343, a denial-of-service vulnerability in OpenSSL. It crafts a malformed SSLv2 server hello packet to crash vulnerable client applications.