CVE-2025-27498 - AES-GCM Exposes Decrypted Ciphertext on Incorrect Tag
CVE ID : CVE-2025-27498 Published : March 3, 2025, 5:15 p.m. | 1 hour, 14 minutes ago Description : aes-gcm is a pure Rust implementation of the AES-GCM. In decrypt_in_place_detached, the decrypted ciphertext (which is the correct ciphertext) is exposed even if the tag is incorrect. This is because in decrypt_inplace in asconcore.rs, tag verification causes an error to be returned with the plaintext contents still in buffer. The vulnerability is fixed in 0.4.3. Severity: 0.0 | NA Visit the link for more details, such as CVSS details, affected products, timeline, and more...

Published : March 3, 2025, 5:15 p.m. | 1 hour, 14 minutes ago
Description : aes-gcm is a pure Rust implementation of the AES-GCM. In decrypt_in_place_detached, the decrypted ciphertext (which is the correct ciphertext) is exposed even if the tag is incorrect. This is because in decrypt_inplace in asconcore.rs, tag verification causes an error to be returned with the plaintext contents still in buffer. The vulnerability is fixed in 0.4.3.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...