CVE-2024-26696
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 17.03.2025 15:37:03
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix hang in nilfs_lookup_dirty_data_buffers() Syzbot reported a hang issue in migrate_pages_batch() called by mbind() and nilfs_lookup_dirty_data_buffers() called in the lo...
CVE-2024-26697
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 17.03.2025 15:37:12
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix data corruption in dsync block recovery for small block sizes The helper function nilfs_recovery_copy_block() of nilfs_recovery_dsync_blocks(), which recovers data from...
CVE-2024-26698
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 17.03.2025 15:36:53
In the Linux kernel, the following vulnerability has been resolved: hv_netvsc: Fix race condition between netvsc_probe and netvsc_remove In commit ac5047671758 ("hv_netvsc: Disable NAPI before closing the VMBus channel"), napi_disable was getting c...
CVE-2024-26699
- EPSS 0.04%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 27.02.2025 14:34:43
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr [Why] There is a potential memory access violation while iterating through array of dcn35 clks. [How] Limit iteratio...
CVE-2023-52637
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:51
- Zuletzt bearbeitet 07.01.2025 17:22:33
In the Linux kernel, the following vulnerability has been resolved: can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER) Lock jsk->sk to prevent UAF when setsockopt(..., SO_J1939_FILTER, ...) modifies jsk->filters while r...
CVE-2023-52638
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:51
- Zuletzt bearbeitet 03.02.2025 16:16:43
In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: -...
CVE-2023-52639
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:51
- Zuletzt bearbeitet 17.03.2025 15:40:20
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: vsie: fix race during shadow creation Right now it is possible to see gmap->private being zero in kvm_s390_vsie_gmap_notifier resulting in a crash. This is due to the f...
CVE-2024-26674
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:42:54
In the Linux kernel, the following vulnerability has been resolved: x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups During memory error injection test on kernels >= v6.4, the kernel panics like below. However, this issue couldn't b...
CVE-2024-26675
- EPSS 0.01%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 17.03.2025 15:42:44
In the Linux kernel, the following vulnerability has been resolved: ppp_async: limit MRU to 64K syzbot triggered a warning [1] in __alloc_pages(): WARN_ON_ONCE_GFP(order > MAX_PAGE_ORDER, gfp) Willem fixed a similar issue in commit c0a2a1b0d631 (...
CVE-2024-26676
- EPSS 0.02%
- Veröffentlicht 02.04.2024 07:15:44
- Zuletzt bearbeitet 07.05.2025 20:15:23
In the Linux kernel, the following vulnerability has been resolved: af_unix: Call kfree_skb() for dead unix_(sk)->oob_skb in GC. syzbot reported a warning [0] in __unix_gc() with a repro, which creates a socketpair and sends one socket's fd to itse...