Lucene search
+L

313 matches found

OSV
OSV
added 2024/10/21 1:15 p.m.4 views

AZL-51026 CVE-2024-47735 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

5.5CVSS6.3AI score0.00189EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.2 views

DEBIAN-CVE-2024-47735

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

5.5CVSS5.7AI score0.00189EPSS
Exploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.9 views

AZL-50764 CVE-2024-47735 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

5.5CVSS6.3AI score0.00189EPSS
Exploits0References1
SUSE Linux
SUSE Linux
added 2024/10/16 5:33 p.m.3 views

Security update for the Linux Kernel (Live Patch 49 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024194 fixes several issues. The following security issues were fixed: CVE-2024-35861: Fixed potential UAF in cifssignalcifsdforreconnect bsc1225312. CVE-2021-47291: ipv6: fix another slab-out-of-bounds in fib6nhflushexceptions bsc1227651...

7.8CVSS7.6AI score0.00269EPSS
Exploits0References24
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:0 a.m.14 views

bonding: change ipsec_lock from spin lock to mutex

...

5.5CVSS6.3AI score0.00168EPSS
Exploits0
BDU FSTEC
BDU FSTEC
added 2024/10/16 12:0 a.m.4 views

The vulnerability of the queued_spin_lock_slowpath() function in the qspinlock component of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the queuedspinlockslowpath function in the qspinlock component of the Linux operating system’s kernel is related to improper locking of resources. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.00163EPSS
Exploits0References10Affected Software5
RedHat Linux
RedHat Linux
added 2024/09/24 2:39 a.m.3 views

kernel: scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spinlockbh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as...

5.5CVSS6.7AI score0.00215EPSS
Exploits0References4
RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.13 views

kernel: wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()

A vulnerability was found in the Linux kernel's mac80211 component within the ieee80211stapsdeliverwakeup function, where improper locking of the sta-pslock can lead to a deadlock condition, which occurs because the function uses a spin lock without preventing softirq execution on the same CPU,...

5.5CVSS6.7AI score0.00223EPSS
Exploits0References5
CVE
CVE
added 2024/09/18 7:12 a.m.191 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
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2024/09/18 7:12 a.m.41 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
Exploits0References3
OSV
OSV
added 2024/09/14 11:9 a.m.6 views

OESA-2024-2123 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was eas...

7.8CVSS6AI score0.00879EPSS
Exploits5References23
RedhatCVE
RedhatCVE
added 2024/09/13 11:42 a.m.17 views

CVE-2024-46678

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS6.8AI score0.00168EPSS
Exploits0References4
NVD
NVD
added 2024/09/13 6:15 a.m.16 views

CVE-2024-46678

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS0.00168EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.15 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

6.7AI score0.00168EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.23 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

0.00168EPSS
Exploits0References3
OSV
OSV
added 2024/09/13 5:29 a.m.15 views

CVE-2024-46678 bonding: change ipsec_lock from spin lock to mutex

In the Linux kernel, the following vulnerability has been resolved: bonding: change ipseclock from spin lock to mutex In the cited commit, bond-ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipseclock is a spin lock and such...

5.5CVSS6AI score0.00168EPSS
Exploits0References6
BDU FSTEC
BDU FSTEC
added 2024/09/03 12:0 a.m.5 views

The vulnerability of the bpf component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the bpf component in the Linux operating system’s kernel is related to a failure in bpfspinlock, when it is set as the value of bpftimer. This occurs because the bpfmapupdateelem call reassigns another timer object. Exploiting this vulnerability can allow an attacker to trigg...

5.5CVSS6.8AI score0.00207EPSS
Exploits0References10Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.3 views

SUSE CVE-2022-48940

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to incorrect copymapvalue When both bpfspinlock and bpftimer are present in a BPF map value, copymapvalue needs to skirt both objects when copying a value into and out of the map. However, the current code does...

5.5CVSS6.2AI score0.00207EPSS
Exploits0References6
OSV
OSV
added 2024/08/22 4:15 a.m.12 views

UBUNTU-CVE-2022-48940

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to incorrect copymapvalue When both bpfspinlock and bpftimer are present in a BPF map value, copymapvalue needs to skirt both objects when copying a value into and out of the map. However, the current code does...

5.5CVSS6.2AI score0.00207EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.3 views

SUSE CVE-2022-48887

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two...

5.5CVSS6.2AI score0.00225EPSS
Exploits0References6
Rows per page
Query Builder