Lucene search
K

524 matches found

OSV
OSV
added 2025/08/16 12:15 p.m.0 views

UBUNTU-CVE-2025-38538

In the Linux kernel, the following vulnerability has been resolved: dmaengine: nbpfaxi: Fix memory corruption in probe The nbpf-chan array is allocated earlier in the nbpfprobe function and it has "numchannels" elements. These three loops iterate one element farther than they should and corrupt...

7.8CVSS6.5AI score0.00079EPSS
Exploits0References39
Debian CVE
Debian CVE
added 2025/08/16 11:12 a.m.6 views

CVE-2025-38538

In the Linux kernel, the following vulnerability has been resolved: dmaengine: nbpfaxi: Fix memory corruption in probe The nbpf-chan array is allocated earlier in the nbpfprobe function and it has "numchannels" elements. These three loops iterate one element farther than they should and corrupt...

7.8CVSS6.5AI score0.00079EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-49860

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-glue: fix memory leak when register device fail If deviceregister...

5.5CVSS6.1AI score0.00082EPSS
Exploits0References3
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:0 a.m.2 views

dmaengine: ti: Add NULL check in udma_probe()

...

5.5CVSS7AI score0.00159EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/08/07 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2022-50023

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the resu...

5.5CVSS6.4AI score0.00042EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/07/29 12:0 a.m.6 views

PT-2025-39128

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the dmaengine subsystem, specifically related to the idxd driver. A duplicate call to put device within the idxd free function can lead to a...

7.8CVSS5.8AI score0.00025EPSS
Exploits0
CVE
CVE
added 2025/07/25 12:47 p.m.82 views

CVE-2025-38369

CVE-2025-38369 affects the Linux kernel DMA engine idxd path. Under certain container configurations running IDXD workloads with /dev mounted can trigger a call trace or kernel panic when the parent process of the container is terminated. Root cause described: Docker’s mount replication propagati...

7.8CVSS6.3AI score0.00067EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2025/07/03 9:15 a.m.2 views

AZL-64559 CVE-2025-38138 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Add NULL check in udmaprobe devmkasprintf returns NULL when memory allocation fails. Currently, udmaprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after devmkasprint...

5.5CVSS6.8AI score0.00159EPSS
Exploits0References1
Positive Technologies
Positive Technologies
added 2025/07/01 12:0 a.m.1 views

PT-2025-33581

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory corruption issue was identified in the dmaengine subsystem, specifically within the nbpfaxi component’s probe function. The vulnerability stems from loops iterating beyond the...

7.8CVSS7.1AI score0.00079EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.1 views

SUSE CVE-2022-50023

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the result of vchannextdesc in the handler axichanblockxfercomplete to avoid...

5.5CVSS6.3AI score0.00042EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:43 a.m.1 views

SUSE CVE-2022-50024

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: do not print NULL LLI during error During debugging we have seen an issue where axichandumplli is passed a NULL LLI pointer which ends up causing an OOPS due to trying to get fields from it. Simply print...

5.5CVSS6.3AI score0.00042EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/06/19 3:16 a.m.3 views

SUSE 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.8CVSS7.6AI score0.00105EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2025/06/19 3:16 a.m.1 views

SUSE 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...

4.1CVSS6.5AI score0.00065EPSS
Exploits0References26
OSV
OSV
added 2025/06/18 11:15 a.m.2 views

DEBIAN-CVE-2022-50145

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...

5.5CVSS5.3AI score0.00063EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.1 views

DEBIAN-CVE-2022-50023

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the result of vchannextdesc in the handler axichanblockxfercomplete to avoid...

5.5CVSS5.2AI score0.00042EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.2 views

UBUNTU-CVE-2022-50023

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: ignore interrupt if no descriptor If the channel has no descriptor and the interrupt is raised then the kernel will OOPS. Check the result of vchannextdesc in the handler axichanblockxfercomplete to avoid...

5.5CVSS6AI score0.00042EPSS
Exploits0References5
OSV
OSV
added 2025/06/18 11:1 a.m.3 views

CVE-2022-50024 dmaengine: dw-axi-dmac: do not print NULL LLI during error

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw-axi-dmac: do not print NULL LLI during error During debugging we have seen an issue where axichandumplli is passed a NULL LLI pointer which ends up causing an OOPS due to trying to get fields from it. Simply print...

5.5CVSS6AI score0.00042EPSS
Exploits0References6
OSV
OSV
added 2025/06/18 10:15 a.m.2 views

DEBIAN-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
Exploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.2 views

DEBIAN-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.5CVSS5.7AI score0.00105EPSS
Exploits0References1
OSV
OSV
added 2025/06/18 10:15 a.m.3 views

UBUNTU-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.5CVSS6.1AI score0.00065EPSS
Exploits0References26
Rows per page
Query Builder