CVE-2022-49481
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:27
In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt of_node_get() returns a node with refcount incremented. Calling of_node_put() to drop the reference when not nee...
CVE-2022-49482
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.
CVE-2022-49483
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during drm uninit If edp modeset init is failed due to panel being not ready and probe defers during drm bind, av...
CVE-2022-49484
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector Fix possible NULL pointer dereference in mt7915_mac_fill_rx_vector routine if the chip does not sup...
CVE-2022-49485
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix null pointer dereference of pointer perfmon In the unlikely event that pointer perfmon is null the WARN_ON return path occurs after the pointer has already been defere...
CVE-2022-49486
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:28
In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe of_find_i2c_device_by_node() takes a reference, In error paths, we should call put_device() to drop the reference to aviod refoun...
CVE-2022-49487
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 01.10.2025 20:16:29
In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: intel: fix possible null-ptr-deref in ebu_nand_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' aft...
CVE-2022-49488
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:24
- Zuletzt bearbeitet 22.10.2025 17:22:46
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is detected There is a possibility for mdp5_get_global_state to return -EDEADLK when acquiring the modeset lock,...
CVE-2022-49468
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 01.10.2025 20:16:23
In the Linux kernel, the following vulnerability has been resolved: thermal/core: Fix memory leak in __thermal_cooling_device_register() I got memory leak as follows when doing fault injection test: unreferenced object 0xffff888010080000 (size 264...
CVE-2022-49469
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:23
- Zuletzt bearbeitet 22.10.2025 17:22:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix anon_dev leak in create_subvol() When btrfs_qgroup_inherit(), btrfs_alloc_tree_block, or btrfs_insert_root() fail in create_subvol(), we return without freeing anon_dev....