5515 matches found
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992907)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992907 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: Fix possible refcount leak in ifusbprobe usbgetdev will be called before...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993181)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993181 advisory. In the Linux kernel, the following vulnerability has been resolved: soc: qcom: aoss: Fix refcount leak in qmpcoolingdevicesregister Every iteration of...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993309)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993309 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fix refcount leak in xivegetmaxprio offindnodebypath returns a node pointer with...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993216)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993216 advisory. In the Linux kernel, the following vulnerability has been resolved: soc: amlogic: Fix refcount leak in meson-secure-pwrc.c In mesonsecurepwrcprobe, there is a refcou...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993015)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993015 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehcihcdppcofprobe offindcompatiblenode returns a node pointer wit...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992706)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992706 advisory. In the Linux kernel, the following vulnerability has been resolved: regulator: of: Fix refcount leak bug in ofgetregulationconstraints We should call the ofnodeput f...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993292)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993292 advisory. In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in offlashprobeversatile offindmatchingnodeandmatch returns a node...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993230)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993230 advisory. In the Linux kernel, the following vulnerability has been resolved: ARM: OMAP2+: display: Fix refcount leak bug In omapdssinitfbdev, offindnodebyname will return a...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992784)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992784 advisory. In the Linux kernel, the following vulnerability has been resolved: mfd: max77620: Fix refcount leak in max77620initialisefps ofgetchildbyname returns a node pointer...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992939)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992939 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: aspeed-vhub: Fix refcount leak bug in astvhubinitdesc We should call ofnodeput for the...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993198)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993198 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcdedsibind Every iteration of foreachavailablechildofnode...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992757)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992757 advisory. In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfbofinitdisplay, we should call ofnodeput...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992731)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992731 advisory. In the Linux kernel, the following vulnerability has been resolved: soc: qcom: ocmem: Fix refcount leak in ofgetocmem ofparsephandle returns a node pointer with...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992794)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992794 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpci: fix of node refcount leak in tcpciregisterport I got the following report whil...
Linux Distros Unpatched Vulnerability : CVE-2023-54230
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - amba: bus: fix refcount leak commit 5de1540b7bc4 drivers/amba: create devices from device tree increases the refcount of ofnode, but not releases it in...
Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-992913)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992913 advisory. In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in ofgetddrtimings We should add the ofnodeput when breaking ou...
EUVD-2023-60411
In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 "drivers/amba: create devices from device tree" increases the refcount of ofnode, but not releases it in ambadevicerelease, so there is refcount leak. By using ofnodeput to avoid...
EUVD-2023-60440
In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...
EUVD-2023-60451
In the Linux kernel, the following vulnerability has been resolved: leds: led-core: Fix refcount leak in ofledget classfinddevicebyofnode calls classfinddevice, it will take the reference, use the putdevice to drop the reference when not need anymore...
EUVD-2023-60436
In the Linux kernel, the following vulnerability has been resolved: pinctrl: stm32: Fix refcount leak in stm32pctrlgetirqdomain ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...