Exploitation Summary
EIP tracks 1 public exploit for CVE-2014-0221. PoCs published by tpdlshdmlrkfmcla.
AI-analyzed exploit summary This repository contains a detailed writeup explaining the OpenSSL DTLS CVE-2014-0221 vulnerability, which allows a remote denial-of-service attack via a malformed DTLS handshake message. The README includes technical background on DTLS and OpenSSL, as well as code snippets illustrating the recursive function call in `dtls1_get_message_fragment`.
Description
The dtls1_get_message_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 allows remote attackers to cause a denial of service (recursion and client crash) via a DTLS hello message in an invalid DTLS handshake.
Exploits (1)
This repository contains a detailed writeup explaining the OpenSSL DTLS CVE-2014-0221 vulnerability, which allows a remote denial-of-service attack via a malformed DTLS handshake message. The README includes technical background on DTLS and OpenSSL, as well as code snippets illustrating the recursive function call in `dtls1_get_message_fragment`.