Files
CVEs-PoC/2014/CVE-2014-8176.md
T
2024-05-26 14:27:05 +02:00

21 lines
1.0 KiB
Markdown

### [CVE-2014-8176](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-8176)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20n%2Fa%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
The dtls1_clear_queues function in ssl/d1_lib.c in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h frees data structures without considering that application data can arrive between a ChangeCipherSpec message and a Finished message, which allows remote DTLS peers to cause a denial of service (memory corruption and application crash) or possibly have unspecified other impact via unexpected application data.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/Live-Hack-CVE/CVE-2014-8176
- https://github.com/chnzzh/OpenSSL-CVE-lib
- https://github.com/xaviermerino/ECE1552