Improper Verification of Cryptographic Signature in AEADs aes-gcm - CVE-2023-42811

 

Improper Verification of Cryptographic Signature in AEADs aes-gcm - CVE-2023-42811

Published: October 3, 2023


Vulnerability identifier: #VU81449
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2023-42811
CWE-ID: CWE-347
Exploitation vector: Local access
Exploit availability: No public exploit available
Vendor: Rust Crypto
Affected software:
AEADs aes-gcm

Detailed vulnerability description

The vulnerability allows a local user to gain access to sensitive information.

The vulnerability exists due to an error in AES GCM implementation of decrypt_in_place_detached. The decrypted ciphertext (i.e. the correct plaintext) is exposed even if tag verification fails. A local user can gain access to sensitive information.


How to mitigate CVE-2023-42811

Install updates from vendor's website.

Sources