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

19 lines
923 B
Markdown

### [CVE-2015-7744](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7744)
![](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
wolfSSL (formerly CyaSSL) before 3.6.8 does not properly handle faults associated with the Chinese Remainder Theorem (CRT) process when allowing ephemeral key exchange without low memory optimizations on a server, which makes it easier for remote attackers to obtain private RSA keys by capturing TLS handshakes, aka a Lenstra attack.
### POC
#### Reference
- http://www.oracle.com/technetwork/topics/security/bulletinapr2016-2952098.html
- http://www.oracle.com/technetwork/topics/security/cpujan2016-2367955.html
#### Github
- https://github.com/Live-Hack-CVE/CVE-2015-7744