Files
CVEs-PoC/2017/CVE-2017-13099.md
T
2025-09-29 21:09:30 +02:00

19 lines
764 B
Markdown

### [CVE-2017-13099](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-13099)
![](https://img.shields.io/static/v1?label=Product&message=wolfSSL&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3C3.12.2%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-203&color=brightgreen)
### Description
wolfSSL prior to version 3.12.2 provides a weak Bleichenbacher oracle when any TLS cipher suite using RSA key exchange is negotiated. An attacker can recover the private key from a vulnerable wolfSSL application. This vulnerability is referred to as "ROBOT."
### POC
#### Reference
- http://www.kb.cert.org/vuls/id/144389
- https://robotattack.org/
#### Github
No PoCs found on GitHub currently.