Lucene search
+L

73 matches found

Snyk
Snyk
added 2026/08/03 5:53 a.m.7 views

Improper Validation of Integrity Check Value

Overview Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value that leads to information exposure in the processPacket method of CCMBlockCipher, with equivalent paths in KCCMBlockCipher and KGCMBlockCipher, which decrypt directly into the caller's output...

8.7CVSS5.6AI score0.00212EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/03 5:53 a.m.5 views

Improper Validation of Integrity Check Value

Overview org.bouncycastle:bcprov-jdk14 is a Java implementation of cryptographic algorithms. Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value that leads to information exposure in the processPacket method of CCMBlockCipher, with equivalent paths in...

8.7CVSS5.6AI score0.00212EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/03 3:16 a.m.11 views

CVE-2026-58061

In Bouncy Castle for Java before 1.85, CCM-family modes write plaintext to caller buffer before tag check. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bc-fips 1.0.2.7 1.0.X series, 2.0.2 2.0.X series and 2.1.3 2.1.X series...

8.7CVSS0.00212EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/03 3:16 a.m.3 views

UBUNTU-CVE-2026-58061

In Bouncy Castle for Java before 1.85, CCM-family modes write plaintext to caller buffer before tag check. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bc-fips 1.0.2.7 1.0.X series, 2.0.2 2.0.X series and 2.1.3 2.1.X series...

8.7CVSS5.6AI score0.00212EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/08/03 2:36 a.m.8 views

CVE-2026-58061 CCM-family modes write plaintext to caller buffer before tag check

In Bouncy Castle for Java before 1.85, CCM-family modes write plaintext to caller buffer before tag check. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bc-fips 1.0.2.7 1.0.X series, 2.0.2 2.0.X series and 2.1.3 2.1.X series...

8.7CVSS5.6AI score0.00212EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/03 2:36 a.m.57 views

CVE-2026-58061 CCM-family modes write plaintext to caller buffer before tag check

In Bouncy Castle for Java before 1.85, CCM-family modes write plaintext to caller buffer before tag check. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bc-fips 1.0.2.7 1.0.X series, 2.0.2 2.0.X series and 2.1.3 2.1.X series...

8.7CVSS0.00212EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/03 12:0 a.m.17 views

PT-2026-67228

In Bouncy Castle for Java before 1.85, CCM-family modes write plaintext to caller buffer before tag check. This issue also affects Bouncy Castle for Java LTS before 2.73.12, and Bouncy Castle for Java FIPS BC-FJA before bc-fips 1.0.2.7 1.0.X series, 2.0.2 2.0.X series and 2.1.3 2.1.X series...

8.7CVSS5.6AI score0.00212EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/27 7:0 p.m.7 views

OSEC-2026-12 AEAD `decrypt_into` functions writes plaintext before checking the tag

On the generic GCM path, AES.GCM.authenticatedecryptinto as well as Chacha20.authenticatedecryptinto and AES.CCM16.authenticatedecryptinto writes the decrypted plaintext into the caller's destination buffer and only then compares the tag. On a forged tag the function returns false, but the...

6.2CVSS6.1AI score
SaveExploits0
OSV
OSV
added 2026/07/25 5:15 p.m.4 views

SUSE-SU-2026:22948-1 Security update for libssh

This update for libssh fixes the following issues: - CVE-2026-15370: stack buffer overflow in SFTP server longname construction bsc1272162. - CVE-2026-59843: denial of service via zero advertised channel packet size bsc1272164. - CVE-2026-59844: denial of service via oversized SFTP read length...

7.5CVSS6.3AI score0.00506EPSS
SaveExploits0References19
EUVD
EUVD
added 2026/07/21 4:42 p.m.13 views

EUVD-2026-46318

When verifying a mac with a ChunkedMacVerification object, Tink compares the resulting tag with non constant time comparison. This potentially allows an attacker to use timinig information as a side channel in order to get information how many bytes of a given tag match the correct tag. This in...

8.2CVSS5.3AI score0.00185EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/21 1:18 p.m.8 views

CVE-2026-59847

A flaw was found in libssh. Incorrect AES-GCM finalization checks in builds using the OpenSSL backend can effectively remove integrity protection, allowing an in-path attacker to modify plaintext on the wire without detection...

7.5CVSS5.2AI score0.00304EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/06/30 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-13758

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - CryptX versions before 0.088001 for Perl compare AEAD authentication tags in non-constant time in the streaming decryptdone path. The decryptdone$tag form...

3.7CVSS6AI score0.00295EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/29 9:16 p.m.10 views

UBUNTU-CVE-2026-13758

CryptX versions before 0.088001 for Perl compare AEAD authentication tags in non-constant time in the streaming decryptdone path. The decryptdone$tag form compares it against the computed tag with memNE memcmp != 0, which short-circuits on the first differing byte, so its run time depends on the...

3.7CVSS5.8AI score0.00295EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/06/29 8:42 p.m.7 views

CVE-2026-13758

CryptX versions before 0.088001 for Perl compare AEAD authentication tags in non-constant time in the streaming decryptdone path. The decryptdone$tag form compares it against the computed tag with memNE memcmp != 0, which short-circuits on the first differing byte, so its run time depends on the...

5.8AI score0.00295EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/06/29 8:42 p.m.11 views

CVE-2026-13758

CryptX versions before 0.088001 for Perl compare AEAD authentication tags in non-constant time in the streaming decryptdone path. The decryptdone$tag form compares it against the computed tag with memNE memcmp != 0, which short-circuits on the first differing byte, so its run time depends on the...

3.7CVSS5.8AI score0.00295EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/06/25 8:56 p.m.12 views

CVE-2026-6331

HMAC zero-length tag forgery in EVPDigestVerifyFinal, where a zero-length tag could be accepted as valid during HMAC verification. In the OpenSSL-compatibility HMAC verify path the supplied signature length was only checked as not exceeding the MAC length, so a zero-length or otherwise truncated...

7.5CVSS5.8AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2026/05/12 6:30 p.m.9 views

GHSA-97JF-46M3-8953 Security feature bypass vulnerability in Azure Key Vault Keys library for Java

The Java Key Vault Keys library in the Azure SDK for Java contains an issue in the local cryptographic verification path where authentication tag comparison was implemented incorrectly. In affected applications that use the vulnerable local cryptography path, specially crafted encrypted input may...

9.1CVSS6AI score0.00479EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/05/12 6:30 p.m.17 views

Security feature bypass vulnerability in Azure Key Vault Keys library for Java

The Java Key Vault Keys library in the Azure SDK for Java contains an issue in the local cryptographic verification path where authentication tag comparison was implemented incorrectly. In affected applications that use the vulnerable local cryptography path, specially crafted encrypted input may...

9.1CVSS6AI score0.00479EPSS
SaveExploits0References5Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/29 12:11 p.m.8 views

CVE-2026-6986

A flaw was found in Cesanta Mongoose. A remote attacker could exploit a vulnerability in the GCM Authentication Tag Handler, specifically within the mgaesgcmdecrypt function. This flaw allows for improper verification of cryptographic signatures, which could lead to a bypass of integrity checks...

6.3CVSS5.5AI score0.00217EPSS
SaveExploits1References8
Github Security Blog
Github Security Blog
added 2026/04/24 8:42 p.m.19 views

gitverify has improper tag signature verification

gitverify is still a prototype. Impact The bug is related to requireSignedTags which is on by default: an unsigned annotated tag would pass the verification. The commit pointed to by the tag would still have to be signed by a maintainer or a contributor. Patches Since the initial commit, fixed in...

5.3AI score
SaveExploits0References3Affected Software1
Rows per page
Query Builder