6 matches found
Unity Linux 20.1070a Security Update: kernel (UTSA-2025-989603)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989603 advisory. 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 f...
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...
EUVD-2025-27858
Malicious code in bioql PyPI...
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...
CVE-2022-49652
CVE-2022-49652 affects the Linux kernel in the dmaengine: ti driver, specifically ti_dra7_xbar_route_allocate. The root cause is a refcount leak caused by not calling of_node_put() on a phandle-derived node when it is no longer needed; of_parse_phandle() returns a node pointer with an incremented...
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 ...