CVE-2021-47094
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 08.04.2025 15:03:23
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Don't advance iterator after restart due to yielding After dropping mmu_lock in the TDP MMU, restart the iterator during tdp_iter_next() and do not advance the iterat...
CVE-2021-47095
- EPSS 0.02%
- Veröffentlicht 04.03.2024 18:15:07
- Zuletzt bearbeitet 07.01.2025 20:15:00
In the Linux kernel, the following vulnerability has been resolved: ipmi: ssif: initialize ssif_info->client early During probe ssif_info->client is dereferenced in error path. However, it is set when some of the error checking has already been don...
CVE-2024-26622
- EPSS 0.01%
- Veröffentlicht 04.03.2024 07:15:11
- Zuletzt bearbeitet 04.11.2025 19:17:02
In the Linux kernel, the following vulnerability has been resolved: tomoyo: fix UAF write bug in tomoyo_write_control() Since tomoyo_write_control() updates head->write_buf when write() of long lines is requested, we need to fetch head->write_buf a...
CVE-2023-52566
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 08.04.2025 15:08:55
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() In nilfs_gccache_submit_read_data(), brelse(bh) is called to drop the reference count of bh when the call t...
CVE-2023-52567
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 16:26:16
In the Linux kernel, the following vulnerability has been resolved: serial: 8250_port: Check IRQ data before use In case the leaf driver wants to use IRQ polling (irq = 0) and IIR register shows that an interrupt happened in the 8250 hardware the I...
CVE-2023-52572
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 25.11.2025 17:23:30
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix UAF in cifs_demultiplex_thread() There is a UAF when xfstests on cifs: BUG: KASAN: use-after-free in smb2_is_network_name_deleted+0x27/0x160 Read of size 4 at addr f...
CVE-2023-52573
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 15:20:48
In the Linux kernel, the following vulnerability has been resolved: net: rds: Fix possible NULL-pointer dereference In rds_rdma_cm_event_handler_cmn() check, if conn pointer exists before dereferencing it as rdma_set_service_type() argument Found ...
CVE-2023-52574
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 15:30:26
In the Linux kernel, the following vulnerability has been resolved: team: fix null-ptr-deref when team device type is changed Get a null-ptr-deref bug as follows with reproducer [1]. BUG: kernel NULL pointer dereference, address: 0000000000000228 ...
CVE-2023-52577
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 16:21:49
In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccp_v4_err()/dccp_v6_err() again dh->dccph_x is the 9th byte (offset 8) in "struct dccp_hdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP message...
- EPSS 0.01%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 11.12.2024 17:44:23
In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEV_STATS_INC() syzbot/KCSAN reported data-races in br_handle_frame_finish() [1] This function can run from multiple cpus without mutual exclusion. Adopt SMP safe...