Improper Verification of Cryptographic Signature in Deno - CVE-2025-24015
Published: April 23, 2026
Deno
Detailed vulnerability description
The vulnerability allows a remote attacker to bypass ciphertext integrity checks.
The vulnerability exists due to improper cryptographic verification in the AES-GCM decryption implementation when processing AES-128-GCM or AES-256-GCM ciphertexts. A remote attacker can supply tampered ciphertext, an incorrect key, or modified authenticated data to bypass ciphertext integrity checks.
Authenticated data provided with set_aad is also not effectively validated.