First published: Tue Feb 20 2024(Updated: )
In wolfSSL prior to 5.6.6, if callback functions are enabled (via the WOLFSSL_CALLBACKS flag), then a malicious TLS client or network attacker can trigger a buffer over-read on the heap of 5 bytes (WOLFSSL_CALLBACKS is only intended for debugging).
Credit: facts@wolfssl.com
Affected Software | Affected Version | How to fix |
---|---|---|
wolfSSL | <5.6.6 |
The fix for this issue is located in the following GitHub Pull Request: https://github.com/wolfSSL/wolfssl/pull/6949/ https://github.com/wolfSSL/wolfssl/pull/6949/
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-6936 is classified as a medium severity vulnerability due to the potential buffer over-read it poses.
To fix CVE-2023-6936, upgrade to wolfSSL version 5.6.6 or later where this issue has been resolved.
CVE-2023-6936 can allow a malicious TLS client or network attacker to trigger a buffer over-read, potentially leading to information leakage.
CVE-2023-6936 affects wolfSSL versions prior to 5.6.6.
Enabling WOLFSSL_CALLBACKS is not safe for production environments due to the vulnerability introduced in CVE-2023-6936.