Files
CVEs-PoC/2015/CVE-2015-5291.md
T
2024-06-18 02:51:15 +02:00

18 lines
1021 B
Markdown

### [CVE-2015-5291](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5291)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
Heap-based buffer overflow in PolarSSL 1.x before 1.2.17 and ARM mbed TLS (formerly PolarSSL) 1.3.x before 1.3.14 and 2.x before 2.1.2 allows remote SSL servers to cause a denial of service (client crash) and possibly execute arbitrary code via a long hostname to the server name indication (SNI) extension, which is not properly handled when creating a ClientHello message. NOTE: this identifier has been SPLIT per ADT3 due to different affected version ranges. See CVE-2015-8036 for the session ticket issue that was introduced in 1.3.0.
### POC
#### Reference
- https://guidovranken.wordpress.com/2015/10/07/cve-2015-5291/
#### Github
No PoCs found on GitHub currently.