Lucene search
+L

8695 matches found

OSV
OSV
added 2024/09/18 8:15 a.m.2 views

DEBIAN-CVE-2024-46766

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

7.8CVSS5.9AI score0.00229EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 8:15 a.m.4 views

DEBIAN-CVE-2024-46737

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix kernel crash if commands allocation fails If the commands allocation fails in nvmettcpalloccmds the kernel crashes in nvmettcpreleasequeuework because of a NULL pointer dereference. nvmet: failed to install queue 0...

5.5CVSS5.7AI score0.00757EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 8:15 a.m.10 views

UBUNTU-CVE-2024-46797

In the Linux kernel, the following vulnerability has been resolved: powerpc/qspinlock: Fix deadlock in MCS queue If an interrupt occurs in queuedspinlockslowpath after we increment qnodesp-count and before node-lock is initialized, another CPU might see stale lock values in gettailqnode. If the...

5.5CVSS6.5AI score0.00163EPSS
SaveExploits0References11
OSV
OSV
added 2024/09/18 8:15 a.m.17 views

UBUNTU-CVE-2024-46737

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix kernel crash if commands allocation fails If the commands allocation fails in nvmettcpalloccmds the kernel crashes in nvmettcpreleasequeuework because of a NULL pointer dereference. nvmet: failed to install queue 0...

7.5CVSS6.2AI score0.00757EPSS
SaveExploits0References26
OSV
OSV
added 2024/09/18 8:15 a.m.7 views

UBUNTU-CVE-2024-46799

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw: Fix NULL dereference on XDPTX If number of TX queues are set to 1 we get a NULL pointer dereference during XDPTX. ethtool -L eth0 tx 1 ./xdp-trafficgen udp -A -a eth0 -t 2 Transmitting on eth0 ifinde...

7.5CVSS5.7AI score0.00447EPSS
SaveExploits0References5
OSV
OSV
added 2024/09/18 8:15 a.m.6 views

UBUNTU-CVE-2024-46766

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

7.8CVSS6.5AI score0.00229EPSS
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.25 views

CVE-2024-46797 powerpc/qspinlock: Fix deadlock in MCS queue

In the Linux kernel, the following vulnerability has been resolved: powerpc/qspinlock: Fix deadlock in MCS queue If an interrupt occurs in queuedspinlockslowpath after we increment qnodesp-count and before node-lock is initialized, another CPU might see stale lock values in gettailqnode. If the...

6.9AI score0.00163EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.53 views

CVE-2024-46797 powerpc/qspinlock: Fix deadlock in MCS queue

In the Linux kernel, the following vulnerability has been resolved: powerpc/qspinlock: Fix deadlock in MCS queue If an interrupt occurs in queuedspinlockslowpath after we increment qnodesp-count and before node-lock is initialized, another CPU might see stale lock values in gettailqnode. If the...

0.00163EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/18 7:12 a.m.208 views

CVE-2024-46797

CVE-2024-46797 : In the Linux kernel (PowerPC/MCS qspinlock), a deadlock can occur when an interrupt happens in queued_spin_lock_slowpath() after qnodesp->count is incremented but before node->lock is initialized. This can allow a CPU to see stale lock values and write the wrong qnode’s nex...

5.5CVSS6.1AI score0.00163EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/09/18 7:12 a.m.22 views

CVE-2024-46797

In the Linux kernel, the following vulnerability has been resolved: powerpc/qspinlock: Fix deadlock in MCS queue If an interrupt occurs in queuedspinlockslowpath after we increment qnodesp-count and before node-lock is initialized, another CPU might see stale lock values in gettailqnode. If the...

5.5CVSS5.3AI score0.00163EPSS
SaveExploits0
OSV
OSV
added 2024/09/18 7:12 a.m.14 views

CVE-2024-46766 ice: move netif_queue_set_napi to rtnl-protected sections

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

6.3AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.21 views

CVE-2024-46766 ice: move netif_queue_set_napi to rtnl-protected sections

In the Linux kernel, the following vulnerability has been resolved: ice: move netifqueuesetnapi to rtnl-protected sections Currently, netifqueuesetnapi is called from icevsirebuild that is not rtnl-locked when called from the reset. This creates the need to take the rtnllock just for a single...

6.5AI score0.00229EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/09/18 12:24 a.m.16 views

kernel: Bluetooth: af_bluetooth: Fix deadlock

A flaw was found in the Linux kernel’s Bluetooth subsystem, specifically within the afbluetooth module. The issue arises when attempting to perform a socklock on the .recvmsg method, leading to a deadlock situation. In this scenario, multiple tasks wait indefinitely for a resource, causing...

6.5CVSS7.2AI score0.00493EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/18 12:09 a.m.16 views

kernel: Bluetooth: af_bluetooth: Fix deadlock

A flaw was found in the Linux kernel’s Bluetooth subsystem, specifically within the afbluetooth module. The issue arises when attempting to perform a socklock on the .recvmsg method, leading to a deadlock situation. In this scenario, multiple tasks wait indefinitely for a resource, causing...

6.5CVSS7.2AI score0.00493EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/09/18 12:00 a.m.12 views

PT-2024-23809 · Open Networking Foundation · Libfluid

Name of the Vulnerable Software and Affected Versions: libfluid version 0.1.0 Description: The issue is an Out-of-bounds Read vulnerability in the Open Networking Foundation ONF libfluid, specifically in the libfluid msg module. It is associated with the program routine fluid...

7.5CVSS6.9AI score0.00486EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/09/18 12:00 a.m.9 views

libfluid 安全漏洞

libfluid is an Open Networking open source application. A security vulnerability exists in libfluid that stems from the fact that the fluidmsg::of10::QueueGetConfigReply::unpack routine contains an out-of-bounds read vulnerability...

7.5CVSS6.8AI score0.00486EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/09/18 12:00 a.m.9 views

libfluid 安全漏洞

libfluid is an Open Networking open source application. A security vulnerability exists in libfluid that stems from the fact that the fluidmsg::of10::StatsReplyQueue::unpack routine contains an out-of-bounds read vulnerability...

7.5CVSS6.8AI score0.00486EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2024/09/18 12:00 a.m.13 views

libfluid 安全漏洞

libfluid is an Open Networking open source application. A security vulnerability exists in libfluid that stems from the fact that the fluidmsg::QueuePropertyList::unpack13 routine contains a null pointer dereference vulnerability caused by an unchecked return value...

7.5CVSS6.7AI score0.00546EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2024/09/17 12:00 a.m.12 views

The vulnerability of the H5HG_read() function in the HDF5 library allows a perpetrator to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the H5HGread function in the HDF5 library is related to buffer overflow in the queue. Exploiting this vulnerability can allow an attacker to compromise the confidentiality, integrity, and accessibility of the protected information...

10CVSS7.3AI score0.00899EPSS
SaveExploits0References5Affected Software4
BDU FSTEC
BDU FSTEC
added 2024/09/17 12:00 a.m.16 views

The vulnerability of the H5T__conv_struct_opt() function in the H5Tconv.c file of the HDF5 library allows a perpetrator to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the H5Tconvstructopt function in the H5Tconv.c file of the HDF5 library is related to buffer overflow in the queue. Exploitation of this vulnerability could allow a remote attacker to compromise the confidentiality, integrity, and accessibility of the protected information...

9CVSS8.4AI score0.00912EPSS
SaveExploits0References6Affected Software5
Rows per page
Query Builder