Exploitation Summary
CVE-2014-0224 has been observed exploited in the wild (reported by VulnCheck KEV).
EIP tracks 7 public exploits from researchers including Tripwire, ssllabs, secretnonempty, including a Metasploit module auxiliary/scanner/ssl/openssl_ccs.
AI-analyzed exploit summary This is a detection tool for CVE-2014-0224 (OpenSSL Change Cipher Spec Injection vulnerability). It tests for the presence of the vulnerability by sending crafted SSL/TLS packets to a target host and analyzing responses.
Description
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the "CCS Injection" vulnerability.
Exploits (7)
This is a detection tool for CVE-2014-0224 (OpenSSL Change Cipher Spec Injection vulnerability). It tests for the presence of the vulnerability by sending crafted SSL/TLS packets to a target host and analyzing responses.
This repository contains a Go-based scanner to test for CVE-2014-0224, an OpenSSL vulnerability allowing MITM attacks via ChangeCipherSpec injection. It performs TLS handshakes with modified configurations to detect vulnerable servers.
This repository contains a Go-based proof-of-concept exploit for CVE-2014-0224, a MITM vulnerability in OpenSSL 1.0.1* that allows an attacker to inject a ChangeCipherSpec message to downgrade the connection security. The exploit acts as a proxy to intercept and manipulate TLS handshakes.
This repository contains a Python script and a Perl script to evaluate hosts for CVE-2014-0224, a vulnerability in OpenSSL. The Python script uses nmap to check for open SSL ports and then executes the Perl script to perform a proof-of-concept injection test.
This PoC exploits CVE-2014-0224, a MITM vulnerability in OpenSSL's ChangeCipherSpec handling, by sending malformed CCS messages to trigger a DoS or potential RCE. The code includes a client and server component to test the vulnerability.
This Metasploit module scans for the OpenSSL CCS Injection vulnerability (CVE-2014-0224) by sending a malformed ChangeCipherSpec message during TLS handshake and checking for an alert response. It does not exploit the vulnerability but detects its presence.
This Metasploit module is a scanner for SSL/TLS vulnerabilities, specifically designed to interact with the SSL Labs API to assess server configurations. It does not contain offensive exploit code but rather queries the API for vulnerability data.
References (303)
Scores
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N