Lucene search
+L

12864 matches found

Vulnrichment
Vulnrichment
added 2024/06/10 9:32 p.m.46 views

CVE-2024-37168 @grpc/grpc-js can allocate memory for incoming messages well above configured limits

@grpc/grps-js implements the core functionality of gRPC purely in JavaScript, without a C++ addon. Prior to versions 1.10.9, 1.9.15, and 1.8.22, there are two separate code paths in which memory can be allocated per message in excess of the grpc.maxreceivemessagelength channel option: If an...

5.3CVSS7.1AI score0.00671EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/10 9:32 p.m.48 views

CVE-2024-37168 @grpc/grpc-js can allocate memory for incoming messages well above configured limits

@grpc/grps-js implements the core functionality of gRPC purely in JavaScript, without a C++ addon. Prior to versions 1.10.9, 1.9.15, and 1.8.22, there are two separate code paths in which memory can be allocated per message in excess of the grpc.maxreceivemessagelength channel option: If an...

5.3CVSS0.00671EPSS
SaveExploits0References4
CVE
CVE
added 2024/06/10 9:32 p.m.391 views

CVE-2024-37168

CVE-2024-37168 affects @grpc/grpc-js (pure JavaScript implementation of gRPC). Before the fixes, two code paths could buffer or decompress messages that exceed grpc.max_receive_message_length, potentially causing memory allocation in excess of the limit. This could occur when a message arrives la...

5.3CVSS5.1AI score0.00671EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/06/10 12:00 a.m.123 views

CentOS 7 : glibc (RHSA-2024:3588)

The remote CentOS Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:3588 advisory. - The iconv function in the GNU C Library versions 2.39 and older may overflow the output buffer passed to it by up to 4 bytes when converting strings ...

8.1CVSS8AI score0.8833EPSS
SaveExploits17References6
SUSE CVE
SUSE CVE
added 2024/06/08 2:58 a.m.11 views

SUSE CVE-2024-26943

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

4.7CVSS6.2AI score0.00225EPSS
SaveExploits0References29
OSV
OSV
added 2024/06/07 11:07 a.m.4 views

OESA-2024-1691 glibc security update

The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use Linux as the kernel. These libraries provide critical APIs including ISO C11, POSIX.1-2008, BSD, OS-specific APIs and more. These APIs include such foundational...

7.6CVSS7.3AI score0.0131EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/06 2:12 a.m.4 views

SUSE CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5CVSS6.8AI score0.00836EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/06/06 12:00 a.m.18 views

FreeBSD : cyrus-imapd -- unbounded memory allocation (14908bda-232b-11ef-b621-00155d645102)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 14908bda-232b-11ef-b621-00155d645102 advisory. Cyrus IMAP 3.8.3 Release Notes states: Fixed CVE-2024-34055: Cyrus-IMAP through 3.8.2 and 3.10.0-beta2...

6.5CVSS6.5AI score0.00836EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/06/05 10:05 a.m.12 views

kernel: do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS6.5AI score0.00828EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/06/05 7:00 a.m.21 views

CVE-2024-34055

A flaw was found in Cyrus IMAP before versions 3.8.3 and 3.10.x , and before 3.10.0-rc1. This flaw allows authenticated attackers to cause unbounded memory allocation by sending multiple LITERALs in a single command...

6.5CVSS6.2AI score0.00836EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/05 5:15 a.m.1 views

DEBIAN-CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5CVSS6.3AI score0.00836EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/05 5:15 a.m.12 views

CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5CVSS6.2AI score0.00836EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.6 views

kernel: wifi: brcm80211: handle pmk_op allocation failure

A vulnerability was found in the Linux kernel's Wi-Fi cfg80211.c driver, where a lack of proper checks can result in a NULL pointer dereference. This issue occurs when the brcmfpmksav3op function attempts to call malloc , but the physical memory has run out. In this situation, kzalloc will return...

5.5CVSS7.2AI score0.00274EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/06/05 12:36 a.m.18 views

kernel: do_sys_name_to_handle(): use kzalloc() to fix kernel-infoleak

In the Linux kernel, the following vulnerability has been resolved: dosysnametohandle: use kzalloc to fix kernel-infoleak syzbot identified a kernel information leak vulnerability in dosysnametohandle and issued the following report 1. 1 "BUG: KMSAN: kernel-infoleak in instrumentcopytouser...

5.5CVSS6.5AI score0.00828EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/06/05 12:00 a.m.4 views

PT-2024-4038

Name of the Vulnerable Software and Affected Versions: Cyrus IMAP versions prior to 3.8.3 Cyrus IMAP versions 3.10.x prior to 3.10.0-rc1 Description: The issue is related to a buffer overflow in memory, which can be exploited by sending several literals in a single command, potentially allowing a...

9.8CVSS7.9AI score0.07622EPSS
SaveExploits0References51
OSV
OSV
added 2024/06/05 12:00 a.m.16 views

CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5CVSS6.6AI score
SaveExploits0References7
OSV
OSV
added 2024/06/05 12:00 a.m.4 views

UBUNTU-CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5CVSS5.8AI score0.00836EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/06/05 12:00 a.m.19 views

CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5AI score0.00836EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/06/05 12:00 a.m.12 views

CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.5CVSS6.6AI score0.00836EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/06/05 12:00 a.m.46 views

CVE-2024-34055

Cyrus IMAP before 3.8.3 and 3.10.x before 3.10.0-rc1 allows authenticated attackers to cause unbounded memory allocation by sending many LITERALs in a single command...

6.1AI score0.00836EPSS
SaveExploits0References5
Rows per page
Query Builder