Lucene search
+L

117 matches found

OSV
OSV
added 2024/05/20 10:15 a.m.3 views

DEBIAN-CVE-2024-35998

In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifssyncmidresult Coverity spotted that the cifssyncmidresult function could deadlock "Thread deadlock ORDERREVERSAL lockorder: Calling spinlock acquires lock TCPServerInfo.srvlock...

5.5CVSS5.5AI score0.00393EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.31 views

CVE-2024-35998

In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifssyncmidresult Coverity spotted that the cifssyncmidresult function could deadlock "Thread deadlock ORDERREVERSAL lockorder: Calling spinlock acquires lock TCPServerInfo.srvlock...

7.5CVSS6AI score0.00393EPSS
SaveExploits0References11
CVE
CVE
added 2024/05/20 9:48 a.m.140 views

CVE-2024-35998

CVE-2024-35998 – Linux kernel SMB3 deadlock fix Root cause: In cifs_sync_mid_result, incorrect lock ordering could cause a thread deadlock (ORDER_REVERSAL) where TCP_Server_Info.srv_lock is acquired while TCP_Server_Info.mid_lock is held. Impact: Deadlock potential in the SMB/CIFS path (smb3) wit...

7.5CVSS6.7AI score0.00393EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/05/20 9:48 a.m.20 views

CVE-2024-35998

In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifssyncmidresult Coverity spotted that the cifssyncmidresult function could deadlock "Thread deadlock ORDERREVERSAL lockorder: Calling spinlock acquires lock TCPServerInfo.srvlock...

7.5CVSS7.3AI score0.00393EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/18 2:09 a.m.24 views

CVE-2023-52668

A flaw was found in the Linux kernel’s btrfs module. Improper lock ordering can cause a circular locking dependency, resulting in a denial of service...

5.5CVSS8AI score0.00176EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:15 p.m.7 views

DEBIAN-CVE-2023-52668

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

5.5CVSS5.5AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.9 views

UBUNTU-CVE-2023-52668

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

5.5CVSS5.7AI score0.00176EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/17 2:01 p.m.20 views

CVE-2023-52668 btrfs: zoned: fix lock ordering in btrfs_zone_activate()

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

6.8AI score0.00176EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 2:01 p.m.18 views

CVE-2023-52668 btrfs: zoned: fix lock ordering in btrfs_zone_activate()

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/17 2:01 p.m.44 views

CVE-2023-52668 btrfs: zoned: fix lock ordering in btrfs_zone_activate()

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

6.4AI score0.00176EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/17 2:01 p.m.34 views

CVE-2023-52668

In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfszoneactivate The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc5+ 1 Not tainted...

5.5CVSS7AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/25 12:00 a.m.13 views

PT-2024-26834

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.37 Description A potential deadlock in the cifs sync mid result function has been resolved. The issue was spotted by Coverity, which identified a thread deadlock due to lock ordering. The problem occurs when...

7.5CVSS5.4AI score0.00393EPSS
SaveExploits0
OSV
OSV
added 2024/02/27 10:15 a.m.2 views

DEBIAN-CVE-2021-46921

In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queuedwritelockslowpath While this code is executed with the waitlock held, a reader can acquire the lock without holding waitlock. The writer side loops checking the value with the...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/01/11 12:00 a.m.9 views

PT-2024-8423 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.7.2 Description: The vulnerability is related to incorrect lock ordering in the btrfs zone activate function, which can lead to a deadlock. This issue was detected by the btrfs CI when running generic/129,...

9.1CVSS6.6AI score0.01219EPSS
SaveExploits11References911
Positive Technologies
Positive Technologies
added 2023/11/07 12:00 a.m.9 views

PT-2025-18893 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A deadlock issue during directory rename operations has been identified. The problem arises from incorrect lock ordering, where i rwsem is locked while transactions are started, contra...

8.2CVSS6.2AI score0.16525EPSS
SaveExploits5References275
SUSE CVE
SUSE CVE
added 2023/02/15 5:35 a.m.6 views

SUSE CVE-2013-4494

Xen before 4.1.x, 4.2.x, and 4.3.x does not take the pagealloclock and granttable.lock in the same order, which allows local guest administrators with access to multiple vcpus to cause a denial of service host deadlock via unspecified vectors...

5.2CVSS6.7AI score0.0067EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2022/11/08 9:32 a.m.19 views

kernel: scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock During stress I/O tests with 500+ vports, hard LOCKUP call traces are observed. CPU A: nativequeuedspinlockslowpath+0x192 rawspinlockirqsave+0x32 lpfchandlefcperr+0x4...

5.5CVSS6.3AI score0.00197EPSS
SaveExploits0References5
Rows per page
Query Builder