CVE-2022-49404
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:16
- Zuletzt bearbeitet 01.10.2025 20:16:17
In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Fix potential integer multiplication overflow errors When multiplying of different types, an overflow is possible even when storing the result in a larger type. This is ...
CVE-2022-49388
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 25.03.2025 14:59:13
In the Linux kernel, the following vulnerability has been resolved: ubi: ubi_create_volume: Fix use-after-free when volume creation failed There is an use-after-free problem for 'eba_tbl' in ubi_create_volume()'s error handling path: ubi_eba_rep...
CVE-2022-49389
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: usb: usbip: fix a refcount leak in stub_probe() usb_get_dev() is called in stub_device_alloc(). When stub_probe() fails after that, usb_put_dev() needs to be called to release the ...
CVE-2022-49375
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 01.10.2025 20:16:14
In the Linux kernel, the following vulnerability has been resolved: rtc: mt6397: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.
CVE-2022-49381
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 01.10.2025 20:16:15
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_fill_super If jffs2_iget() or d_make_root() in jffs2_do_fill_super() returns an error, we can observe the following kmemleak report: -----------...
CVE-2022-49382
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 01.10.2025 20:16:15
In the Linux kernel, the following vulnerability has been resolved: soc: rockchip: Fix refcount leak in rockchip_grf_init of_find_matching_node_and_match returns a node pointer with refcount incremented, we should use of_node_put() on it when done....
CVE-2022-49367
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:13
- Zuletzt bearbeitet 01.10.2025 20:16:12
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when d...
CVE-2022-49368
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:13
- Zuletzt bearbeitet 01.10.2025 20:16:13
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() The "fsp->location" variable comes from user via ethtool_get_rxnfc(). Check that it is valid to prevent...
CVE-2022-49370
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:13
- Zuletzt bearbeitet 01.10.2025 20:16:13
In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add() If t...
CVE-2022-49372
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:13
- Zuletzt bearbeitet 21.10.2025 12:16:14
In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_rtx_synack() can be called from process context Laurent reported the enclosed report [1] This bug triggers with following coditions: 0) Kernel built with CONFIG_DEBUG_PR...