CVE-2026-31586
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:14
- Zuletzt bearbeitet 28.04.2026 20:45:58
In the Linux kernel, the following vulnerability has been resolved: mm: blk-cgroup: fix use-after-free in cgwb_release_workfn() cgwb_release_workfn() calls css_put(wb->blkcg_css) and then later accesses wb->blkcg_css again via blkcg_unpin_online()....
CVE-2026-31584
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:13
- Zuletzt bearbeitet 27.04.2026 20:20:32
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix use-after-free in encoder release path The fops_vcodec_release() function frees the context structure (ctx) without first cancelling any pending or run...
CVE-2026-31582
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:12
- Zuletzt bearbeitet 27.04.2026 20:26:58
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix use-after-free on USB disconnect After powerz_disconnect() frees the URB and releases the mutex, a subsequent powerz_read() call can acquire the mutex and call ...
CVE-2026-31583
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:12
- Zuletzt bearbeitet 27.04.2026 20:26:18
In the Linux kernel, the following vulnerability has been resolved: media: em28xx: fix use-after-free in em28xx_v4l2_open() em28xx_v4l2_open() reads dev->v4l2 without holding dev->lock, creating a race with em28xx_v4l2_init()'s error path and em28x...
CVE-2026-31581
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:11
- Zuletzt bearbeitet 27.04.2026 20:28:08
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.01%
- 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.01%
- Veröffentlicht 24.04.2026 14:42:10
- Zuletzt bearbeitet 27.04.2026 20:29:15
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.01%
- Veröffentlicht 24.04.2026 14:42:09
- Zuletzt bearbeitet 27.04.2026 20:42:44
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.01%
- Veröffentlicht 24.04.2026 14:42:08
- Zuletzt bearbeitet 27.04.2026 20:40:20
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.01%
- Veröffentlicht 24.04.2026 14:42:08
- Zuletzt bearbeitet 27.04.2026 20:41:46
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, ...