mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-02 16:11:39 +02:00
18 lines
964 B
Markdown
18 lines
964 B
Markdown
### [CVE-2020-24613](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-24613)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|