29 matches found
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...
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...
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...
CVE-2025-71226
...
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...
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...
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...
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...
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...
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()...
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...
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...
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...
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...
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...
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...
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...
clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()
...
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...
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...