CVE-2022-49404
- EPSS 0.26%
- 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-49385
- EPSS 0.29%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 25.03.2025 14:58:25
In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it,...
CVE-2022-49389
- EPSS 0.28%
- 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-49393
- EPSS 0.21%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 22.09.2025 19:46:54
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl This is another instance of incorrect use of list iterator and checking it for NULL. The list iterator value 'map' w...
CVE-2022-49375
- EPSS 0.25%
- 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-49380
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 21.10.2025 12:15:50
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215897 I have encountered a bug in F2FS fi...
CVE-2022-49381
- EPSS 0.25%
- 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-49364
- EPSS 0.25%
- Veröffentlicht 26.02.2025 07:01:13
- Zuletzt bearbeitet 21.10.2025 12:16:27
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to clear dirty inode in f2fs_evict_inode() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215904 The kernel message is shown below: kerne...
CVE-2022-49370
- EPSS 0.28%
- 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-49371
- EPSS 0.21%
- Veröffentlicht 26.02.2025 07:01:13
- Zuletzt bearbeitet 01.10.2025 20:16:14
In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in __device_attach In __device_attach function, The lock holding logic is as follows: ... __device_attach device_lock(dev) // get lock dev async_sc...