Exploitation Summary
EIP tracks 8 public exploits for CVE-2014-3566.
PoCs published by mpgn, mikesplain, jmonge12, including Metasploit module auxiliary/scanner/ssl/ssl_version.
AI-analyzed exploit summary This repository contains a proof-of-concept for the POODLE attack (CVE-2014-3566), demonstrating how to exploit the SSL 3.0 protocol vulnerability to decrypt secure communications. The code includes implementations of AES-256 CBC mode decryption and parallelized attacks to recover plaintext without knowing the encryption key.
Description
The SSL protocol 3.0, as used in OpenSSL through 1.0.1i and other products, uses nondeterministic CBC padding, which makes it easier for man-in-the-middle attackers to obtain cleartext data via a padding-oracle attack, aka the "POODLE" issue.
Exploits (8)
This repository contains a proof-of-concept for the POODLE attack (CVE-2014-3566), demonstrating how to exploit the SSL 3.0 protocol vulnerability to decrypt secure communications. The code includes implementations of AES-256 CBC mode decryption and parallelized attacks to recover plaintext without knowing the encryption key.
This repository contains a Chef cookbook designed to detect the POODLE vulnerability (CVE-2014-3566) by checking if SSLv3 is enabled on specified ports. It includes test suites for vulnerable and patched configurations.
This repository documents a security audit of a residential router, focusing on the detection of CVE-2014-3566 (POODLE) using Nmap scripts. It provides detailed methodology, tool usage, and evidence of vulnerability detection but does not include functional exploit code.
This repository contains a functional proof-of-concept for CVE-2014-3566 (POODLE), demonstrating a padding oracle attack against SSL 3.0. It includes a terminal-based UI for verifying SSL 3.0 support, testing LDAP binds, and executing the POODLE attack to recover plaintext data.
This repository contains a proof-of-concept for CVE-2014-3566 (POODLE attack), which exploits the SSLv3 padding oracle vulnerability. It includes client-side scripts to force SSLv3 connections and server-side MITM components to intercept and manipulate traffic.
This repository contains a proof-of-concept exploit for CVE-2014-3566, also known as the 'POODLE' vulnerability, which affects SSLv3. The code includes various utilities and configurations for testing the vulnerability, particularly in MacOS environments.
This repository provides CloudPassage Halo policies for detecting CVE-2014-3566 (POODLE) vulnerabilities in Red Hat hosts running Apache and Windows Server 2008/2012. It includes JSON policy files for scanning and remediation guidance.
This Metasploit module scans SSL/TLS services to detect supported versions and cipher suites, and checks for known vulnerabilities such as POODLE, DROWN, BEAST, and others. It does not exploit vulnerabilities but reports them for further analysis.
References (244)
Scores
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:L/I:N/A:N