CVE-2022-38152
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.
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (2.74%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
An 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.
- CVSS 3.1
- 7.5 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- EPSS
- 2.74% probability · 85th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-754
- Affected
- wolfssl/wolfssl
- Source
- cve@mitre.org
References
- http://packetstormsecurity.com/files/170604/wolfSSL-Session-Resumption-Denial-Of-Service.htmlExploit, Third Party Advisory
- http://seclists.org/fulldisclosure/2023/Jan/7Exploit, Mailing List, Third Party Advisory
- https://blog.trailofbits.com/2023/01/12/wolfssl-vulnerabilities-tlspuffin-fuzzing-ssh/Third Party Advisory
- https://github.com/tlspuffin/tlspuffinNot Applicable
- https://github.com/wolfSSL/wolfssl/pull/5468Exploit, Patch, Third Party Advisory
- https://github.com/wolfSSL/wolfssl/releasesRelease Notes
- https://www.wolfssl.com/docs/security-vulnerabilities/Vendor Advisory
- http://packetstormsecurity.com/files/170604/wolfSSL-Session-Resumption-Denial-Of-Service.htmlExploit, Third Party Advisory
- http://seclists.org/fulldisclosure/2023/Jan/7Exploit, Mailing List, Third Party Advisory
- https://blog.trailofbits.com/2023/01/12/wolfssl-vulnerabilities-tlspuffin-fuzzing-ssh/Third Party Advisory
- https://github.com/tlspuffin/tlspuffinNot Applicable
- https://github.com/wolfSSL/wolfssl/pull/5468Exploit, Patch, Third Party Advisory
- https://github.com/wolfSSL/wolfssl/releasesRelease Notes
- https://www.wolfssl.com/docs/security-vulnerabilities/Vendor Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.