Lucene search
+L

878 matches found

CVE
CVE
added 2025/06/03 10:48 p.m.83 views

CVE-2025-24015

Deno (JavaScript/TypeScript/WebAssembly runtime) versions 1.46.0–2.1.6 suffer from a bug where AES-256-GCM and AES-128-GCM authentication tags are not validated, allowing tampered ciphertexts or incorrect keys to bypass integrity checks. The issue also affects AAD within GCM (set_aad), underminin...

8.7CVSS6.6AI score0.00265EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/06/03 10:48 p.m.4 views

CVE-2025-24015 Deno's AES GCM authentication tags are not verified

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS6.6AI score0.00265EPSS
SaveExploits1References4
OSV
OSV
added 2025/06/03 10:48 p.m.12 views

CVE-2025-24015 Deno's AES GCM authentication tags are not verified

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS6.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/06/03 10:48 p.m.27 views

CVE-2025-24015 Deno's AES GCM authentication tags are not verified

Deno is a JavaScript, TypeScript, and WebAssembly runtime. Versions 1.46.0 through 2.1.6 have an issue that affects AES-256-GCM and AES-128-GCM in Deno in which the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the...

8.7CVSS0.00265EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2025/06/03 12:00 a.m.18 views

PT-2025-23677 · Deno · Deno

Name of the Vulnerable Software and Affected Versions: Deno versions 1.46.0 through 2.1.6 Description: The issue affects AES-256-GCM and AES-128-GCM in Deno, where the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks...

8.7CVSS6.5AI score0.00265EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2025/06/03 12:00 a.m.16 views

Deno 数据伪造问题漏洞

Deno is a simple, modern and secure JavaScript and TypeScript runtime environment from Deno Open Source. A data forgery issue vulnerability exists in Deno versions 1.46.0 through 2.1.6, which stems from the AES-256-GCM and AES-128-GCM unvalidated authentication tags, and could lead to a failure o...

8.7CVSS6.5AI score0.00265EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 9:42 a.m.12 views

CVE-2024-23688

Consensys Discovery versions less than 0.4.5 uses the same AES/GCM nonce for the entire session. which should ideally be unique for every message. The node's private key isn't compromised, only the session key generated for specific peer communication is exposed...

5.3CVSS5.6AI score0.00489EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 5:11 p.m.12 views

CVE-2020-8897

A weak robustness vulnerability exists in the AWS Encryption SDKs for Java, Python, C and Javalcript prior to versions 2.0.0. Due to the non-committing property of AES-GCM and other AEAD ciphers such as AES-GCM-SIV or XChaCha20Poly1305 used by the SDKs to encrypt messages, an attacker can craft a...

8.1CVSS6.7AI score0.00399EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:59 a.m.13 views

CVE-2018-21058

An issue was discovered on Samsung mobile devices with N7.0, O8.0 exynos7420 or Exynos 8890/8996 chipsets software. Cache attacks can occur against the Keymaster AES-GCM implementation because T-Tables are used; the Cryptography Extension CE is not used. The Samsung ID is SVE-2018-12761 September...

9.8CVSS7.1AI score0.00275EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 6:12 a.m.15 views

CVE-2013-5548

The IKEv2 implementation in Cisco IOS, when AES-GCM or AES-GMAC is used, allows remote attackers to bypass certain IPsec anti-replay features via IPsec tunnel traffic, aka Bug ID CSCuj47795...

4.3CVSS7.1AI score0.01134EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/05/14 12:00 a.m.10 views

Alibaba Cloud Linux 3 : 0091: mod_auth_openidc:2.3 (ALINUX3-SA-2023:0091)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by a vulnerability as referenced in the ALINUX3-SA-2023:0091 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2023-37464: OpenIDC/cjose is a C library...

8.6CVSS7.5AI score0.0071EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/03/06 2:00 a.m.29 views

CVE-2025-27498

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS6.8AI score0.00122EPSS
SaveExploits0References1
NVD
NVD
added 2025/03/03 5:15 p.m.47 views

CVE-2025-27498

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS0.00122EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/03 4:52 p.m.94 views

CVE-2025-27498

The CVE-2025-27498 entry concerns a vulnerability in a pure Rust AES-GCM implementation where decrypt_in_place_detached can expose the decrypted plaintext even if the authentication tag is invalid. Root cause: in decrypt_in_place in asconcore.rs, a tag verification error is returned while the pla...

5.6CVSS6.7AI score0.00122EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/03 4:52 p.m.28 views

CVE-2025-27498 AEADs/ascon-aead: Plaintext exposed in decrypt_in_place_detached even on tag verification failure

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS6.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2025/03/03 4:52 p.m.53 views

CVE-2025-27498 AEADs/ascon-aead: Plaintext exposed in decrypt_in_place_detached even on tag verification failure

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS0.00122EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/03/03 4:52 p.m.90 views

CVE-2025-27498

aes-gcm is a pure Rust implementation of the AES-GCM. In decryptinplacedetached, the decrypted ciphertext which is the correct ciphertext is exposed even if the tag is incorrect. This is because in decryptinplace in asconcore.rs, tag verification causes an error to be returned with the plaintext...

5.6CVSS5.3AI score0.00122EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/03/03 12:00 a.m.12 views

aes-gcm 数据伪造问题漏洞

aes-gcm is a cryptographic algorithm in the aes-gcm open source. A data forgery issue vulnerability exists in aes-gcm versions prior to 0.4.3, which stems from the fact that decryption exposes the decrypted ciphertext even if the label is incorrect...

5.6CVSS6.4AI score0.00122EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2026-4941

Name of the Vulnerable Software and Affected Versions OpenSSL version 3.0 OpenSSL version 3.3 OpenSSL version 3.4 OpenSSL version 3.5 OpenSSL version 3.6 Description Parsing CMS AuthEnvelopedData or EnvelopedData messages with maliciously crafted AEAD Authenticated Encryption with Associated Data...

10CVSS7.5AI score0.47621EPSS
SaveExploits7References247
SUSE CVE
SUSE CVE
added 2024/12/21 3:15 a.m.6 views

SUSE CVE-2020-8912

A vulnerability in the in-band key negotiation exists in the AWS S3 Crypto SDK for GoLang versions prior to V2. An attacker with write access to the targeted bucket can change the encryption algorithm of an object in the bucket, which can then allow them to change AES-GCM to AES-CTR. Using this i...

2.5CVSS7AI score0.00231EPSS
SaveExploits1References3
Rows per page
Query Builder