NONE · 0

CVE-2025-27498

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 ...

Vulnerability 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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2025-27498?

CVE-2025-27498 is a documented vulnerability. 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 ...

How severe is CVE-2025-27498?

CVSS scoring is not yet available for CVE-2025-27498. Check NVD for updates.

Is there a patch for CVE-2025-27498?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.