Lucene search
K

29 matches found

NVD
NVD
added 2026/05/01 3:16 p.m.3 views

CVE-2026-43014

In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregister fixed rate clocks The additional resources allocated with clkregisterfixedrate need to be released with clkunregisterfixedrate, otherwise they are lost...

5.5CVSS0.00123EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-011030)

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

5.5CVSS5.9AI score0.00147EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005437)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005437 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.0015EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/02/18 2:21 p.m.21 views

CVE-2025-71226

...

0.00024EPSS
Exploits0
CVE
CVE
added 2026/02/18 2:21 p.m.13 views

CVE-2025-71226

The CVE-2025-71226 affects the Linux kernel’s iwlwifi driver for MVM/MLD PTP clocks. The vulnerability stemmed from not implementing settime64 in the PTP clock, causing -EINVAL warnings on ptp_clock_register. The fix adds a stub for settime64 that returns -EOPNOTSUPP to suppress the warning and a...

5.3AI score0.00024EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2026/01/05 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-54228

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the erro...

5.8AI score0.00155EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/12/31 11:21 a.m.3 views

CVE-2023-54228

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

5.7AI score0.00155EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/12/30 12:11 p.m.23 views

CVE-2023-54228 regulator: raa215300: Fix resource leak in case of error

In the Linux kernel, the following vulnerability has been resolved: regulator: raa215300: Fix resource leak in case of error The clkregisterclkdev allocates memory by calling vclkdevalloc and this memory is not freed in the error path. Similarly, resources allocated by clkregisterfixedrate are no...

0.00155EPSS
Exploits0References2
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.00198EPSS
Exploits0References4
CVE
CVE
added 2025/12/24 10:55 a.m.13 views

CVE-2022-50698

CVE-2022-50698: Linux kernel ASoC da7219 clock handling fix. The vulnerability stemmed from an error path in da7219_register_dai_clks() where clk_hw_register() failures could lead to an improper clk unregister. The patch adds proper cleanup by unregistering the clock on error (clk_hw_unregister()...

6AI score0.00168EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.23 views

CVE-2022-50698 ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219registerdaiclks If clkhwregister fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a...

0.00168EPSS
Exploits0References5
OSV
OSV
added 2025/12/24 10:55 a.m.4 views

CVE-2022-50698 ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()

In the Linux kernel, the following vulnerability has been resolved: ASoC: da7219: Fix an error handling path in da7219registerdaiclks If clkhwregister fails, the corresponding clk should not be unregistered. To handle errors from loops, clean up partial iterations before doing the goto. So add a...

6.2AI score0.00168EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.4 views

PT-2025-52928

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An error handling issue was identified in the ASoC driver for the da7219 codec. Specifically, if the clk hw register function fails during clock hardware registration within the da7219...

7.8CVSS6.2AI score0.00465EPSS
Exploits2References894
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.00147EPSS
Exploits0References7
OSV
OSV
added 2025/10/07 4:15 p.m.2 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.00147EPSS
Exploits0References12
OSV
OSV
added 2025/10/01 12:15 p.m.3 views

UBUNTU-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.5CVSS5.8AI score0.0015EPSS
Exploits0References11
OSV
OSV
added 2025/08/19 5:3 p.m.5 views

CVE-2025-38583 clk: xilinx: vcu: unregister pll_post only if registered correctly

In the Linux kernel, the following vulnerability has been resolved: clk: xilinx: vcu: unregister pllpost only if registered correctly If registration of pllpost is failed, it will be set to NULL or ERR, unregistering same will fail with following call trace: Unable to handle kernel NULL pointer...

5.5CVSS5.9AI score0.00146EPSS
Exploits0References11
Microsoft CVE
Microsoft CVE
added 2025/08/07 7:0 a.m.2 views

clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()

...

7CVSS6.8AI score0.00147EPSS
Exploits0
OSV
OSV
added 2025/07/03 9:15 a.m.8 views

AZL-64616 CVE-2025-38160 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS6.8AI score0.00147EPSS
Exploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.2 views

UBUNTU-CVE-2025-38160

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

5.5CVSS6.2AI score0.00147EPSS
Exploits0References42
Rows per page
Query Builder