CVE-2022-50458
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:24:37
In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra210_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymo...
CVE-2022-50462
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:45
In the Linux kernel, the following vulnerability has been resolved: MIPS: vpe-mt: fix possible memory leak while module exiting Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocate...
CVE-2022-50463
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/52xx: Fix a resource leak in an error handling path The error handling path of mpc52xx_lpbfifo_probe() has a request_irq() that is not balanced by a corresponding free_irq(...
CVE-2022-50449
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:37
- Zuletzt bearbeitet 16.01.2026 19:51:27
In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix memory leak in _samsung_clk_register_pll() If clk_register() fails, @pll->rate_table may have allocated memory by kmemdup(), so it needs to be freed, otherwise wi...
CVE-2022-50440
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:36
- Zuletzt bearbeitet 21.01.2026 21:38:09
In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate the box size for the snooped cursor Invalid userspace dma surface copies could potentially overflow the memcpy from the surface to the snooped image leading to...
CVE-2022-50444
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:36
- Zuletzt bearbeitet 16.01.2026 19:50:22
In the Linux kernel, the following vulnerability has been resolved: clk: tegra20: Fix refcount leak in tegra20_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anym...
CVE-2022-50434
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:35
- Zuletzt bearbeitet 23.01.2026 02:08:59
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix possible memleak when register 'hctx' failed There's issue as follows when do fault injection test: unreferenced object 0xffff888132a9f400 (size 512): comm "insmod", ...
CVE-2022-50437
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:35
- Zuletzt bearbeitet 21.01.2026 21:32:11
In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: fix memory corruption with too many bridges Add the missing sanity check on the bridge counter to avoid corrupting data beyond the fixed-sized bridge array in case th...
CVE-2022-50427
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:38:23
In the Linux kernel, the following vulnerability has been resolved: ALSA: ac97: fix possible memory leak in snd_ac97_dev_register() If device_register() fails in snd_ac97_dev_register(), it should call put_device() to give up reference, or the name...
CVE-2022-50430
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 21.01.2026 21:35:30
In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING vub300_enable_sdio_irq() works with mutex and need TASK_RUNNING here. Ensure that we mark current as TASK_RUN...