435 matches found
EUVD-2022-54604
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix leaks in probe These two error paths should clean up before returning...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987677)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987677 advisory. In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdioaddfunc or sdioinitfunc fails,...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987670)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987670 advisory. In the Linux kernel, the following vulnerability has been resolved: watchdog: ts4800wdt: Fix refcount leak in ts4800wdtprobe ofparsephandle returns a node pointer wi...
CVE-2023-53662 ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}
In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4fnamesetupfilename,preparelookup If the filename casefolding fails, we'll be leaking memory from the fscryptname struct, namely from the 'cryptobuf.name' member. Make sure we free it in the error pat...
CVE-2022-50513
CVE-2022-50513 affects Linux kernel staging/rtl8723bs: in the rtw_init_cmd_priv() error paths, pcmdpriv->cmd_allocated_buf was not freed when rsp_allocated_buf was allocated, causing a memory leak. The fix adds kfree(pcmdpriv->cmd_allocated_buf) on the error path and simplifies the return l...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986851)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986851 advisory. In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: fix reference count leak in uniphierspiprobe The issue happens in several error...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987270)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987270 advisory. In the Linux kernel, the following vulnerability has been resolved: selinux: fix double free of condlist on error paths On error path from condreadlist and...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986728)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986728 advisory. In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Fix memory leak on object td Two error return paths are neglecting to free allocat...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986843)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986843 advisory. In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: exynos-ppmu: Fix refcount leak in ofgetdevfreqevents ofgetchildbyname returns a nod...
Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987391)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987391 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imxsgtl5000probe offindi2cdevicebynode takes a reference, In erro...
EUVD-2025-22591
Malicious code in bioql PyPI...
EUVD-2025-31952
Malicious code in bioql PyPI...
EUVD-2025-14116
Malicious code in bioql PyPI...
EUVD-2022-55389
Malicious code in bioql PyPI...
UBUNTU-CVE-2022-50469
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential memory leak in rtwinitdrvsw In rtwinitdrvsw, there are various init functions are called to populate the padapter structure and some checks for their return value. However, except for the first o...
CVE-2022-50469 staging: rtl8723bs: fix potential memory leak in rtw_init_drv_sw()
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix potential memory leak in rtwinitdrvsw In rtwinitdrvsw, there are various init functions are called to populate the padapter structure and some checks for their return value. However, except for the first o...
CVE-2022-50469
Technical details about CVE-2022-50469 (affected product/component/impact/remediation) are not provided in the supplied connected documents. Monitor for updates from vendors and security advisories.
PT-2025-40154
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the rtw init drv sw function within the rtl8723bs driver. Specifically, error paths within this function do not properly release previously allocated resources,...
Linux Distros Unpatched Vulnerability : CVE-2023-53423
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: objtool: Fix memory leak in createstaticcallsections strdup allocates memory for keyname. We...
CVE-2023-53423
In the Linux kernel, the following vulnerability has been resolved: objtool: Fix memory leak in createstaticcallsections strdup allocates memory for keyname. We need to release the memory in the following error paths. Add free to avoid memory leak...