Exploitation Summary
EIP tracks 3 public exploits for CVE-2014-0195.
PoCs published by ricedu, PezwariNaan, including Metasploit module auxiliary/dos/ssl/dtls_fragment_overflow.
AI-analyzed exploit summary This PoC exploits a heap overflow vulnerability in OpenSSL (CVE-2014-0195) by sending maliciously crafted DTLS handshake fragments to trigger a denial-of-service (DoS) condition. The exploit constructs two oversized handshake fragments and sends them via UDP to the target.
Description
The dtls1_reassemble_fragment function in d1_both.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly validate fragment lengths in DTLS ClientHello messages, which allows remote attackers to execute arbitrary code or cause a denial of service (buffer overflow and application crash) via a long non-initial fragment.
Exploits (3)
This PoC exploits a heap overflow vulnerability in OpenSSL (CVE-2014-0195) by sending maliciously crafted DTLS handshake fragments to trigger a denial-of-service (DoS) condition. The exploit constructs two oversized handshake fragments and sends them via UDP to the target.
This Python script exploits CVE-2014-0195 by leveraging WordPress's XML-RPC `system.multicall` method to perform brute-force login attempts. It batches multiple login requests into a single HTTP request to bypass rate-limiting and checks for successful authentication.
This Metasploit module exploits a buffer overflow in OpenSSL's DTLS implementation (CVE-2014-0195) by sending maliciously crafted fragmented DTLS ClientHello messages, causing a denial of service (DoS). The exploit constructs fragments with mismatched lengths to trigger the overflow.