CVE-2022-50437
- EPSS 0.03%
- 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-50438
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:35
- Zuletzt bearbeitet 21.01.2026 21:30:27
In the Linux kernel, the following vulnerability has been resolved: net: hinic: fix memory leak when reading function table When the input parameter idx meets the expected case option in hinic_dbg_get_func_table(), read_data is not released. Fix it...
CVE-2022-50439
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:35
- Zuletzt bearbeitet 21.01.2026 21:29:45
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Enable IRQ when pdata is ready If the device does not come straight from reset, we might receive an IRQ before we are ready to handle it. [ 2.334737] U...
CVE-2022-50426
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 20:11:05
In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add mutex protection for workqueue The workqueue may execute late even after remoteproc is stopped or stopping, some resources (rpmsg device and endpoint...
CVE-2022-50427
- EPSS 0.02%
- 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-50428
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:37:33
In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one errors in fast-commit block filling Due to several different off-by-one errors, or perhaps due to a late change in design that wasn't fully reflected in the co...
CVE-2022-50429
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 21.01.2026 21:38:20
In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings() We should add the of_node_put() when breaking out of for_each_child_of_node() as it will automatically increase and...
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...
CVE-2022-50431
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:36:51
In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbus_add_dev() dev_set_name() in soundbus_add_one() allocates memory for name, it need be freed when of_device_register() fails, ca...
CVE-2022-50432
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:34
- Zuletzt bearbeitet 20.01.2026 15:35:56
In the Linux kernel, the following vulnerability has been resolved: kernfs: fix use-after-free in __kernfs_remove Syzkaller managed to trigger concurrent calls to kernfs_remove_by_name_ns() for the same file resulting in a KASAN detected use-after-...