NA

CVE-2014-0346

Published: 07/04/2014 Updated: 07/11/2023

Vulnerability Summary

Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: CVE-2014-0160. Reason: This candidate is a reservation duplicate of CVE-2014-0160. Notes: All CVE users should reference CVE-2014-0160 instead of this candidate. All references and descriptions in this candidate have been removed to prevent accidental usage

Exploits

# Exploit Title: [OpenSSL TLS Heartbeat Extension - Memory Disclosure - Multiple SSL/TLS versions] # Date: [2014-04-09] # Exploit Author: [Csaba Fitzl] # Vendor Homepage: [wwwopensslorg/] # Software Link: [wwwopensslorg/source/openssl-101ftargz] # Version: [101f] # Tested on: [N/A] # CVE : [2014-0160] #!/usr/bin/env python ...
/* * CVE-2014-0160 heartbleed OpenSSL information leak exploit * ========================================================= * This exploit uses OpenSSL to create an encrypted connection * and trigger the heartbleed leak The leaked information is * returned within encrypted SSL packets and is then decrypted * and wrote to a file to annoy IDS/foren ...
#!/usr/bin/python # Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguinorg) # The author disclaims copyright to this source code import sys import struct import socket import time import select import re from optparse import OptionParser options = OptionParser(usage='%prog server [options]', description='Test ...
/* * CVE-2014-0160 heartbleed OpenSSL information leak exploit * ========================================================= * This exploit uses OpenSSL to create an encrypted connection * and trigger the heartbleed leak The leaked information is * returned within encrypted SSL packets and is then decrypted * and wrote to a file to annoy IDS/foren ...