Lucene search
K

789 matches found

CVE
CVE
added 2024/07/12 12:37 p.m.62 views

CVE-2024-40986

CVE-2024-40986 affects the Linux kernel DMA engine for Xilinx XDMA. The issue arises from data synchronization in xdma_channel_isr() where the code does not properly sequence operations before using xdma->stop_request, requiring the vchan lock prior to stop_request usage. The vulnerability is ...

5.5CVSS6.5AI score0.00031EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/07/12 12:37 p.m.15 views

CVE-2024-40986 dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: xilinx: xdma: Fix data synchronisation in xdmachannelisr Requests the vchan lock before using xdma-stoprequest...

5.5CVSS6AI score0.00031EPSS
Exploits0References5
CVE
CVE
added 2024/07/12 12:31 p.m.154 views

CVE-2024-40956

CVE-2024-40956 affects the Linux kernel (dmaengine: idxd). The vulnerability is a use-after-free in irq_process_work_list, caused by reusing a descriptor while it may still be referenced. The fix uses list_for_each_entry_safe() to safely iterate and delete entries during the loop; freeing the des...

7.8CVSS8.2AI score0.00013EPSS
Exploits0References6Affected Software1
Cvelist
Cvelist
added 2024/07/12 12:31 p.m.18 views

CVE-2024-40956 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

0.00013EPSS
Exploits0References5
OSV
OSV
added 2024/07/12 12:31 p.m.16 views

CVE-2024-40956 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7.8CVSS6AI score0.00013EPSS
Exploits0References9
Vulnrichment
Vulnrichment
added 2024/07/12 12:31 p.m.31 views

CVE-2024-40956 dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

6.6AI score0.00013EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2024/07/12 12:31 p.m.14 views

CVE-2024-40956

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist Use listforeachentrysafe to allow iterating through the list and deleting the entry in the iteration process. The descriptor is freed via idxddesccomplete and...

7.8CVSS6.2AI score0.00013EPSS
Exploits0
CNNVD
CNNVD
added 2024/07/12 12:0 a.m.2 views

Linux kernel security vulnerabilities

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 a data synchronization issue in the interrupt service routine of the dmaengine:xilinx:xdma component...

5.5CVSS8.4AI score0.00031EPSS
Exploits0References4
CNNVD
CNNVD
added 2024/07/12 12:0 a.m.1 views

Linux kernel security vulnerabilities

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 due to a reference counting issue in the ofk3udmaglueparsechnbyid function of the dmaengine:ti:k3-udma-glue component...

5.5CVSS6.5AI score0.00037EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.1 views

SUSE CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

5.5CVSS6.6AI score0.00029EPSS
Exploits0References10
RedhatCVE
RedhatCVE
added 2024/06/21 7:53 p.m.32 views

CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

5.5CVSS8.1AI score0.00029EPSS
Exploits0References4
NVD
NVD
added 2024/06/21 11:15 a.m.25 views

CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

7.8CVSS0.00029EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2024/06/21 11:15 a.m.21 views

CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

7.8CVSS6.4AI score0.00029EPSS
Exploits0References12
OSV
OSV
added 2024/06/21 11:15 a.m.0 views

UBUNTU-CVE-2024-38629

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

7.8CVSS6.2AI score0.00029EPSS
Exploits0References13
OSV
OSV
added 2024/06/21 10:18 a.m.21 views

CVE-2024-38629 dmaengine: idxd: Avoid unnecessary destruction of file_ida

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

7.8CVSS6AI score0.00029EPSS
Exploits0References6
CVE
CVE
added 2024/06/21 10:18 a.m.7518 views

CVE-2024-38629

In CVE-2024-38629, the Linux kernel’s dmaengine: idxd driver had a use-after-free risk where ida_destroy(&file_ida) could run after file_ida was already destroyed during WQ cdev teardown, risking a kernel panic. The fix removes ida_destroy(&file_ida) since file_ida is allocated on cdev open and f...

7.8CVSS6.4AI score0.00029EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/21 10:18 a.m.17 views

CVE-2024-38629 dmaengine: idxd: Avoid unnecessary destruction of file_ida

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Avoid unnecessary destruction of fileida fileida is allocated during cdev open and is freed accordingly during cdev release. This sequence is guaranteed by driver file operations. Therefore, there is no need to...

6.7AI score0.00029EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/06/21 12:0 a.m.0 views

Linux kernel security vulnerabilities

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 originates in the dmaengine:idxd module to avoid unnecessarily corrupting fileida...

7.8CVSS6.5AI score0.00029EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.2 views

SUSE 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.6AI score0.00025EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/05/21 1:58 a.m.0 views

SUSE 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
Exploits0References18
Rows per page
Query Builder