CVE-2009-1386
OpenSSL < 0.9.8i - Denial of Service via DTLS ChangeCipherSpec Packet
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2009-1386.
PoCs published by Jon Oberheide, including Metasploit module auxiliary/dos/ssl/dtls_changecipherspec.
AI-analyzed exploit summary This exploit sends a malformed DTLS ChangeCipherSpec packet to trigger a segmentation fault in OpenSSL versions prior to 0.9.8i. It constructs a UDP packet with a specific payload and sends it to the target server, causing a denial of service.
Description
ssl/s3_pkt.c in OpenSSL before 0.9.8i allows remote attackers to cause a denial of service (NULL pointer dereference and daemon crash) via a DTLS ChangeCipherSpec packet that occurs before ClientHello.
Exploits (2)
This exploit sends a malformed DTLS ChangeCipherSpec packet to trigger a segmentation fault in OpenSSL versions prior to 0.9.8i. It constructs a UDP packet with a specific payload and sends it to the target server, causing a denial of service.
This Metasploit module exploits a Denial of Service (DoS) vulnerability in OpenSSL versions 0.9.8i and earlier by sending a malformed DTLS ChangeCipherSpec datagram before a ClientHello, causing the service to crash.