CVE-2022-49393
- EPSS 0.02%
- 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-49394
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 21.10.2025 12:15:22
In the Linux kernel, the following vulnerability has been resolved: blk-iolatency: Fix inflight count imbalances and IO hangs on offline iolatency needs to track the number of inflight IOs per cgroup. As this tracking can be expensive, it is disabl...
CVE-2022-49374
- EPSS 0.04%
- 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: tipc: check attribute length for bearer name syzbot reported uninit-value: ===================================================== BUG: KMSAN: uninit-value in string_nocheck lib/vspr...
CVE-2022-49375
- EPSS 0.03%
- 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-49376
- EPSS 0.04%
- 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: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before sdkp->device is initialized, sd_zbc_release_disk() is called. This causes a NULL pointer d...
CVE-2022-49377
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 25.03.2025 14:58:01
In the Linux kernel, the following vulnerability has been resolved: blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx blk_mq_run_hw_queues() could be run when there isn't queued request and after queue is cleaned up, at that time tagset is freed, ...
CVE-2022-49378
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 21.10.2025 12:16:01
In the Linux kernel, the following vulnerability has been resolved: sfc: fix considering that all channels have TX queues Normally, all channels have RX and TX queues, but this is not true if modparam efx_separate_tx_channels=1 is used. In that cas...
CVE-2022-49379
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 22.09.2025 20:29:59
In the Linux kernel, the following vulnerability has been resolved: driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction Mounting NFS rootfs was timing out when deferred_probe_timeout was non-zero [1]. This was because ip_...
CVE-2022-49380
- EPSS 0.04%
- 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.03%
- 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: -----------...