ALAS2023-2023-054


Amazon Linux 2023 Security Advisory: ALAS-2023-054
Advisory Release Date: 2023-02-17 20:45 Pacific
Advisory Updated Date: 2023-02-22 23:37 Pacific
Severity: Medium

Issue Overview:

AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimized implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wasn't written. In the special case of "in place" encryption, sixteen bytes of the plaintext would be revealed. (CVE-2022-2097)

OpenSSL supports creating a custom cipher via the legacy EVP_CIPHER_meth_new() function and associated function calls. This function was deprecated in OpenSSL 3.0 and application authors are instead encouraged to use the new provider mechanism in order to implement custom ciphers. OpenSSL versions 3.0.0 to 3.0.5 incorrectly handle legacy custom ciphers passed to the EVP_EncryptInit_ex2(), EVP_DecryptInit_ex2() and EVP_CipherInit_ex2() functions (as well as other similarly named encryption and decryption initialisation functions). Instead of using the custom cipher directly it incorrectly tries to fetch an equivalent cipher from the available providers. An equivalent cipher is found based on the NID passed to EVP_CIPHER_meth_new(). This NID is supposed to represent the unique NID for a given cipher. However it is possible for an application to incorrectly pass NID_undef as this value in the call to EVP_CIPHER_meth_new(). When NID_undef is used in this way the OpenSSL encryption/decryption initialisation function will match the NULL cipher as being equivalent and will fetch this from the available providers. This will succeed if the default provider has been loaded (or if a third party provider has been loaded that offers this cipher). Using the NULL cipher means that the plaintext is emitted as the ciphertext. Applications are only affected by this issue if they call EVP_CIPHER_meth_new() using NID_undef and subsequently use it in a call to an encryption/decryption initialisation function. Applications that only use SSL/TLS are not impacted by this issue. Fixed in OpenSSL 3.0.6 (Affected 3.0.0-3.0.5). (CVE-2022-3358)


Affected Packages:

openssl


Issue Correction:
Run dnf update openssl --releasever=2023.0.20230222 to update your system.

New Packages:
aarch64:
    openssl-libs-debuginfo-3.0.8-1.amzn2023.0.1.aarch64
    openssl-debuginfo-3.0.8-1.amzn2023.0.1.aarch64
    openssl-perl-3.0.8-1.amzn2023.0.1.aarch64
    openssl-libs-3.0.8-1.amzn2023.0.1.aarch64
    openssl-3.0.8-1.amzn2023.0.1.aarch64
    openssl-debugsource-3.0.8-1.amzn2023.0.1.aarch64
    openssl-devel-3.0.8-1.amzn2023.0.1.aarch64

src:
    openssl-3.0.8-1.amzn2023.0.1.src

x86_64:
    openssl-libs-debuginfo-3.0.8-1.amzn2023.0.1.x86_64
    openssl-perl-3.0.8-1.amzn2023.0.1.x86_64
    openssl-debuginfo-3.0.8-1.amzn2023.0.1.x86_64
    openssl-libs-3.0.8-1.amzn2023.0.1.x86_64
    openssl-3.0.8-1.amzn2023.0.1.x86_64
    openssl-debugsource-3.0.8-1.amzn2023.0.1.x86_64
    openssl-devel-3.0.8-1.amzn2023.0.1.x86_64