Lucene search
+L

578 matches found

Cvelist
Cvelist
added 2026/08/25 1:00 p.m.60 views

CVE-2026-75803 AEAD Forgeries with Empty Ciphertext When Using EVP_Cipher()

Issue summary: ChaCha20-Poly1305 and AES-OCB decryption with an empty ciphertext can report success without verifying the supplied authentication tag when the operation is finalized by calling the EVPCipher function. Impact summary: Applications calling EVPCipher on an empty ciphertext and...

0.00207EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/25 1:00 p.m.194 views

CVE-2026-75803

OpenSSL 's EVP_Cipher() function, a one-shot AEAD encryption/decryption API, skips authentication tag verification when an empty ciphertext is passed for ChaCha20-Poly1305 and AES-OCB ciphers, yet still returns success. Callers expecting a valid AEAD tag check may therefore accept forged messages...

9.1CVSS5.3AI score0.00207EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2026/08/25 1:00 p.m.10 views

CVE-2026-75803

Issue summary: ChaCha20-Poly1305 and AES-OCB decryption with an empty ciphertext can report success without verifying the supplied authentication tag when the operation is finalized by calling the EVPCipher function. Impact summary: Applications calling EVPCipher on an empty ciphertext and...

9.1CVSS5.4AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2026/08/25 1:00 p.m.9 views

CVE-2026-75803 AEAD Forgeries with Empty Ciphertext When Using EVP_Cipher()

Issue summary: ChaCha20-Poly1305 and AES-OCB decryption with an empty ciphertext can report success without verifying the supplied authentication tag when the operation is finalized by calling the EVPCipher function. Impact summary: Applications calling EVPCipher on an empty ciphertext and...

9.1CVSS5.5AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/25 12:00 a.m.19 views

PT-2026-81308

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description Decryption using ChaCha20-Poly1305 and AES-OCB ciphers may report success without verifying the authentication tag when an empty ciphertext is processed via the...

9.8CVSS6.1AI score0.0133EPSS
SaveExploits0References38
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in nss

A flaw was discovered in the implementation of CHACHA20-POLY1305 in NSS versions prior to 3.55. When using multi-part Chacha20, it could lead to out-of-bounds reads. This issue was addressed by explicitly disabling multi-part ChaCha20 which was not functioning correctly and enforcing strict tag...

9.1CVSS7.1AI score0.01541EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/19 8:17 a.m.14 views

CVE-2026-58085

After dispatching a decrypt operation to OCF and receiving the result, the wg4 driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. A remote attacker who can send UDP packets to a WireGuard...

7.5CVSS0.00226EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/19 7:38 a.m.246 views

CVE-2026-58085

CVE-2026-58085 is a missing MAC validation flaw in the wg(4) kernel driver (if_wg) of FreeBSD , which implements the WireGuard VPN protocol. After dispatching a ChaCha20-Poly1305 decrypt operation to the OpenCrypto framework (OCF) , the driver failed to verify whether the Poly1305 MAC step succee...

7.5CVSS5.4AI score0.00226EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/19 7:38 a.m.50 views

CVE-2026-58085 Missing MAC validation in wg(4) packet decryption

After dispatching a decrypt operation to OCF and receiving the result, the wg4 driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. A remote attacker who can send UDP packets to a WireGuard...

0.00226EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/19 7:38 a.m.14 views

EUVD-2026-62339

After dispatching a decrypt operation to OCF and receiving the result, the wg4 driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. A remote attacker who can send UDP packets to a WireGuard...

5.5AI score0.00226EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2026/07/29 12:00 a.m.14 views

FreeBSD -- Missing MAC validation in wg(4) packet decryption

Problem Description: After dispatching a decrypt operation to OCF and receiving the result, the wg4 driver failed to check whether the MAC verification step succeeded. The driver thus silently accepted packets with an invalid Poly1305 authentication tag. Impact: A remote attacker who can send UDP...

7.5CVSS5.9AI score0.00226EPSS
SaveExploits0
FreeBSD Advisory
FreeBSD Advisory
added 2026/07/29 12:00 a.m.29 views

FreeBSD-SA-26:52.if_wg

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 ============================================================================= FreeBSD-SA-26:52.ifwg Security Advisory The FreeBSD Project Topic: Missing MAC validation in wg4 packet decryption Category: core Module: ifwg Announced: 2026-07-29...

7.5CVSS6.1AI score0.00226EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/07/27 7:52 a.m.17 views

CVE-2026-64314

A flaw was found in the Linux kernel's chacha20poly1305 cryptographic module. This vulnerability occurs because the chachapolycreate function does not properly validate a poly1305 template argument. When this argument is missing, an error pointer is incorrectly passed to a string comparison...

5.5CVSS5.8AI score0.00153EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.45 views

CVE-2026-64314

This vulnerability affects the Linux kernel 's chacha20poly1305 cryptographic module. The root cause is in chachapoly_create(), which assumes the poly1305 template argument is always present and passes the result of crypto_attr_alg_name() directly to strcmp(). When the argument is missing, an err...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.15 views

EUVD-2026-49026

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

5.7AI score0.00153EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/25 8:49 a.m.14 views

CVE-2026-64314

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.43 views

CVE-2026-64314 crypto: chacha20poly1305 - validate poly1305 template argument

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:49 a.m.13 views

CVE-2026-64314 crypto: chacha20poly1305 - validate poly1305 template argument

In the Linux kernel, the following vulnerability has been resolved: crypto: chacha20poly1305 - validate poly1305 template argument chachapolycreate still accepts the compatibility poly1305 parameter in the template name, but it assumes the second template argument is always present and immediatel...

5.7AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.23 views

PT-2026-64535

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the chachapoly create function where it fails to validate the second template argument when the compatibility poly1305 parameter is used in the template name. The...

5.5CVSS5.2AI score0.00153EPSS
SaveExploits0
OSV
OSV
added 2026/07/14 9:41 p.m.14 views

JLSEC-2026-686 Integer Underflow Leads to Out-of-Bounds Access in XChaCha20-Poly1305 Decrypt

Integer Underflow Leads to Out-of-Bounds Access in XChaCha20-Poly1305 Decrypt. This issue is hit specifically with a call to the function wcXChaCha20Poly1305Decrypt which is not used with TLS connections, only from direct calls from an application...

8.2CVSS5.8AI score0.00317EPSS
SaveExploits0References3
Rows per page
Query Builder