Lucene search
+L

675 matches found

NVD
NVD
added 2026/03/08 2:16 a.m.17 views

CVE-2026-30910

Crypt::Sodium::XS versions through 0.001000 for Perl has potential integer overflows. Combined aead encryption, combined signature creation, and bin2hex functions do not check that output size will be less than SIZEMAX, which could lead to integer wraparound causing an undersized output buffer...

7.5CVSS0.00287EPSS
SaveExploits0References2
CVE
CVE
added 2026/03/08 12:54 a.m.21 views

CVE-2026-30910

CVE-2026-30910 affects Crypt::Sodium::XS for Perl up to and including 0.001000. The issue stems from integer overflows in combined aead encryption, combined signature creation, and bin2hex, where output sizes may exceed SIZE_MAX, causing undersized buffers, crashes (bin2hex and non-aes256gcm cryp...

7.5CVSS6AI score0.00287EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/08 12:54 a.m.63 views

CVE-2026-30910

Crypt::Sodium::XS versions through 0.001000 for Perl has potential integer overflows. Combined aead encryption, combined signature creation, and bin2hex functions do not check that output size will be less than SIZEMAX, which could lead to integer wraparound causing an undersized output buffer...

6.2AI score0.00287EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/03/08 12:00 a.m.12 views

PT-2026-23906

Name of the Vulnerable Software and Affected Versions Crypt::Sodium::XS versions through 0.001000 Description The Crypt::Sodium::XS Perl module is susceptible to integer overflows in combined aead encryption, combined signature creation, and bin2hex functions. These functions do not verify that t...

7.5CVSS6.2AI score0.00287EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005426)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005426 advisory. In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipcaeadencrypt syzbot reported a refcount warning 1 caused by...

7.8CVSS6.7AI score0.00175EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/03/04 12:00 a.m.8 views

The vulnerability of the seqiv_aead_encrypt_complete2() function in the crypto/seqiv.c module of the Linux kernel’s cryptographic subsystem allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the seqivaeadencryptcomplete2 function in the crypto/seqiv.c module of the Linux kernel cryptographic subsystem is related to the repeated use of previously freed memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and...

7CVSS6AI score0.00161EPSS
SaveExploits0References35Affected Software3
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:00 a.m.10 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005790)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005790 advisory. In the Linux kernel, the following vulnerability has been resolved: net/tipc: fix slab-use-after-free Read in tipcaeadencryptdone Syzbot reported a slab-use-after-fr...

8.8CVSS6.7AI score0.00477EPSS
SaveExploits0References4
OSV
OSV
added 2026/03/02 12:00 p.m.9 views

RUSTSEC-2026-0043 Timing Side-Channel in AES-CCM Tag Verification in AWS-LC

Observable timing discrepancy in AES-CCM decryption in AWS-LC allows an unauthenticated user to potentially determine authentication tag validity via timing analysis. The impacted implementations are through the EVP CIPHER API: EVPaes128ccm, EVPaes192ccm, and EVPaes256ccm. Customers of AWS servic...

5.9CVSS5.9AI score0.01079EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/02/23 7:19 p.m.19 views

openssl: OpenSSL: Remote code execution or Denial of Service via oversized Initialization Vector in CMS parsing

A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax CMS message with an oversized Initialization Vector IV when parsing AuthEnvelopedData structures that use Authenticated Encryption with Associated...

9.8CVSS6.3AI score0.48211EPSS
SaveExploits7References4
RedhatCVE
RedhatCVE
added 2026/02/21 1:30 a.m.13 views

CVE-2026-2738

Buffer overflow in ovpn‑dco‑win version 2.8.0 allows local attackers to cause a system crash by sending too large packets to the remote peer when the AEAD tag appears at the end of the encrypted packet...

6.8CVSS5.6AI score0.00115EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/19 9:18 p.m.11 views

CVE-2026-2738

Buffer overflow in ovpn‑dco‑win version 2.8.0 allows local attackers to cause a system crash by sending too large packets to the remote peer when the AEAD tag appears at the end of the encrypted packet...

6.8CVSS0.00115EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/02/19 8:00 p.m.8 views

CVE-2026-2738

Buffer overflow in ovpn‑dco‑win version 2.8.0 allows local attackers to cause a system crash by sending too large packets to the remote peer when the AEAD tag appears at the end of the encrypted packet...

6.8CVSS5.6AI score0.00115EPSS
SaveExploits0References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/12 10:12 p.m.19 views

Bug-Fixes in `libcrux-ecdh`, `libcrux-ed25519`, `libcrux-psq`

In accordance with our security policy for libcrux, we publish a GitHub security advisory for any releases whose CHANGELOG includes bug-fixes, and encourage our users to upgrade. The latest releases of the libcrux-ecdh, libcrux-ed25519 and libcrux-psq crates contain the following bug-fixes:...

5.5AI score
SaveExploits0References12Affected Software3
RustSec
RustSec
added 2026/02/11 12:00 p.m.19 views

Panic When Opening or Sealing on Export-Only Context

Constructing an HPKE Context with the AEAD algorithm set to HpkeExport resulted in a panic when calling Context::seal, or Context::open. This was due to an underflowing integer subtraction when calculating the length of a vector allocation for the AEAD nonce, which would panic on its own in debug...

5.8AI score
SaveExploits0Affected Software1
OSV
OSV
added 2026/02/08 12:00 p.m.9 views

RUSTSEC-2026-0025 Panic in `libcrux-psq` on decryption of malformed AES-GCM ciphertext

The latest releases of the libcrux-psq crate contains the following bug-fix: 1319: Propagate AEADError instead of panicking The issue fixed in 1319 was first reported by Nadim Kobeissi...

8.2CVSS5.4AI score0.00224EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/06 11:10 a.m.9 views

OESA-2026-1312 openssl security update

OpenSSL is a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security TLS and Secure Sockets Layer SSL protocols. Security Fixes: Issue summary: Parsing CMS AuthEnvelopedData message with maliciously crafted AEAD parameters can trigger a stack buffer overflow. Impact...

9.8CVSS6.4AI score0.48211EPSS
SaveExploits7References2
Amazon
Amazon
added 2026/02/05 12:00 a.m.17 views

Important: openssl

Issue Overview: A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax CMS message with an oversized Initialization Vector IV when parsing AuthEnvelopedData structures that use Authenticated Encryption...

8.8CVSS6.3AI score0.48211EPSS
SaveExploits7
Redos
Redos
added 2026/02/05 12:00 a.m.10 views

ROS-20260205-73-0020

A vulnerability in the tipcaeadencryptdone function of the net/tipc/crypto.c module of the Linux kernel is related to memory usage after it has been freed. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

8.8CVSS6.9AI score0.00477EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/02/05 12:00 a.m.40 views

Amazon Linux 2023 : openssl, openssl-devel, openssl-fips-provider-latest (ALAS2023-2026-1406)

It is, therefore, affected by a vulnerability as referenced in the ALAS2023-2026-1406 advisory. A flaw was found in OpenSSL. A remote attacker can exploit a stack buffer overflow vulnerability by supplying a crafted Cryptographic Message Syntax CMS message with an oversized Initialization Vector ...

9.8CVSS7.4AI score0.48211EPSS
SaveExploits7References4
BDU FSTEC
BDU FSTEC
added 2026/02/05 12:00 a.m.7 views

The vulnerability of the essiv_aead_crypt() function in the essiv component of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the essivaeadcrypt function in the essiv component of the Linux operating system is related to buffer overflow attacks. Exploiting this vulnerability can allow an attacker to cause a service failure...

6.1CVSS6AI score0.0027EPSS
SaveExploits1References21Affected Software7
Rows per page
Query Builder