Lucene search
+L

586 matches found

Cvelist
Cvelist
added 2024/09/18 7:12 a.m.56 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.00161EPSS
SaveExploits0References3
CVE
CVE
added 2024/09/18 7:12 a.m.213 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.00161EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/09/14 11:07 a.m.11 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.00886EPSS
SaveExploits5References23
RedhatCVE
RedhatCVE
added 2024/09/13 11:42 a.m.22 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.00174EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/13 6:15 a.m.21 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...

7.8CVSS0.00174EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/09/13 5:29 a.m.34 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...

7.8CVSS0.00174EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.17 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.00174EPSS
SaveExploits0References3
OSV
OSV
added 2024/09/13 5:29 a.m.19 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...

7.8CVSS6AI score
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/09/03 12:00 a.m.14 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.00215EPSS
SaveExploits0References10Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.8 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.00215EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 4:15 a.m.18 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...

7.8CVSS6.2AI score0.00215EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/08/22 3:29 a.m.5 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.00232EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/08/22 12:00 a.m.12 views

Linux kernel 缓冲区错误漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A buffer error vulnerability exists in Linux kernel that stems from a failure to properly handle objects containing bpfspinlock and bpftimer, leading to possible overwrites and...

5.5CVSS6.5AI score0.00215EPSS
SaveExploits0References6
NVD
NVD
added 2024/08/21 7:15 a.m.28 views

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...

7.8CVSS0.00232EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/21 7:15 a.m.4 views

DEBIAN-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.5CVSS5AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.12 views

AZL-48771 CVE-2022-48887 affecting package kernel 5.15.200.1-1

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.5CVSS5.8AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 7:15 a.m.7 views

UBUNTU-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...

7.8CVSS5.8AI score0.00232EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.56 views

CVE-2022-48887 drm/vmwgfx: Remove rcu locks from user resources

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...

7.8CVSS0.00232EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.11 views

kernel: tracing: Restructure trace_clock_global() to never block

In the Linux kernel, the following vulnerability has been resolved: tracing: Restructure traceclockglobal to never block It was reported that a fix to the ring buffer recursion detection would cause a hung machine when performing suspend / resume testing. The following backtrace was extracted fro...

5.5CVSS6.9AI score0.00246EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/06 2:01 a.m.13 views

SUSE CVE-2024-41036

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Fix deadlock with the SPI chip variant When SMP is enabled and spinlocks are actually functional then there is a deadlock with the 'statelock' spinlock between ks8851startxmitspi and ks8851irq: watchdog: BUG: soft...

4.7CVSS6.3AI score0.00751EPSS
SaveExploits0References13
Rows per page
Query Builder