VYPR

crates.io package

aes-gcm

pkg:cargo/aes-gcm

Vulnerabilities (1)

  • CVE-2023-42811Sep 22, 2023
    affected >= 0.10.0, < 0.10.3fixed 0.10.3

    aes-gcm is a pure Rust implementation of the AES-GCM. Starting in version 0.10.0 and prior to version 0.10.3, in the AES GCM implementation of decrypt_in_place_detached, the decrypted ciphertext (i.e. the correct plaintext) is exposed even if tag verification fails. If a program