Lucene search
+L

800 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992408)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992408 advisory. In the Linux kernel, the following vulnerability has been resolved: dmaengine: hisilicon: Add multi-thread support for a DMA channel When we get a DMA channel and tr...

5.5CVSS5.7AI score0.00184EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:57 a.m.14 views

SUSE CVE-2023-54020

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdmadesc memory leak fix Commit b2cc5c465c2c "dmaengine: sf-pdma: Add multithread support for a DMA channel" changed sfpdmaprepdmamemcpy to unconditionally allocate a new sfpdmadesc each time it is called. The...

5.5CVSS6.4AI score0.0017EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/24 1:15 p.m.8 views

CVE-2022-50721

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prepslavesg The calling convention for preslavesg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur...

0.00206EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 1:15 p.m.5 views

UBUNTU-CVE-2022-50721

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prepslavesg The calling convention for preslavesg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur...

5.7AI score0.00206EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.7 views

CVE-2022-50721

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prepslavesg The calling convention for preslavesg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur...

5.7AI score0.00206EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 12:22 p.m.8 views

CVE-2022-50721 dmaengine: qcom-adm: fix wrong calling convention for prep_slave_sg

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom-adm: fix wrong calling convention for prepslavesg The calling convention for preslavesg is to return NULL on error and provide an error log to the system. Qcom-adm instead provide error pointer when an error occur...

6.2AI score0.00206EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:22 p.m.12 views

CVE-2022-50721

CVE-2022-50721 affects the Linux kernel via the dmaengine: qcom-adm module. The vulnerability stems from the function prep_slave_sg returning an error pointer on error instead of NULL, while consumers (e.g., nandc) expect NULL to indicate failure. This mismatch can lead to a kernel panic later in...

6AI score0.00206EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 11:15 a.m.11 views

CVE-2023-54020

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdmadesc memory leak fix Commit b2cc5c465c2c "dmaengine: sf-pdma: Add multithread support for a DMA channel" changed sfpdmaprepdmamemcpy to unconditionally allocate a new sfpdmadesc each time it is called. The...

0.0017EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.5 views

CVE-2023-54020

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdmadesc memory leak fix Commit b2cc5c465c2c "dmaengine: sf-pdma: Add multithread support for a DMA channel" changed sfpdmaprepdmamemcpy to unconditionally allocate a new sfpdmadesc each time it is called. The...

5.6AI score0.0017EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/24 11:15 a.m.7 views

UBUNTU-CVE-2023-54020

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdmadesc memory leak fix Commit b2cc5c465c2c "dmaengine: sf-pdma: Add multithread support for a DMA channel" changed sfpdmaprepdmamemcpy to unconditionally allocate a new sfpdmadesc each time it is called. The...

5.7AI score0.0017EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 10:55 a.m.21 views

CVE-2023-54020

In CVE-2023-54020, the Linux kernel dmaengine sf-pdma had a memory leak: sf_pdma_prep_dma_memcpy() started allocating a new sf_pdma_desc every call after a multithread patch, but sf_pdma_free_desc() was not freeing the old descriptor. The in_use flag was redundant and the leak could cause memory ...

6AI score0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:55 a.m.9 views

CVE-2023-54020 dmaengine: sf-pdma: pdma_desc memory leak fix

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: pdmadesc memory leak fix Commit b2cc5c465c2c "dmaengine: sf-pdma: Add multithread support for a DMA channel" changed sfpdmaprepdmamemcpy to unconditionally allocate a new sfpdmadesc each time it is called. The...

6.2AI score0.0017EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.4 views

PT-2025-53025

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s dmaengine subsystem, specifically within the qcom-adm module, related to an incorrect calling convention for the prep slave sg function. The prep slav...

6.2AI score0.00206EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.5 views

SUSE CVE-2023-53755

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling ptcmdcallback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been exercised. The issue was the ptissuepending functi...

5.5CVSS6.4AI score0.00164EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53755

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: ptdma: check for null desc before calling ptcmdcallback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTD...

7AI score0.00164EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/08 2:15 a.m.13 views

CVE-2023-53755

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling ptcmdcallback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been exercised. The issue was the ptissuepending functi...

0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/08 2:15 a.m.3 views

DEBIAN-CVE-2023-53755

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling ptcmdcallback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been exercised. The issue was the ptissuepending functi...

5.1AI score0.00164EPSS
SaveExploits0References1
CVE
CVE
added 2025/12/08 1:19 a.m.24 views

CVE-2023-53755

CVE-2023-53755 fixes a panic in the Linux kernel dmaengine/ptdma by adding a null descriptor check before pt_cmd_callback is invoked. Root cause: pt_issue_pending() could assume at least one descriptor exists in Submitted or Issued queues, but both queues could be empty, leading to a call with a ...

6AI score0.00164EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.46 views

CVE-2023-53755 dmaengine: ptdma: check for null desc before calling pt_cmd_callback

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ptdma: check for null desc before calling ptcmdcallback Resolves a panic that can occur on AMD systems, typically during host shutdown, after the PTDMA driver had been exercised. The issue was the ptissuepending functi...

0.00164EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.7 views

PT-2025-49485

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s dmaengine subsystem, specifically within the ptdma driver. The issue arises from a mistaken assumption in the pt issue pending function that at least...

7.8CVSS7.2AI score0.0051EPSS
SaveExploits2References898
Rows per page
Query Builder