CVE-2015-0204
OpenSSL < 0.9.8zd, 1.0.0 < 1.0.0p, 1.0.1 < 1.0.1k - RSA-to-EXPORT_RSA Downgrade Attack via Weak Ephemeral RSA Key
Title source: llmExploitation Summary
EIP tracks 5 public exploits for CVE-2015-0204. PoCs published by anthophilee, AbhishekGhosh, scottjpack.
AI-analyzed exploit summary This repository contains a Python-based scanner tool (A2SV) designed to detect multiple SSL/TLS vulnerabilities, including CVE-2015-0204 (FREAK Attack). It automates the scanning process for various CVEs by leveraging Python scripts and dependencies.
Description
The ssl3_get_key_exchange function in s3_clnt.c in OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k allows remote SSL servers to conduct RSA-to-EXPORT_RSA downgrade attacks and facilitate brute-force decryption by offering a weak ephemeral RSA key in a noncompliant role, related to the "FREAK" issue. NOTE: the scope of this CVE is only client code based on OpenSSL, not EXPORT_RSA issues associated with servers or other TLS implementations.
Exploits (5)
This repository contains a Python-based scanner tool (A2SV) designed to detect multiple SSL/TLS vulnerabilities, including CVE-2015-0204 (FREAK Attack). It automates the scanning process for various CVEs by leveraging Python scripts and dependencies.
This repository contains a BASH script to test for the FREAK Attack (CVE-2015-0204) by checking if a server supports EXPORT-grade cipher suites. It automates OpenSSL-based testing as described by Akamai.
This is a multithreaded Python scanner designed to detect SSL EXP Ciphers vulnerable to CVE-2015-0204 (FREAK attack). It uses OpenSSL to test for export-grade cipher suites on a list of provided IPs or CIDR ranges.
This repository contains a Bash script that checks if a server is vulnerable to CVE-2015-0204 (FREAK attack) by testing for support of EXPORT cipher suites. It uses OpenSSL to test connections and outputs results in a CSV file.
This repository provides an Ansible playbook to patch OpenSSL vulnerabilities CVE-2015-0291 and CVE-2015-0204 on RedHat-based systems. It includes instructions for testing vulnerability status and applying patches.