In wolfSSL before 5.5.2, if callback functions are enabled (via the WOLFSSL_CALLBACKS flag), then a malicious TLS 1.3 client or network attacker can trigger a buffer over-read on the heap of 5 bytes. (WOLFSSL_CALLBACKS is only intended for debugging.)
The product reads data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://www.wolfssl.com/docs/security-vulnerabilities/ | vendor advisory |
https://github.com/wolfSSL/wolfssl/releases | third party advisory release notes |
https://github.com/wolfSSL/wolfssl/releases/tag/v5.5.2-stable | third party advisory release notes |
http://seclists.org/fulldisclosure/2023/Jan/11 | third party advisory mailing list |
http://packetstormsecurity.com/files/170610/wolfSSL-WOLFSSL_CALLBACKS-Heap-Buffer-Over-Read.html | third party advisory |
https://blog.trailofbits.com/2023/01/12/wolfssl-vulnerabilities-tlspuffin-fuzzing-ssh/ |