CVE-2024-38619
- EPSS 0.02%
- Veröffentlicht 20.06.2024 07:15:41
- Zuletzt bearbeitet 03.11.2025 22:17:02
In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will remain 0 if alauda_init_media() fails, potentially causing divide erro...
CVE-2021-47586
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:53
- Zuletzt bearbeitet 01.04.2025 18:27:32
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwmac-rk: fix oob read in rk_gmac_setup KASAN reports an out-of-bounds read in rk_gmac_setup on the line: while (ops->regs[i]) { This happens for most platforms sin...
CVE-2021-47588
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:53
- Zuletzt bearbeitet 01.10.2025 13:42:32
In the Linux kernel, the following vulnerability has been resolved: sit: do not call ipip6_dev_free() from sit_init_net() ipip6_dev_free is sit dev->priv_destructor, already called by register_netdevice() if something goes wrong. Alternative would...
CVE-2021-47577
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 29.09.2025 17:17:13
In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it...
CVE-2021-47579
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 29.09.2025 17:15:51
In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovl_create_real() Syzbot triggered the following warning in ovl_workdir_create() -> ovl_create_real(): if (!err && WARN_ON(!newdentry->d_inode)) { The reason...
CVE-2021-47580
- EPSS 0.02%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 01.04.2025 18:27:26
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix type in min_t to avoid stack OOB Change min_t() to use type "u32" instead of type "int" to avoid stack out of bounds. With min_t() type "int" the values get s...
CVE-2021-47582
- EPSS 0.01%
- Veröffentlicht 19.06.2024 15:15:52
- Zuletzt bearbeitet 29.09.2025 17:14:35
In the Linux kernel, the following vulnerability has been resolved: USB: core: Make do_proc_control() and do_proc_bulk() killable The USBDEVFS_CONTROL and USBDEVFS_BULK ioctls invoke usb_start_wait_urb(), which contains an uninterruptible wait with...
CVE-2024-38612
- EPSS 0.17%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 04.11.2025 18:16:28
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix invalid unregister error path The error path of seg6_init() is wrong in case CONFIG_IPV6_SEG6_LWTUNNEL is not defined. In that case if seg6_hmac_init() fails, the gen...
CVE-2024-38613
- EPSS 0.02%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 17.09.2025 17:06:22
In the Linux kernel, the following vulnerability has been resolved: m68k: Fix spinlock race in kernel thread creation Context switching does take care to retain the correct lock owner across the switch from 'prev' to 'next' tasks. This does rely o...
CVE-2024-38614
- EPSS 0.03%
- Veröffentlicht 19.06.2024 14:15:21
- Zuletzt bearbeitet 03.10.2025 15:26:20
In the Linux kernel, the following vulnerability has been resolved: openrisc: traps: Don't send signals to kernel mode threads OpenRISC exception handling sends signals to user processes on floating point exceptions and trap instructions (for debug...