cve/2017/CVE-2017-2784.md

18 lines
1011 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2017-2784](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-2784)
![](https://img.shields.io/static/v1?label=Product&message=mbed%20TLS&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Stack%20pointer%20vulnerability&color=brighgreen)
### Description
An exploitable free of a stack pointer vulnerability exists in the x509 certificate parsing code of ARM mbed TLS before 1.3.19, 2.x before 2.1.7, and 2.4.x before 2.4.2. A specially crafted x509 certificate, when parsed by mbed TLS library, can cause an invalid free of a stack pointer leading to a potential remote code execution. In order to exploit this vulnerability, an attacker can act as either a client or a server on a network to deliver malicious x509 certificates to vulnerable applications.
### POC
#### Reference
- http://www.talosintelligence.com/reports/TALOS-2017-0274/
#### Github
No PoCs found on GitHub currently.