CVE-2026-31581
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:42:11
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: ALSA: 6fire: fix use-after-free on disconnect In usb6fire_chip_abort(), the chip struct is allocated as the card's private data (via snd_card_new with sizeof(struct sfire_chip)). ...
CVE-2026-31579
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:42:10
- Zuletzt bearbeitet 27.04.2026 20:43:29
In the Linux kernel, the following vulnerability has been resolved: wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit wg_netns_pre_exit() manually acquires rtnl_lock() inside the pernet .pre_exit callback. This caus...
CVE-2026-31580
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:42:10
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: bcache: fix cached_dev.sb_bio use-after-free and crash In our production environment, we have received multiple crash reports regarding libceph, which have caught our attention: `...
CVE-2026-31578
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:42:09
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: media: as102: fix to not free memory after the device is registered in as102_usb_probe() In as102_usb driver, the following race condition occurs: ``` CPU0 CPU1 as102_usb_pr...
CVE-2026-31576
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:42:08
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: media: hackrf: fix to not free memory after the device is registered in hackrf_probe() In hackrf driver, the following race condition occurs: ``` CPU0 CPU1 hackrf_probe() ...
CVE-2026-31577
- EPSS 0.13%
- Veröffentlicht 24.04.2026 14:42:08
- Zuletzt bearbeitet 01.06.2026 17:16:48
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL i_assoc_inode dereference in nilfs_mdt_save_to_shadow_map The DAT inode's btree node cache (i_assoc_inode) is initialized lazily during btree operations. However, ...
CVE-2026-31575
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:42:07
- Zuletzt bearbeitet 27.04.2026 23:15:42
In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix hugetlb fault mutex hash calculation In mfill_atomic_hugetlb(), linear_page_index() is used to calculate the page index for hugetlb_fault_mutex_hash(). However...
CVE-2026-31574
- EPSS 0.11%
- Veröffentlicht 24.04.2026 14:42:06
- Zuletzt bearbeitet 19.05.2026 14:22:43
In the Linux kernel, the following vulnerability has been resolved: clockevents: Add missing resets of the next_event_forced flag The prevention mechanism against timer interrupt starvation missed to reset the next_event_forced flag in a couple of ...
CVE-2026-31573
- EPSS 0.11%
- Veröffentlicht 24.04.2026 14:35:51
- Zuletzt bearbeitet 27.04.2026 20:29:52
In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: Fix kernel panic due to __initconst misuse Fix a kernel panic when probing the driver as a module: Unable to handle kernel paging request at virtual address ...
CVE-2026-31571
- EPSS 0.12%
- Veröffentlicht 24.04.2026 14:35:50
- Zuletzt bearbeitet 27.04.2026 20:33:43
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Unlink NV12 planes earlier unlink_nv12_plane() will clobber parts of the plane state potentially already set up by plane_atomic_check(), so we must make sure not to call ...