Lucene search
+L

5003 matches found

Cvelist
Cvelist
added 2025/06/18 11:03 a.m.22 views

CVE-2022-50145 dmaengine: sf-pdma: Add multithread support for a DMA channel

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...

7.8CVSS0.00185EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:03 a.m.11 views

CVE-2022-50145 dmaengine: sf-pdma: Add multithread support for a DMA channel

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...

7.8CVSS5.9AI score
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:03 a.m.89 views

CVE-2022-50142

CVE-2022-50142 : In the Linux kernel, the intel_th: msu component was fixed to account for DMA buffers that may be allocated via vmalloc() after the patch set removing CONFIG_DMA_REMAP, which could disrupt the mmapping code during faults (msc_mmap_fault). The described issue arises from a possibl...

7.8CVSS6.8AI score0.00186EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/06/18 11:03 a.m.14 views

CVE-2022-50142 intel_th: msu: Fix vmalloced buffers

In the Linux kernel, the following vulnerability has been resolved: intelth: msu: Fix vmalloced buffers After commit f5ff79fddf0e "dma-mapping: remove CONFIGDMAREMAP" there's a chance of DMA buffer getting allocated via vmalloc, which messes up the mmapping code: RIP: mscmmapfault intelthmsu Call...

6.2AI score
SaveExploits0References9
CVE
CVE
added 2025/06/18 11:01 a.m.103 views

CVE-2022-50055

The CVE-2022-50055 entry pertains to the Linux kernel vulnerability in the iavf driver: Fix adminq error handling. The issue arises in iavf_alloc_asq_bufs/iavf_alloc_arq_bufs where DMA-coherent memory is allocated for the VF mailbox, and DMA regions for ASQ/ARQ were not freed if configuration err...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.20 views

CVE-2022-50055 iavf: Fix adminq error handling

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavfallocasqbufs/iavfallocarqbufs allocates with dmaalloccoherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error happens during configuration of ASQ/ARQ registers. Witho...

0.00176EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:01 a.m.10 views

CVE-2022-50055 iavf: Fix adminq error handling

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavfallocasqbufs/iavfallocarqbufs allocates with dmaalloccoherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error happens during configuration of ASQ/ARQ registers. Witho...

6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/06/18 11:00 a.m.26 views

CVE-2022-49983

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device v2 If the DMA mask is not set explicitly, the following warning occurs when the userspace tries to access the dma-buf via the CPU as reported by syzbot here: WARNING: CPU: 1 PID:...

5.5CVSS5.1AI score0.00223EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:00 a.m.18 views

CVE-2022-49983 udmabuf: Set the DMA mask for the udmabuf device (v2)

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device v2 If the DMA mask is not set explicitly, the following warning occurs when the userspace tries to access the dma-buf via the CPU as reported by syzbot here: WARNING: CPU: 1 PID:...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2025/06/18 11:00 a.m.115 views

CVE-2022-49983

The issue CVE-2022-49983 affects the Linux kernel udmabuf driver. If the udmabuf DMA mask is not set explicitly, userspace DMA-BUF access via the CPU can trigger a warning in dma_map_sg_attrs (kernel/dma/mapping.c) during dma-buf CPU access flows (as shown in the stack trace). The vulnerability i...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.30 views

CVE-2022-49983 udmabuf: Set the DMA mask for the udmabuf device (v2)

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device v2 If the DMA mask is not set explicitly, the following warning occurs when the userspace tries to access the dma-buf via the CPU as reported by syzbot here: WARNING: CPU: 1 PID:...

0.00223EPSS
SaveExploits0References4
CVE
CVE
added 2025/06/18 11:00 a.m.89 views

CVE-2022-49972

CVE-2022-49972 concerns a Linux kernel XDP_SHARED_UMEM issue where packets could be corrupted when multiple sockets bind to the same umem (except the first). Root cause: the DMA addresses for pre-populated xsk buffer pool entries were initialized only for the first socket bound to the umem; the l...

7.8CVSS6.7AI score0.00206EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:00 a.m.25 views

CVE-2022-49972 xsk: Fix corrupted packets for XDP_SHARED_UMEM

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

7.8CVSS0.00206EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 11:00 a.m.19 views

CVE-2022-49972 xsk: Fix corrupted packets for XDP_SHARED_UMEM

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

7.8CVSS6.2AI score
SaveExploits0References5
CVE
CVE
added 2025/06/18 10:54 a.m.103 views

CVE-2022-49935

CVE-2022-49935 affects the Linux kernel’s dma-buf/dma-resv code. The vulnerability arises from assuming a newly added fence is newer than all existing fences; with the explicit UAPI export/import, this assumption was removed, creating a path where userspace could force the kernel into a use-after...

7.8CVSS6.5AI score0.00157EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 10:54 a.m.8 views

CVE-2022-49935

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: check if the new fence is really later Previously when we added a fence to a dmaresv object we always assumed the the newer than all the existing fences. With Jason's work to add an UAPI to explicit export/impor...

7.8CVSS5.3AI score0.00157EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 10:54 a.m.23 views

CVE-2022-49935 dma-buf/dma-resv: check if the new fence is really later

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: check if the new fence is really later Previously when we added a fence to a dmaresv object we always assumed the the newer than all the existing fences. With Jason's work to add an UAPI to explicit export/impor...

7.8CVSS0.00157EPSS
SaveExploits0References2
OSV
OSV
added 2025/06/18 10:54 a.m.10 views

CVE-2022-49935 dma-buf/dma-resv: check if the new fence is really later

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: check if the new fence is really later Previously when we added a fence to a dmaresv object we always assumed the the newer than all the existing fences. With Jason's work to add an UAPI to explicit export/impor...

7.8CVSS5.9AI score
SaveExploits0References5
NVD
NVD
added 2025/06/18 10:15 a.m.29 views

CVE-2025-38062

In the Linux kernel, the following vulnerability has been resolved: genirq/msi: Store the IOMMU IOVA directly in msidesc instead of iommucookie The IOMMU translation for MSI message addresses has been a 2-step process, separated in time: 1 iommudmapreparemsi: A cookie pointer containing the IOVA...

7.8CVSS0.00177EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 10:15 a.m.6 views

DEBIAN-CVE-2025-38042

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: Drop skipfdq argument from k3udmaglueresetrxchn The user of k3udmaglueresetrxchn e.g. tiam65cpswnuss can run on multiple platforms having different DMA architectures. On some platforms there can be on...

5.5CVSS5.2AI score0.00148EPSS
SaveExploits0References1
Rows per page
Query Builder