#VU84842 Cryptographic issues in wolfSSL - CVE-2024-1543
Published: December 28, 2023 / Updated: September 4, 2024
wolfSSL
wolfSSL
Description
The vulnerability allows a remote attacker to gain access to sensitive information.
A side channel vulnerability with AES T-Tables is possible in a very controlled environment where precision sub-cache-line inspection can happen, such as inside an Intel SGX enclave. This can lead to recovery of the AES key. To prevent this type of attack, wolfSSL added an AES bitsliced implementation which can be enabled with the "--enable-aes-bitsliced" configure option.