Lucene search
K

789 matches found

RedhatCVE
RedhatCVE
added 2024/05/20 4:24 p.m.26 views

CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS6.4AI score0.00022EPSS
Exploits0References4
NVD
NVD
added 2024/05/20 10:15 a.m.12 views

CVE-2024-35989

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. However, on systems with only one CPU online, no valid...

5.5CVSS6.4AI score0.00016EPSS
Exploits0References5
OSV
OSV
added 2024/05/20 10:15 a.m.1 views

DEBIAN-CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS5.6AI score0.00022EPSS
Exploits0References1
OSV
OSV
added 2024/05/20 10:15 a.m.1 views

DEBIAN-CVE-2024-35989

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. However, on systems with only one CPU online, no valid...

5.5CVSS5.7AI score0.00016EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/20 10:15 a.m.14 views

CVE-2024-35989

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. However, on systems with only one CPU online, no valid...

5.5CVSS6.4AI score0.00016EPSS
Exploits0References20
CVE
CVE
added 2024/05/20 9:47 a.m.159 views

CVE-2024-35991

CVE-2024-35991: In the Linux kernel, idxd dmaengine code changed from a spinlock-protected event log workqueue to a mutex-protected approach to safely call drain_workqueue(). The root cause was calling drain_workqueue() while holding a spinlock, risking a Call Trace due to possible task reschedul...

5.5CVSS6.6AI score0.00022EPSS
Exploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/05/20 9:47 a.m.21 views

CVE-2024-35991

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue drainworkqueue cannot be called safely in a spinlocked context due to possible task rescheduling. In the multi-task scenario, calling queuework while drainworkqueue...

5.5CVSS7.2AI score0.00022EPSS
Exploits0
Cvelist
Cvelist
added 2024/05/20 9:47 a.m.24 views

CVE-2024-35989 dmaengine: idxd: Fix oops during rmmod on single-CPU platforms

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. However, on systems with only one CPU online, no valid...

6.3AI score0.00016EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/05/20 9:47 a.m.20 views

CVE-2024-35989 dmaengine: idxd: Fix oops during rmmod on single-CPU platforms

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. However, on systems with only one CPU online, no valid...

7AI score0.00016EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/05/20 9:47 a.m.15 views

CVE-2024-35989

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix oops during rmmod on single-CPU platforms During the removal of the idxd driver, registered offline callback is invoked as part of the clean up process. However, on systems with only one CPU online, no valid...

5.5CVSS7.2AI score0.00016EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/05/17 11:11 p.m.25 views

CVE-2024-35833

A memory leak flaw was found in the dmaengine: fsl-qdma driver in the Linux kernel, which occurs during queue command operations for Direct Memory Access DMA. This issue could lead to increased memory usage, potentially affecting system performance and stability. Mitigation Mitigation for this...

5.5CVSS7.3AI score0.00025EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:38 p.m.25 views

CVE-2024-27409

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the HDMA controller register. If the doorbell register is toggled...

5.5CVSS6.3AI score0.00021EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/05/17 10:38 p.m.25 views

CVE-2024-27408

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controller register. If the doorbell register is toggled...

5.5CVSS6.3AI score0.00014EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.20 views

CVE-2024-35833

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dmaalloccoherent is undone neither in the remove function, nor in the error handling path of fslqdmaprobe. Switch to the managed version to fix both...

5.5CVSS6.2AI score0.00025EPSS
Exploits0References14
Cvelist
Cvelist
added 2024/05/17 1:48 p.m.22 views

CVE-2024-35833 dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dmaalloccoherent is undone neither in the remove function, nor in the error handling path of fslqdmaprobe. Switch to the managed version to fix both...

6.5AI score0.00025EPSS
Exploits0References7
OSV
OSV
added 2024/05/17 12:15 p.m.2 views

AZL-67499 CVE-2024-27408 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controller register. If the doorbell register is toggled...

4.7CVSS5.7AI score0.00014EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 12:15 p.m.1 views

UBUNTU-CVE-2024-27408

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the eDMA controller register. If the doorbell register is toggled...

4.7CVSS5.8AI score0.00014EPSS
Exploits0References6
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.20 views

CVE-2024-27409

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the HDMA controller register. If the doorbell register is toggled...

5.5CVSS6AI score0.00021EPSS
Exploits0References5
CVE
CVE
added 2024/05/17 11:50 a.m.72 views

CVE-2024-27409

The CVE-2024-27409 entry concerns the Linux kernel HDMA path of the dmaengine (dw-edma). The vulnerability stems from a race: the Linked list element/pointer may be written to memory and the doorbell register toggled before the full write completes, because the linked list and controller register...

5.5CVSS6.5AI score0.00021EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/05/17 11:50 a.m.19 views

CVE-2024-27409 dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in remote setup The Linked list element and pointer are not stored in the same memory as the HDMA controller register. If the doorbell register is toggled...

5.5CVSS5AI score0.00021EPSS
Exploits0References6
Rows per page
Query Builder