
Find real vulnerabilities before they ship
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.
Base Score
5.6| Package (Ecosystem) | Introduced | Fixed | Limit |
|---|---|---|---|
| ascon_aead(crates.io) | 0 | 0.4.3 | N/A |
| Base Score | 5.6 |
|---|---|
| Vector String | CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:A/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X |
| Base Severity | Medium |
| Version | 4.0 |
| Attack Vector (AV) | LOCAL |