Lucene search
K

524 matches found

RedhatCVE
RedhatCVE
added 2025/03/29 5:39 p.m.15 views

CVE-2022-49753

In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix double increment of clientcount in dmachanget The first time dmachanget is called for a channel the channel clientcount is incorrectly incremented twice for public channels, first in balancerefcount, and again prio...

5.5CVSS7.1AI score0.00008EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/03/28 3:37 a.m.2 views

SUSE CVE-2023-53014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminateall Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the descterminated list The descriptor will be freed later in descfreelist. Thi...

5.5CVSS7.8AI score0.00016EPSS
Exploits0References5
NVD
NVD
added 2025/03/27 5:15 p.m.8 views

CVE-2023-53014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminateall Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the descterminated list The descriptor will be freed later in descfreelist. Thi...

5.5CVSS0.00016EPSS
Exploits0References2
OSV
OSV
added 2025/03/27 5:15 p.m.0 views

DEBIAN-CVE-2022-49753

In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix double increment of clientcount in dmachanget The first time dmachanget is called for a channel the channel clientcount is incorrectly incremented twice for public channels, first in balancerefcount, and again prio...

7.8CVSS5.4AI score0.00008EPSS
Exploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.8 views

DEBIAN-CVE-2022-49746

In the Linux kernel, the following vulnerability has been resolved: dmaengine: imx-sdma: Fix a possible memory leak in sdmatransferinit If the function sdmaloadcontext fails, the sdmadesc will be freed, but the allocated desc-bd is forgot to be freed. We already met the sdmaloadcontext failure ca...

5.5CVSS5.5AI score0.00016EPSS
Exploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.0 views

UBUNTU-CVE-2023-53014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminateall Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the descterminated list The descriptor will be freed later in descfreelist. Thi...

5.5CVSS6.3AI score0.00016EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/03/27 4:43 p.m.11 views

CVE-2023-53014 dmaengine: tegra: Fix memory leak in terminate_all()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminateall Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the descterminated list The descriptor will be freed later in descfreelist. Thi...

0.00016EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2025/03/27 4:43 p.m.6 views

CVE-2023-53014

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminateall Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the descterminated list The descriptor will be freed later in descfreelist. Thi...

5.5CVSS5.5AI score0.00016EPSS
Exploits0
CVE
CVE
added 2025/03/27 4:42 p.m.143 views

CVE-2022-49746

The CVE-2022-49746 issue affects the Linux kernel DMA engine, specifically the imx-sdma path. A memory leak can occur in sdma_transfer_init when sdma_load_context() fails: the sdma_desc is freed, but the allocated desc->bd was not, leading to a leak (as illustrated by timeout/login messages). ...

5.5CVSS6.5AI score0.00016EPSS
Exploits0References6Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/03/13 12:0 a.m.1 views

dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset

...

5.5CVSS7.4AI score0.00014EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/02/27 3:3 a.m.2 views

SUSE CVE-2022-49652

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

5.5CVSS7.7AI score0.00018EPSS
Exploits0References10
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

DEBIAN-CVE-2022-49650

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

5.5CVSS5.6AI score0.0001EPSS
Exploits0References1
OSV
OSV
added 2025/02/26 7:1 a.m.3 views

DEBIAN-CVE-2022-49652

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

5.5CVSS5.5AI score0.00018EPSS
Exploits0References1
NVD
NVD
added 2025/02/26 7:1 a.m.11 views

CVE-2022-49320

In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmpdma: In struct zynqmpdmachan fix descsize data type In zynqmpdmaalloc/freechanresources functions there is a potential overflow in the below expressions. dmaalloccoherentchan-dev, 2 chan-descsize ZYNQMPDMANUMDESC...

5.5CVSS0.00059EPSS
Exploits0References6
OSV
OSV
added 2025/02/26 7:1 a.m.2 views

UBUNTU-CVE-2022-49320

In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmpdma: In struct zynqmpdmachan fix descsize data type In zynqmpdmaalloc/freechanresources functions there is a potential overflow in the below expressions. dmaalloccoherentchan-dev, 2 chan-descsize ZYNQMPDMANUMDESC...

5.5CVSS6.2AI score0.00059EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.10 views

CVE-2022-49652 dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

0.00018EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 2:23 a.m.8 views

CVE-2022-49652 dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in tidra7xbarrouteallocate ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput in to fix this...

5.5CVSS5.2AI score0.00018EPSS
Exploits0References11
Debian CVE
Debian CVE
added 2025/02/26 2:23 a.m.12 views

CVE-2022-49650

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

5.5CVSS5.6AI score0.0001EPSS
Exploits0
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.23 views

CVE-2022-49650 dmaengine: qcom: bam_dma: fix runtime PM underflow

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bamdma: fix runtime PM underflow Commit dbad41e7bb5f "dmaengine: qcom: bamdma: check if the runtime pm enabled" caused unbalanced pmruntimeget/put calls when the bam is controlled remotely. This commit reverts it...

0.0001EPSS
Exploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: dmaengine: atxdmac: Avoid nullprtderef in atxdmacprepdmamemset. The atxdmacmemsetcreatedesc function may return NULL, which could lead to a null pointer derefrence. For example, if the len parameter is incorrect, or if...

5.5CVSS5.8AI score0.00014EPSS
Exploits0References3
Rows per page
Query Builder