Files
CVEs-PoC/2020/CVE-2020-24613.md
T
2024-05-25 21:48:12 +02:00

18 lines
964 B
Markdown

### [CVE-2020-24613](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24613)
![](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 before 4.5.0 mishandles TLS 1.3 server data in the WAIT_CERT_CR state, within SanityCheckTls13MsgReceived() in tls13.c. This is an incorrect implementation of the TLS 1.3 client state machine. This allows attackers in a privileged network position to completely impersonate any TLS 1.3 servers, and read or modify potentially sensitive information between clients using the wolfSSL library and these TLS servers.
### POC
#### Reference
- https://research.nccgroup.com/2020/08/24/technical-advisory-wolfssl-tls-1-3-client-man-in-the-middle-attack/
#### Github
- https://github.com/alphaSeclab/sec-daily-2020