Lucene search
K

167 matches found

Cvelist
Cvelist
added 2024/04/03 5:0 p.m.27 views

CVE-2024-26732 net: implement lockless setsockopt(SO_PEEK_OFF)

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

6.7AI score0.00158EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/04/03 5:0 p.m.38 views

CVE-2024-26732

In the Linux kernel, the following vulnerability has been resolved: net: implement lockless setsockoptSOPEEKOFF syzbot reported a lockdep violation 1 involving afunix support of SOPEEKOFF. Since SOPEEKOFF is inherently not thread safe it uses a per-socket skpeekoff field, there is really no point...

5.5CVSS5.4AI score0.00158EPSS
Exploits0
NVD
NVD
added 2024/04/03 3:15 p.m.18 views

CVE-2024-26725

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

5.5CVSS6.5AI score0.0015EPSS
Exploits0References2
NVD
NVD
added 2024/04/03 3:15 p.m.14 views

CVE-2024-26691

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

5.5CVSS6.5AI score0.00183EPSS
Exploits0References3
OSV
OSV
added 2024/04/03 3:15 p.m.10 views

DEBIAN-CVE-2024-26691

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

5.5CVSS6AI score0.00183EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 3:15 p.m.1 views

UBUNTU-CVE-2024-26691

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

5.5CVSS6.6AI score0.00183EPSS
Exploits0References11
OSV
OSV
added 2024/04/03 2:54 p.m.5 views

CVE-2024-26691 KVM: arm64: Fix circular locking dependency

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

5.5CVSS6AI score0.00183EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/04/03 2:54 p.m.21 views

CVE-2024-26691 KVM: arm64: Fix circular locking dependency

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

6.8AI score0.00183EPSS
Exploits0References3
Cvelist
Cvelist
added 2024/04/03 2:54 p.m.30 views

CVE-2024-26691 KVM: arm64: Fix circular locking dependency

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

6.8AI score0.00183EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/04/03 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel has a security vulnerability that stems from a circular locking dependency...

5.5CVSS5.2AI score0.00158EPSS
Exploits0References5
CNNVD
CNNVD
added 2024/04/03 12:0 a.m.6 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 security vulnerability exists in the Linux kernel that stems from the occurrence of a circular locking problem...

5.5CVSS6.4AI score0.00183EPSS
Exploits0References6
NVD
NVD
added 2024/04/02 7:15 a.m.28 views

CVE-2024-26658

In the Linux kernel, the following vulnerability has been resolved: bcachefs: grab sumount only if snapshotting When I was testing mongodb over bcachefs with compression, there is a lockdep warning when snapshotting mongodb data volume. $ cat test.sh prog=bcachefs $prog subvolume create /mnt/data...

5.5CVSS6.4AI score0.00148EPSS
Exploits0References2
NVD
NVD
added 2024/04/02 7:15 a.m.24 views

CVE-2023-52632

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix lock dependency warning with srcu ====================================================== WARNING: possible circular locking dependency detected 6.5.0-kfd-yangp 2289 Not tainted...

5.5CVSS7.4AI score0.00168EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2024/04/02 6:49 a.m.17 views

CVE-2023-52632

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix lock dependency warning with srcu ====================================================== WARNING: possible circular locking dependency detected 6.5.0-kfd-yangp 2289 Not tainted...

5.5CVSS6.8AI score0.00168EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2024/04/02 6:22 a.m.25 views

CVE-2024-26658 bcachefs: grab s_umount only if snapshotting

In the Linux kernel, the following vulnerability has been resolved: bcachefs: grab sumount only if snapshotting When I was testing mongodb over bcachefs with compression, there is a lockdep warning when snapshotting mongodb data volume. $ cat test.sh prog=bcachefs $prog subvolume create /mnt/data...

6.8AI score0.00148EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/04/02 6:22 a.m.42 views

CVE-2024-26658 bcachefs: grab s_umount only if snapshotting

In the Linux kernel, the following vulnerability has been resolved: bcachefs: grab sumount only if snapshotting When I was testing mongodb over bcachefs with compression, there is a lockdep warning when snapshotting mongodb data volume. $ cat test.sh prog=bcachefs $prog subvolume create /mnt/data...

6.7AI score0.00148EPSS
Exploits0References2
CNNVD
CNNVD
added 2024/04/02 12:0 a.m.5 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 security vulnerability exists in the Linux kernel that stems from a possible circular locking dependency...

5.5CVSS6.7AI score0.00168EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2024/04/02 12:0 a.m.13 views

PT-2024-14669

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.5.0-kfd-yangp 2289 and earlier Description A possible circular locking dependency has been detected in the Linux kernel, specifically in the drm/amdkfd module. This issue occurs when a task attempts to acquire a lock th...

5.5CVSS5.4AI score0.00168EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2024/03/12 12:56 a.m.177 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from th...

8.8CVSS7.2AI score0.28058EPSS
Exploits17References7
Prion
Prion
added 2024/03/06 7:15 a.m.25 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: afunix: fix lockdep positive in skdiagdumpicons syzbot reported a lockdep splat 1. Blamed commit hinted about the possible lockdep violation, and code used unixstatelocknested in an attempt to silence lockdep. It is not sufficien...

6.8AI score
Exploits0References8
Rows per page
Query Builder