n issue was discovered in wolfSSL before 5.5.0. When a TLS 1.3 client connects to a wolfSSL server and SSL_clear is called on its session, the server crashes with a segmentation fault. This occurs in the second session, which is created through TLS session resumption and reuses the initial struct WOLFSSL. If the server reuses the previous session structure (struct WOLFSSL) by calling wolfSSL_clear(WOLFSSL* ssl) on it, the next received Client Hello (that resumes the previous session) crashes the server. Note that this bug is only triggered when resuming sessions using TLS session resumption. Only servers that use wolfSSL_clear instead of the recommended SSL_free; SSL_new sequence are affected. Furthermore, wolfSSL_clear is part of wolfSSL's compatibility layer and is not enabled by default. It is not part of wolfSSL's native API.
21 Nov 2024, 07:15
| Type | Values Removed | Values Added |
|---|---|---|
| References | () http://packetstormsecurity.com/files/170604/wolfSSL-Session-Resumption-Denial-Of-Service.html - Exploit, Third Party Advisory | |
| References | () http://seclists.org/fulldisclosure/2023/Jan/7 - Exploit, Mailing List, Third Party Advisory | |
| References | () https://blog.trailofbits.com/2023/01/12/wolfssl-vulnerabilities-tlspuffin-fuzzing-ssh/ - Third Party Advisory | |
| References | () https://github.com/tlspuffin/tlspuffin - Not Applicable | |
| References | () https://github.com/wolfSSL/wolfssl/pull/5468 - Exploit, Patch, Third Party Advisory | |
| References | () https://github.com/wolfSSL/wolfssl/releases - Release Notes | |
| References | () https://www.wolfssl.com/docs/security-vulnerabilities/ - Vendor Advisory |
Published : 2022-08-31 17:15
Updated : 2024-11-21 07:15
NVD link : CVE-2022-38152
Mitre link : CVE-2022-38152
CVE.ORG link : CVE-2022-38152
JSON object : View
Improper Check for Unusual or Exceptional Conditions