Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2014-0160 PoC — OpenSSL 缓冲区错误漏洞

Source
Associated Vulnerability
Title:OpenSSL 缓冲区错误漏洞 (CVE-2014-0160)
Description:The (1) TLS and (2) DTLS implementations in OpenSSL 1.0.1 before 1.0.1g do not properly handle Heartbeat Extension packets, which allows remote attackers to obtain sensitive information from process memory via crafted packets that trigger a buffer over-read, as demonstrated by reading private keys, related to d1_both.c and t1_lib.c, aka the Heartbleed bug.
Readme
## This check is for demostration only. 
# cmty-ssl-heartbleed-CVE-2014-0160-HTTP-HTTPS
Targets the OpenSSL product directly on discovered HTTP and HTTPS services. This does not check for OpenSSL 1.0.2-beta which is vulnerable. Also, OpenSSL is commonly packaged into other software and better targeted on any service responding using SSL. 

##### Note: This check is version checking and does not test the vulnerability directly. 

### Other Routes for detection. 
- discover and extract a list of ports and targets using SSL from `nmap -A -T4 --xml targets` 
Loop through target hosts with NMAP 6.3+ `nmap -sV -p targethostPorts --xml --script=ssl-heartbleed.nse targethost` 
- `masscan targethosts -p0-65535 --rate 100000 --heartbleed`
- bleed.py can be used `python3.exe bleed.py targethost -p targetport` 

File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →