Lucene search
K

30 matches found

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

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: Set buffer sampling frequency for accelerometer only The stlsm6dsxhwfifoodrstore function, which is called when the user space writes the buffer sampling frequency sysfs attribute, calls stlsm6dsxcheckodr,...

7.8CVSS5.9AI score0.00017EPSS
Exploits0References1
CNNVD
CNNVD
added 2026/05/04 12:0 a.m.3 views

Qualcomm Chipsets 安全漏洞

Qualcomm Chipsets are a series of chipset developed by Qualcomm Incorporation. There are security vulnerabilities in Qualcomm Chipsets, which stem from the power rate table used during the processing of channel configurations. These vulnerabilities may lead to temporary denial-of-service attacks...

7.5CVSS5.8AI score0.00039EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.3 views

Astra Linux - уязвимость в linux-5.15, linux, linux-5.10

In the Linux kernel, the following vulnerability has been resolved: clk: samsung: A memory leak has been fixed in samsungclkregisterpll. If clkregister fails, @pll-ratetable may have allocated memory using kmemdup. Therefore, that memory needs to be freed. Otherwise, a memory leak issue will occu...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References2
EUVD
EUVD
added 2025/12/24 3:30 p.m.1 views

EUVD-2022-55776

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...

6AI score0.00024EPSS
Exploits0References4
OSV
OSV
added 2025/12/24 1:15 p.m.1 views

UBUNTU-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.00024EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.1 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.00024EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/12/24 12:22 p.m.24 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...

0.00024EPSS
Exploits0References3
CVE
CVE
added 2025/12/24 12:22 p.m.5 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.00024EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.1 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.00024EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/10/08 11:39 p.m.1 views

SUSE 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.5CVSS6.5AI score0.00016EPSS
Exploits0References7
NVD
NVD
added 2025/10/07 4:15 p.m.8 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.5CVSS0.00016EPSS
Exploits0References9
OSV
OSV
added 2025/10/07 4:15 p.m.1 views

UBUNTU-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.8AI score0.00016EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.6 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...

0.00016EPSS
Exploits0References9
CVE
CVE
added 2025/10/07 3:19 p.m.6 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.00016EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2025/10/07 3:19 p.m.3 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.00016EPSS
Exploits0References12
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.1 views

PT-2025-41028

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the rockchip clk register pll function when clk register fails. Specifically, if registration fails, memory allocated for @pll-rate table via kmemdup is not freed...

6.3AI score0.00016EPSS
Exploits0References11
CNNVD
CNNVD
added 2025/10/07 12:0 a.m.2 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.00016EPSS
Exploits0References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-31972

Malicious code in bioql PyPI...

6.5AI score0.00017EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.1 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.00017EPSS
Exploits0References7
NVD
NVD
added 2025/10/01 12:15 p.m.1 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.00017EPSS
Exploits0References8
Rows per page
Query Builder