Lucene search
+L

71 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/05 12:0 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005758)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005758 advisory. In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may...

5.5CVSS5.9AI score0.00153EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 1:5 a.m.16 views

SUSE CVE-2022-50713

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

6.5AI score0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/24 1:16 p.m.9 views

CVE-2022-50776

In the Linux kernel, the following vulnerability has been resolved: clk: st: Fix memory leak in stofquadfssetup If stclkregisterquadfspll fails, @lock should be freed before goto @errexit, otherwise will cause meory leak issue, fix it...

0.00243EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/24 1:15 p.m.26 views

CVE-2022-50713

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

0.00198EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.3 views

CVE-2022-50713

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

5.7AI score0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 1:6 p.m.9 views

CVE-2022-50776 clk: st: Fix memory leak in st_of_quadfs_setup()

In the Linux kernel, the following vulnerability has been resolved: clk: st: Fix memory leak in stofquadfssetup If stclkregisterquadfspll fails, @lock should be freed before goto @errexit, otherwise will cause meory leak issue, fix it...

6.4AI score0.00243EPSS
SaveExploits0References12
CVE
CVE
added 2025/12/24 1:6 p.m.16 views

CVE-2022-50776

CVE-2022-50776: In the Linux kernel, a memory leak in the clk: st subsystem was fixed. Specifically, if st_clk_register_quadfs_pll() fails, the @lock must be freed before jumping to err_exit to avoid leaking memory. The advisory states the issue was resolved in the kernel, but the provided docume...

6.1AI score0.00243EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/24 12:22 p.m.11 views

CVE-2022-50713 clk: visconti: Fix memory leak in visconti_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: Fix memory leak in viscontiregisterpll @pll-ratetable has allocated memory by kmemdup, if clkhwregister fails, it should be freed, otherwise it will cause memory leak issue, this patch fixes it...

6.4AI score0.00198EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/24 12:22 p.m.19 views

CVE-2022-50713

CVE-2022-50713 affects the Linux kernel in the visconti clock driver. The vulnerability stems from a memory leak in visconti_register_pll(): @pll->rate_table is allocated via kmemdup(), and if clk_hw_register() fails, the allocated memory is not freed. The documented patch fixes this leak by e...

6.1AI score0.00198EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.8 views

PT-2025-53017

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the visconti register pll function within the clock clk subsystem of the Linux kernel. Specifically, memory allocated for pll-rate table using kmemdup is not free...

6.2AI score0.00198EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.16 views

PT-2025-53142

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue was resolved in the Linux kernel related to the st of quadfs setup function. Specifically, if the st clk register quadfs pll function fails, the @lock resource was no...

7.8CVSS6.2AI score0.00462EPSS
SaveExploits2References898
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50449

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed,...

5.5CVSS5.6AI score0.00153EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/07 3:19 p.m.21 views

CVE-2022-50523

The CVE-2022-50523 issue affects the Linux kernel, specifically the Rockchip clock driver (clk: rockchip). The vulnerability arises in rockchip_clk_register_pll() where, on clk_register() failure, pll->rate_table may have been allocated via kmemdup() and is not freed, causing a memory leak. Th...

5.5CVSS6.1AI score0.0015EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:19 p.m.46 views

CVE-2022-50523

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS5.3AI score0.0015EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 3:19 p.m.13 views

CVE-2022-50523 clk: rockchip: Fix memory leak in rockchip_clk_register_pll()

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchipclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS6.5AI score0.0015EPSS
SaveExploits0References12
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.16 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from not freeing the pll-ratetable memory when clkregister fails, which could lead to a memory leak...

4.9AI score0.0015EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2025-31972

Malicious code in bioql PyPI...

6.5AI score0.00153EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-26095

Malicious code in bioql PyPI...

6.3AI score0.00156EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.4 views

SUSE CVE-2022-50449

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

3.3CVSS6.5AI score0.00153EPSS
SaveExploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.6 views

CVE-2022-50449

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in samsungclkregisterpll If clkregister fails, @pll-ratetable may have allocated memory by kmemdup, so it needs to be freed, otherwise will cause memory leak issue, this patch fixes it...

5.5CVSS0.00153EPSS
SaveExploits0References8
Rows per page
Query Builder