Lucene search
+L

7787 matches found

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
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
CVE
CVE
added 2024/10/21 12:14 p.m.148 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
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
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
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
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.10 views

CVE-2024-47739 padata: use integer wrap around to prevent deadlock on seq_nr overflow

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.5CVSS6.9AI score0.00679EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 12:14 p.m.9 views

CVE-2024-47739 padata: use integer wrap around to prevent deadlock on seq_nr overflow

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.5CVSS6.2AI score
SaveExploits0References12
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.33 views

CVE-2024-47739 padata: use integer wrap around to prevent deadlock on seq_nr overflow

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.5CVSS0.00679EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.15 views

CVE-2024-47736 erofs: handle overlapped pclusters out of crafted images properly

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

6.8AI score0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2024/10/21 12:14 p.m.14 views

CVE-2024-47736 erofs: handle overlapped pclusters out of crafted images properly

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

6AI score
SaveExploits0References10
CVE
CVE
added 2024/10/21 12:14 p.m.137 views

CVE-2024-47736

CVE-2024-47736 relates to the Linux kernel EROFS handling of overlapped pclusters in crafted images. The issue caused a potential task hang/deadlock while waiting on the folio lock during cache I/O, triggered by fuzzed images with overlapping big pclusters. Root causes described include mis-arran...

5.5CVSS5.2AI score0.00182EPSS
SaveExploits0References7Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.9 views

CVE-2024-47729 drm/xe: Use reserved copy engine for user binds on faulting devices

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

7AI score0.00204EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.25 views

CVE-2024-47729 drm/xe: Use reserved copy engine for user binds on faulting devices

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

0.00204EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/10/21 11:53 a.m.34 views

CVE-2024-47696 RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency

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.5CVSS0.00727EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/10/21 12:00 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 fact that when user bindings are mapped to an engine that may fail, the failure is dependent on the...

5.5CVSS8.2AI score0.00204EPSS
SaveExploits0References5
Rows per page
Query Builder