CVE-2022-50273
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:09
- Zuletzt bearbeitet 03.12.2025 18:20:36
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on destination blkaddr during recovery As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=216456 loop5: detected capaci...
CVE-2022-50272
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:08
- Zuletzt bearbeitet 03.12.2025 18:19:31
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Wei Chen reports a kernel bug as blew: general protection fault, probably for non-canonical address KASAN: null-ptr...
CVE-2022-50271
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:07
- Zuletzt bearbeitet 03.12.2025 18:18:35
In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: Use kvmalloc/kvfree for larger packets. When copying a large file over sftp over vsock, data size is usually 32kB, and kmalloc seems to fail to try to allocate 32 32kB...
CVE-2022-50270
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:06
- Zuletzt bearbeitet 23.01.2026 16:39:12
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix the assign logic of iocb commit 18ae8d12991b ("f2fs: show more DIO information in tracepoint") introduces iocb field in 'f2fs_direct_IO_enter' trace event And it only ass...
CVE-2022-50269
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:05
- Zuletzt bearbeitet 03.12.2025 18:17:11
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix memory leak in vkms_init() A memory leak was reported after the vkms module install failed. unreferenced object 0xffff88810bc28520 (size 16): comm "modprobe", pid ...
CVE-2022-50268
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:04
- Zuletzt bearbeitet 03.12.2025 18:16:12
In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...
CVE-2022-50267
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:03
- Zuletzt bearbeitet 03.12.2025 18:15:12
In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked...
CVE-2022-50266
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:02
- Zuletzt bearbeitet 02.12.2025 19:27:30
In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs to be called always fails. This is because before that we set...
CVE-2022-50265
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:01
- Zuletzt bearbeitet 03.12.2025 18:14:05
In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_wait kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race...
CVE-2022-50264
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:00
- Zuletzt bearbeitet 02.12.2025 19:22:11
In the Linux kernel, the following vulnerability has been resolved: clk: socfpga: Fix memory leak in socfpga_gate_init() Free @socfpga_clk and @ops on the error path to avoid memory leak issue.