Lucene search
+L

164 matches found

RedhatCVE
RedhatCVE
added 2025/05/23 3:14 a.m.9 views

CVE-2023-26084

The armv8decaesgcmfull API of Arm AArch64cryptolib before 86065c6 fails to the verify the authentication tag of AES-GCM protected data, leading to a man-in-the-middle attack. This occurs because of an improperly initialized variable...

3.7CVSS7AI score0.00362EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/03 5:15 p.m.54 views

UBUNTU-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.8AI score0.00122EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/28 11:08 a.m.11 views

OESA-2025-1191 edk2 security update

EDK II is a modern, feature-rich, cross-platform firmware development environment for the UEFI and PI specifications. Security Fixes: Issue summary: A bug has been identified in the processing of key and initialisation vector IV lengths. This can lead to potential truncation or overruns during th...

7.5CVSS6.8AI score0.03332EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/01 11:07 a.m.7 views

OESA-2024-2329 botan2 security update

Botan is a BSD-licensed crypto library written in C++. It provides a wide variety of basic cryptographic algorithms, X.509 certificates and CRLs, PKCS \10 certificate requests, a filter/pipe message processing system, and a wide variety of other features, all written in portable C++. The API...

5.9CVSS7AI score0.00554EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2024/09/26 12:00 a.m.9 views

PT-2024-30298 · Gotenna · Gotenna Pro Atak Plugin

Name of the Vulnerable Software and Affected Versions: goTenna Pro ATAK Plugin affected versions not specified Description: The goTenna Pro ATAK Plugin uses AES CTR type encryption for short, encrypted messages without any additional integrity checking mechanisms. This leaves messages malleable t...

6.5CVSS6.8AI score0.00092EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/09/26 12:00 a.m.7 views

goTenna Pro 数据伪造问题漏洞

The goTenna Pro is a series of devices from goTenna that can create networks for off-grid communications and situational awareness. A data forgery vulnerability exists in the goTenna Pro that arises from the use of AES CTR mode for short encrypted messages without any additional integrity checkin...

6CVSS6.8AI score0.00085EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 3:15 p.m.2 views

DEBIAN-CVE-2021-47388

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix use-after-free in CCMP/GCMP RX When PN checking is done in mac80211, for fragmentation we need to copy the PN to the RX struct so we can later use it to do a comparison, since commit bf30ca922a0c "mac80211: check...

7.8CVSS5.8AI score0.00339EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.8 views

UBUNTU-CVE-2021-47388

In the Linux kernel, the following vulnerability has been resolved: mac80211: fix use-after-free in CCMP/GCMP RX When PN checking is done in mac80211, for fragmentation we need to copy the PN to the RX struct so we can later use it to do a comparison, since commit bf30ca922a0c "mac80211: check...

8.8CVSS6.2AI score0.00339EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:15 p.m.12 views

DEBIAN-CVE-2023-52669

In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn't a whole block of data left. Fix this by using the actual length left and cop...

7.8CVSS6AI score0.00684EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/05/17 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a buffer over-read in CTR mode...

7.8CVSS6.6AI score0.00684EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/04 9:15 a.m.11 views

AZL-59490 CVE-2024-26789 affecting package kernel for versions less than 6.6.85.1-1

In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/neonbs - fix out-of-bounds access on short input The bit-sliced implementation of AES-CTR operates on blocks of 128 bytes, and will fall back to the plain NEON version for tail blocks or inputs that are shorter than...

7.8CVSS7AI score0.00234EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/03/18 12:00 a.m.9 views

PT-2024-10618

Name of the Vulnerable Software and Affected Versions CryptX versions prior to 0.062 Description The issue concerns the CryptX module for Perl, where the functions gcm decrypt verify and chacha20poly1305 decrypt verify do not verify the tag, potentially leading to security issues. Recommendations...

9.8CVSS5.9AI score0.00489EPSS
SaveExploits0References26
Positive Technologies
Positive Technologies
added 2024/02/19 12:00 a.m.19 views

PT-2024-7687 · Linux +4 · Linux Kernel +4

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to an out-of-bounds access in the crypto: arm64/neonbs component of the Linux kernel, specifically in the bit-sliced implementation of AES-CTR. This implementation...

8CVSS6.5AI score0.08555EPSS
SaveExploits4References551
CNNVD
CNNVD
added 2024/01/19 12:00 a.m.9 views

Consensys Discovery Security Feature Issue Vulnerability

Consensys Discovery is an open source application from Consensys. A security vulnerability exists in versions of Consensys Discovery prior to 0.4.5 that stems from using the same AES/GCM random number throughout a session...

5.3CVSS6.7AI score0.00489EPSS
SaveExploits0References5
RustSec
RustSec
added 2023/11/22 12:00 p.m.10 views

Plaintext exposed in decrypt_in_place_detached even on tag verification failure

Summary In the AES GCM implementation of decryptinplacedetached, the decrypted ciphertext i.e. the correct plaintext is exposed even if tag verification fails. Impact If a program using the aes-gcm crate's decryptinplace APIs accesses the buffer after decryption failure, it will contain a...

5.5CVSS7.1AI score0.00262EPSS
SaveExploits1Affected Software1
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: crypto: qat - fix out-of-bounds read

An out-of-bounds read vulnerability was found in the Linux kernel's Intel QAT QuickAssist Technology crypto driver. When preparing an AES-CTR encryption request on QAT GEN4 devices, the driver rounds up the key size by 16 bytes before copying. If this rounding occurs before the memcpy operation,...

7.1CVSS5.7AI score0.00124EPSS
SaveExploits0References5
OSV
OSV
added 2023/10/25 6:17 p.m.4 views

ALPINE-CVE-2023-5363

Issue summary: A bug has been identified in the processing of key and initialisation vector IV lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers. Impact summary: A truncation in the IV can result in non-uniqueness, which could result in...

7.5CVSS7AI score0.03332EPSS
SaveExploits0References1
OSV
OSV
added 2023/09/22 4:11 p.m.37 views

GHSA-423W-P2W9-R7VQ AEADs/aes-gcm: Plaintext exposed in decrypt_in_place_detached even on tag verification failure

Summary In the AES GCM implementation of decryptinplacedetached, the decrypted ciphertext i.e. the correct plaintext is exposed even if tag verification fails. Impact If a program using the aes-gcm crate's decryptinplace APIs accesses the buffer after decryption failure, it will contain a...

4.7CVSS5AI score0.00262EPSS
SaveExploits1References8
CNNVD
CNNVD
added 2023/09/22 12:00 a.m.9 views

aes-gcm Data Forgery Issue Vulnerability

aes-gcm is a cryptographic algorithm in the aes-gcm open source. Vulnerabilities in aes-gcm versions prior to 0.10.0 to 0.10.3 suffer from a data forgery problem, which stems from the fact that in AES GCM decryption implementations, plaintext is made public in the form of decryptinplacedetached...

5.5CVSS6.7AI score0.00262EPSS
SaveExploits1References7
OSV
OSV
added 2023/08/24 10:02 p.m.10 views

USN-6307-1 cjose vulnerability

It was discovered that JOSE for C/C++ AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. An attacker could use this to cause a denial of service system crash or might expose sensitive information...

8.6CVSS5.8AI score0.0071EPSS
SaveExploits1References2
Rows per page
Query Builder