First published: Fri Jul 14 2023(Updated: )
Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associated data can be mislead by removing adding or reordering such empty entries as these are ignored by the OpenSSL implementation. We are currently unaware of any such applications. The AES-SIV algorithm allows for authentication of multiple associated data entries along with the encryption. To authenticate empty data the application has to call EVP_EncryptUpdate() (or EVP_CipherUpdate()) with NULL pointer as the output buffer and 0 as the input buffer length. The AES-SIV implementation in OpenSSL just returns success for such a call instead of performing the associated data authentication operation. The empty data thus will not be authenticated. As this issue does not affect non-empty associated data authentication and we expect it to be rare for an application to use empty associated data entries this is qualified as Low severity issue.
Credit: openssl-security@openssl.org openssl-security@openssl.org openssl-security@openssl.org
Affected Software | Affected Version | How to fix |
---|---|---|
OpenSSL OpenSSL | >=3.0.0<=3.0.9 | |
OpenSSL OpenSSL | >=3.1.0<=3.1.1 | |
Netapp Management Services For Element Software And Netapp Hci | ||
NetApp ONTAP Select Deploy administration utility | ||
debian/openssl | 1.1.1w-0+deb11u1 1.1.1w-0+deb11u2 3.0.15-1~deb12u1 3.0.14-1~deb12u2 3.3.2-2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The vulnerability ID of this issue is CVE-2023-2975.
The severity rating of CVE-2023-2975 is medium with a score of 5.3.
The software affected by CVE-2023-2975 includes OpenSSL 3.0.0 to 3.0.9 and 3.1.0 to 3.1.1, Netapp Management Services for Element Software and Netapp HCI, and Apple watchOS.
The impact of CVE-2023-2975 is that applications using the AES-SIV algorithm may mistakenly authenticate empty data entries as associated data.
You can find more information about CVE-2023-2975 at the following references: [link1], [link2], [link3].