AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-27498

UNKNOWN · CVSS N/A EPSS 0.12% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-03-03 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-27498
Severity
UNKNOWN
CVSS
N/A
EPSS
0.12%

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