Lucene search
+L

7777 matches found

NVD
NVD
added 2024/10/21 1:15 p.m.9 views

CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS0.00204EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 1:15 p.m.6 views

DEBIAN-CVE-2024-47729

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Use reserved copy engine for user binds on faulting devices User binds map to engines with can fault, faults depend on user binds completion, thus we can deadlock. Avoid this by using reserved copy engine for user binds o...

5.5CVSS5.4AI score0.00204EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.12 views

AZL-50754 CVE-2024-47736 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: erofs: handle overlapped pclusters out of crafted images properly syzbot reported a task hang issue due to a deadlock case where it is waiting for the folio lock of a cached folio that will be used for cache I/Os. After looking...

5.5CVSS5.6AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.20 views

AZL-50883 CVE-2024-47736 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: erofs: handle overlapped pclusters out of crafted images properly syzbot reported a task hang issue due to a deadlock case where it is waiting for the folio lock of a cached folio that will be used for cache I/Os. After looking...

5.5CVSS5.6AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:15 p.m.8 views

UBUNTU-CVE-2024-49856

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

5.5CVSS6.2AI score0.00207EPSS
SaveExploits0References31
OSV
OSV
added 2024/10/21 1:15 p.m.16 views

UBUNTU-CVE-2024-47744

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

5.5CVSS6.2AI score0.00168EPSS
SaveExploits0References21
CVE
CVE
added 2024/10/21 12:18 p.m.181 views

CVE-2024-49856

CVE-2024-49856 — Linux kernel, x86 SGX: deadlock in SGX NUMA node search. When the current node lacks an EPC section and other EPCs are exhausted, the loop searching for a remote EPC page can deadlock, causing a soft lockup. The root cause is that nid_of_current is not set in sgx_numa_mask, so ni...

5.5CVSS5.2AI score0.00207EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 12:18 p.m.20 views

CVE-2024-49856 x86/sgx: Fix deadlock in SGX NUMA node search

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

7AI score0.00207EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/10/21 12:18 p.m.13 views

CVE-2024-49856

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

5.5CVSS5.8AI score0.00207EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 12:18 p.m.24 views

CVE-2024-49856 x86/sgx: Fix deadlock in SGX NUMA node search

In the Linux kernel, the following vulnerability has been resolved: x86/sgx: Fix deadlock in SGX NUMA node search When the current node doesn't have an EPC section configured by firmware and all other EPC sections are used up, CPU can get stuck inside the while loop that looks for an available EP...

0.00207EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 12:15 p.m.3 views

DEBIAN-CVE-2024-47696

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:atkernel/workqueue.c:checkflushdependency In the commit aee2424246f9 "RDMA/iwcm: Fix a use-after-free related to destroying CM IDs", the function flushworkqueue is invoked to flush the work queue iwcmwq. Bu...

7.8CVSS5.8AI score0.00727EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.28 views

AZL-50818 CVE-2024-47696 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:atkernel/workqueue.c:checkflushdependency In the commit aee2424246f9 "RDMA/iwcm: Fix a use-after-free related to destroying CM IDs", the function flushworkqueue is invoked to flush the work queue iwcmwq. Bu...

7.8CVSS6.7AI score0.00727EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 12:15 p.m.9 views

UBUNTU-CVE-2024-47696

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:atkernel/workqueue.c:checkflushdependency In the commit aee2424246f9 "RDMA/iwcm: Fix a use-after-free related to destroying CM IDs", the function flushworkqueue is invoked to flush the work queue iwcmwq. Bu...

7.8CVSS6.2AI score0.00727EPSS
SaveExploits0References43
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.26 views

CVE-2024-47744 KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/21 12:14 p.m.147 views

CVE-2024-47744

CVE-2024-47744 affects the Linux kernel in the KVM area, where a race/lock order could deadlock when guarding the kvm_usage_count. The description states the fix is to use a dedicated mutex to protect kvm_usage_count and to guard against deadlocks on x86 caused by a chain of locks and SRCU synchr...

5.5CVSS5.2AI score0.00168EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/10/21 12:14 p.m.11 views

CVE-2024-47744 KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

6AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.15 views

CVE-2024-47744 KVM: Use dedicated mutex to protect kvm_usage_count to avoid deadlock

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

6.9AI score0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 12:14 p.m.16 views

CVE-2024-47744

In the Linux kernel, the following vulnerability has been resolved: KVM: Use dedicated mutex to protect kvmusagecount to avoid deadlock Use a dedicated mutex to guard kvmusagecount to fix a potential deadlock on x86 due to a chain of locks and SRCU synchronizations. Translating the below lockdep...

5.5CVSS5.6AI score0.00168EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 12:14 p.m.19 views

CVE-2024-47739

In the Linux kernel, the following vulnerability has been resolved: padata: use integer wrap around to prevent deadlock on seqnr overflow When submitting more than 2^32 padata objects to padatadoserial, the current sorting implementation incorrectly sorts padata objects with overflowed seqnr,...

7.5CVSS5.8AI score0.00679EPSS
SaveExploits0
CVE
CVE
added 2024/10/21 12:14 p.m.183 views

CVE-2024-47739

CVE-2024-47739 concerns the Linux kernel padata subsystem. The vulnerability arises when submitting more than 2^32 padata objects to padata_do_serial, where the sorting of overflowed seq_nr values can cause a newly overflowed entry to be placed before existing ones, leading to a deadlock in the s...

7.5CVSS6.9AI score0.00679EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder