Lucene search
K

16 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: dmaengine: ti: k3-udma-glue: A memory leak was fixed when the deviceregister function failed. If deviceregister fails, it should call putdevice to release the reference. The name allocated by devsetname can be freed in the...

5.5CVSS6.4AI score0.00164EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2022-50541

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dmaengine: ti: k3-udma: Reset UDMACHANRT byte counters to prevent overflow UDMACHANRTBCNTREG stores the real-time channel bytecount statistics. These registers...

5.5CVSS6.2AI score0.00145EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/07 11:49 p.m.5 views

SUSE CVE-2022-50541

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMACHANRT byte counters to prevent overflow UDMACHANRTBCNTREG stores the real-time channel bytecount statistics. These registers are 32-bit hardware counters and the driver uses these counters to...

3.3CVSS6.7AI score0.00145EPSS
Exploits0References7
NVD
NVD
added 2025/10/07 4:15 p.m.8 views

CVE-2022-50541

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMACHANRT byte counters to prevent overflow UDMACHANRTBCNTREG stores the real-time channel bytecount statistics. These registers are 32-bit hardware counters and the driver uses these counters to...

5.5CVSS0.00145EPSS
Exploits0References4
OSV
OSV
added 2025/10/07 4:15 p.m.4 views

UBUNTU-CVE-2022-50541

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMACHANRT byte counters to prevent overflow UDMACHANRTBCNTREG stores the real-time channel bytecount statistics. These registers are 32-bit hardware counters and the driver uses these counters to...

5.5CVSS5.8AI score0.00145EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32779

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma: Reset UDMACHANRT byte counters to prevent overflow UDMACHANRTBCNTREG stores the real-time channel bytecount statistics. These registers are 32-bit hardware counters and the driver uses these counters to...

6.2AI score0.00145EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2025-38005

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: Add missing locking Recent kernels complain about a missing lock in...

5.5CVSS6.2AI score0.0017EPSS
Exploits0References2
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.0017EPSS
Exploits0References16
NVD
NVD
added 2025/06/18 10:15 a.m.9 views

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.5CVSS0.0017EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/06/18 9:28 a.m.8 views

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.0017EPSS
Exploits0
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.7 views

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.00164EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/07/16 6:56 p.m.17 views

CVE-2024-40991

A vulnerability was found in the Linux kernel's DMA engine component due to an issue in the ofk3udmaglueparsechnbyid helper function. It incorrectly invoked the ofnodeput function on the udmaxnp device-node without first incrementing its reference count, which could lead to potential issues in...

4.4CVSS6.3AI score0.00229EPSS
Exploits0References4
CVE
CVE
added 2024/07/12 12:37 p.m.72 views

CVE-2024-40991

CVE-2024-40991 pertains to the Linux kernel DMA engine, specifically the TI k3-udma-glue helper of_k3_udma_glue_parse_chn_by_id(). The issue: the function calls of_node_put() on the udmax_np device-node without previously incrementing its reference count, risking improper reference management. A ...

5.5CVSS6.5AI score0.00229EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2024/04/28 1:1 p.m.24 views

CVE-2022-48656 dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-private: Fix refcount leak bug in ofxudmadevget We should call ofnodeput for the reference returned by ofparsephandle in fail path or when it is not used anymore. Here we only need to move the ofnodeput...

5.5CVSS5.8AI score0.00262EPSS
Exploits1References7
OSV
OSV
added 2023/02/13 5:28 p.m.19 views

GSD-2023-1001950 dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG

dmaengine: ti: k3-udma: Do conditional decrement of UDMACHANRTPEERBCNTREG This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.9 by commit...

7.2AI score
Exploits0
Positive Technologies
Positive Technologies
added 2022/11/14 12:0 a.m.4 views

PT-2022-35269 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.15.75 Description: The issue concerns the ti: k3-udma component of the dmaengine in the Linux Kernel, where the UDMA CHAN RT byte counters are not reset, potentially leading to an overflow. The actual impact...

7.3AI score
Exploits0References1
Rows per page
Query Builder