Lucene search
K

524 matches found

OSV
OSV
added 2025/06/18 10:15 a.m.0 views

UBUNTU-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.7AI score0.00092EPSS
Exploits0References12
OSV
OSV
added 2025/06/18 10:15 a.m.1 views

UBUNTU-CVE-2025-38005

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Add missing locking Recent kernels complain about a missing lock in k3-udma.c when the lock validator is enabled: 4.128073 WARNING: CPU: 0 PID: 746 at drivers/dma/ti/../virt-dma.h:169...

5.5CVSS6.2AI score0.00105EPSS
Exploits0References39
CVE
CVE
added 2025/06/18 9:28 a.m.75 views

CVE-2025-38015

CVE-2025-38015 – Linux kernel (dmaengine idxd): The issue is a memory leak in the error path of idxd_alloc where memory allocated for idxd could be left unreleased if idxd_alloc() fails. The fix frees the allocated memory in the reverse order of allocation before exiting the function on error. Th...

5.5CVSS6.6AI score0.0009EPSS
Exploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.4 views

CVE-2025-38015

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: fix memory leak in error handling path of idxdalloc Memory allocated for idxd is not freed if an error occurs during idxdalloc. To fix it, free the allocated memory in the reverse order of allocation before exiti...

5.5CVSS5.6AI score0.0009EPSS
Exploits0
CVE
CVE
added 2025/06/18 9:28 a.m.86 views

CVE-2025-38014

CVE-2025-38014 : In the Linux kernel’s dmaengine idxd subsystem, a removal path was refactored to use an idxd_cleanup() helper, which fixes code duplication and also corrects a missing put_device() for idxd groups, engines, and work queues. The vulnerability is described as a local-access issue w...

5.5CVSS6.6AI score0.00065EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.4 views

CVE-2025-38014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Refactor remove call with idxdcleanup helper The idxdcleanup helper cleans up perfmon, interrupts, internals and so on. Refactor remove call with the idxdcleanup helper to avoid code duplication. Note, this also...

5.5CVSS5.4AI score0.00065EPSS
Exploits0
CVE
CVE
added 2025/06/18 9:28 a.m.82 views

CVE-2025-38005

CVE-2025-38005 : In the Linux kernel, the vulnerability stems from a missing locking in the TI k3-udma DMA engine path (udma_start in udma_check_tx_completion). The issue was observed as a warning trace in recent kernels and is resolved by a patch that adds the missing locking (see commits such a...

5.5CVSS6.5AI score0.00105EPSS
Exploits0References9Affected Software1
BDU FSTEC
BDU FSTEC
added 2025/06/03 12:0 a.m.9 views

The vulnerability of the dmaengine kernel component in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the dmaengine kernel component in the Linux operating system is related to a memory leak. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.00016EPSS
Exploits0References12Affected Software7
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

DEBIAN-CVE-2022-49860

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

5.5CVSS5.4AI score0.00082EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.1 views

UBUNTU-CVE-2022-49861

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mvxorv2: Fix a resource leak in mvxorv2remove A clkprepareenable call in the probe is not balanced by a corresponding clkdisableunprepare in the remove function. Add the missing call...

5.5CVSS6.1AI score0.00065EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.11 views

CVE-2022-49860 dmaengine: ti: k3-udma-glue: fix memory leak when register device fail

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

0.00082EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.2 views

CVE-2022-49860 dmaengine: ti: k3-udma-glue: fix memory leak when register device fail

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister fails, it should call putdevice to give up reference, the name allocated in devsetname can be freed in callback function kobjectcleanup...

6.1AI score0.00082EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.1 views

CVE-2022-49861 dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mvxorv2: Fix a resource leak in mvxorv2remove A clkprepareenable call in the probe is not balanced by a corresponding clkdisableunprepare in the remove function. Add the missing call...

6.1AI score0.00065EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.7 views

CVE-2022-49861

In the Linux kernel, the following vulnerability has been resolved: dmaengine: mvxorv2: Fix a resource leak in mvxorv2remove A clkprepareenable call in the probe is not balanced by a corresponding clkdisableunprepare in the remove function. Add the missing call...

5.5CVSS5.5AI score0.00065EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/04/18 11:19 p.m.3 views

SUSE CVE-2025-38479

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...

4.4CVSS7.7AI score0.00035EPSS
Exploits0References3
NVD
NVD
added 2025/04/18 7:15 a.m.7 views

CVE-2025-38479

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...

7.8CVSS0.00035EPSS
Exploits0References4
OSV
OSV
added 2025/04/18 7:15 a.m.1 views

DEBIAN-CVE-2025-38479

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...

7.8CVSS5.6AI score0.00035EPSS
Exploits0References1
OSV
OSV
added 2025/04/18 7:15 a.m.0 views

UBUNTU-CVE-2025-38479

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsledma-txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel dump: WARNING: CPU: 0 PID: 11 at...

7.8CVSS6.2AI score0.00035EPSS
Exploits0References14
CVE
CVE
added 2025/04/18 7:1 a.m.98 views

CVE-2025-38479

CVE-2025-38479 affects the Linux kernel dmaengine/fsl-edma remove path on i.MX platforms. The root cause was a missing check for txirq/errirq, which could trigger a kernel dump (Warning: devm_free_irq) on i.MX9. The fix adds a txirq/errirq check to prevent the warning and ensure proper irq releas...

7.8CVSS6.5AI score0.00035EPSS
Exploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2025/03/29 5:44 p.m.12 views

CVE-2023-53014

A flaw was found in the tegra186-gpc-dma module in the Linux kernel. A memory leak can occur due to a missing memory release when an ongoing transfer is terminated, potentially impacting system performance and possibly resulting in a denial of service. Mitigation Mitigation for this issue is eith...

5.5CVSS5.2AI score0.00016EPSS
Exploits0References4
Rows per page
Query Builder