VYPR

crates.io package

ascon_aead

pkg:cargo/ascon_aead

Vulnerabilities (1)

  • CVE-2025-27498MedMar 3, 2025
    affected < 0.4.3fixed 0.4.3

    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 retur