Lucene search
K

4322 matches found

CVE
CVE
added 2024/05/20 9:48 a.m.113 views

CVE-2024-36003

CVE-2024-36003: Linux kernel ice driver deadlock in ice_reset_vf() due to lock order between VF config_lock and LAG mutex when ICE_VF_RESET_LOCK is involved. Connected advisories describe the issue as a possible circular locking dependency triggered on VF creation/removal, enabling a deadlock bet...

5.5CVSS6.6AI score0.00167EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/05/20 9:48 a.m.15 views

CVE-2024-36003 ice: fix LAG and VF lock dependency in ice_reset_vf()

In the Linux kernel, the following vulnerability has been resolved: ice: fix LAG and VF lock dependency in iceresetvf 9f74a3dfcf83 "ice: Fix VF Reset paths when interface in a failed over aggregate", the ice driver has acquired the LAG mutex in iceresetvf. The commit placed this lock acquisition...

5.5CVSS6AI score0.00167EPSS
Exploits0References6
CVE
CVE
added 2024/05/20 9:48 a.m.167 views

CVE-2024-36000

The vulnerability CVE-2024-36000 is a Linux kernel issue where mm/hugetlb could miss acquiring hugetlb_lock during resv uncharge, particularly in a userfault context via UFFDIO_COPY. The root cause is locking criteria being overlooked in hugetlb_cgroup_uncharge_folio_rsvd(), which updates the cgr...

5.5CVSS6.6AI score0.00225EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/20 9:48 a.m.29 views

CVE-2024-35997 HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up

In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2CHIDREADPENDING flag to prevent lock-up The flag I2CHIDREADPENDING is used to serialize I2C operations. However, this is not necessary, because I2C core already has its own locking for that. More importantl...

5.3AI score0.00177EPSS
Exploits0References8
CVE
CVE
added 2024/05/20 9:47 a.m.113 views

CVE-2024-35990

CVE-2024-35990 (Linux kernel) involves a locking fix for the xilinx_dpdma DMA channel to address not-held locks in chan->lock and chan->vchan.lock. The attached Astra Linux bulletin and initial entry describe a fix that prevents lockdep warnings by adding missing locks around xilinx_dpdma_c...

5.5CVSS6.8AI score0.00205EPSS
Exploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/20 9:47 a.m.29 views

CVE-2024-35990 dma: xilinx_dpdma: Fix locking

In the Linux kernel, the following vulnerability has been resolved: dma: xilinxdpdma: Fix locking There are several places where either chan-lock or chan-vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like 31.077578 ------------ cut here ------------ 31.077831...

7.2AI score0.00205EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.25 views

CVE-2024-35990 dma: xilinx_dpdma: Fix locking

In the Linux kernel, the following vulnerability has been resolved: dma: xilinxdpdma: Fix locking There are several places where either chan-lock or chan-vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like 31.077578 ------------ cut here ------------ 31.077831...

5.4AI score0.00205EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/05/20 9:47 a.m.37 views

CVE-2024-35990

In the Linux kernel, the following vulnerability has been resolved: dma: xilinxdpdma: Fix locking There are several places where either chan-lock or chan-vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like 31.077578 ------------ cut here ------------ 31.077831...

5.5CVSS7.7AI score0.00205EPSS
Exploits0
OSV
OSV
added 2024/05/20 9:47 a.m.18 views

CVE-2024-35990 dma: xilinx_dpdma: Fix locking

In the Linux kernel, the following vulnerability has been resolved: dma: xilinxdpdma: Fix locking There are several places where either chan-lock or chan-vchan.lock was not held. Add appropriate locking. This fixes lockdep warnings like 31.077578 ------------ cut here ------------ 31.077831...

5.5CVSS6.2AI score0.00205EPSS
Exploits0References10
CNNVD
CNNVD
added 2024/05/20 12:0 a.m.2 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 originates from kernel locking...

5.5CVSS6.7AI score0.00205EPSS
Exploits0References9
CNNVD
CNNVD
added 2024/05/20 12:0 a.m.1 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 Linux kernel that stems from a lack of locking when selecting channels...

5.5CVSS6.5AI score0.00164EPSS
Exploits0References7
NVD
NVD
added 2024/05/19 11:15 a.m.15 views

CVE-2023-52699

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

5.3CVSS6.5AI score0.00974EPSS
Exploits0References10
OSV
OSV
added 2024/05/19 11:15 a.m.1 views

UBUNTU-CVE-2023-52699

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

5.3CVSS6.1AI score0.00974EPSS
Exploits0References28
Vulnrichment
Vulnrichment
added 2024/05/19 10:10 a.m.16 views

CVE-2023-52699 sysv: don't call sb_bread() with pointers_lock held

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

6.8AI score0.00974EPSS
Exploits0References8
CVE
CVE
added 2024/05/19 10:10 a.m.124 views

CVE-2023-52699

In CVE-2023-52699, the Linux kernel SysV locking flaw caused sleep in atomic context because sb_bread() was invoked with pointers_lock held. The root cause spans historical locking changes: replacing BKL with a sysvfs-private rwlock (Linux 2.5.12) introduced a write_lock → read_lock deadlock; the...

5.3CVSS6.7AI score0.00974EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2024/05/19 9:15 a.m.0 views

UBUNTU-CVE-2024-35874

In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aiocomplete wakeup listdelinitcareful needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finishwait would see the empty list head and skip taking the lock,...

5.5CVSS5.8AI score0.00193EPSS
Exploits0References10
RedhatCVE
RedhatCVE
added 2024/05/18 2:9 a.m.23 views

CVE-2023-52666

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5CVSS7.6AI score
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:22 p.m.22 views

CVE-2024-35784

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

5.5CVSS6.4AI score0.00173EPSS
Exploits0References4
NVD
NVD
added 2024/05/17 2:15 p.m.15 views

CVE-2023-52666

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.4AI score
Exploits0
OSV
OSV
added 2024/05/17 2:15 p.m.2 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
Exploits0References1
Rows per page
Query Builder