CVE-2024-36015
- EPSS 0.02%
- Veröffentlicht 29.05.2024 08:15:33
- Zuletzt bearbeitet 04.11.2025 18:16:23
In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in register_device In register_device, the return value of ida_simple_get is unchecked, in witch ida_simple_get will use an invalid index value. To addre...
CVE-2023-52880
- EPSS 0.01%
- Veröffentlicht 24.05.2024 16:15:10
- Zuletzt bearbeitet 17.12.2025 03:31:43
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc Any unprivileged user can attach N_GSM0710 ldisc, but it requires CAP_NET_ADMIN to create a GSM network anyway. Require...
CVE-2021-47569
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:22
- Zuletzt bearbeitet 29.09.2025 17:04:08
In the Linux kernel, the following vulnerability has been resolved: io_uring: fail cancellation for EXITING tasks WARNING: CPU: 1 PID: 20 at fs/io_uring.c:6269 io_try_cancel_userdata+0x3c5/0x640 fs/io_uring.c:6269 CPU: 1 PID: 20 Comm: kworker/1:0 N...
CVE-2021-47563
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:21
- Zuletzt bearbeitet 01.04.2025 18:32:52
In the Linux kernel, the following vulnerability has been resolved: ice: avoid bpf_prog refcount underflow Ice driver has the routines for managing XDP resources that are shared between ndo_bpf op and VSI rebuild flow. The latter takes place for ex...
CVE-2021-47565
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:21
- Zuletzt bearbeitet 18.09.2025 15:41:08
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sas_target object...
CVE-2021-47566
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:21
- Zuletzt bearbeitet 18.09.2025 15:41:41
In the Linux kernel, the following vulnerability has been resolved: proc/vmcore: fix clearing user buffer by properly using clear_user() To clear a user buffer we cannot simply use memset, we have to use clear_user(). With a virtio-mem device that...
CVE-2021-47567
- EPSS 0.04%
- Veröffentlicht 24.05.2024 15:15:21
- Zuletzt bearbeitet 18.09.2025 15:47:52
In the Linux kernel, the following vulnerability has been resolved: powerpc/32: Fix hardlockup on vmap stack overflow Since the commit c118c7303ad5 ("powerpc/32: Fix vmap stack - Do not activate MMU before reading task struct") a vmap stack overflo...
CVE-2021-47553
- EPSS 0.02%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 18.09.2025 15:11:36
In the Linux kernel, the following vulnerability has been resolved: sched/scs: Reset task stack state in bringup_cpu() To hot unplug a CPU, the idle task on that CPU calls a few layers of C code before finally leaving the kernel. When KASAN is in u...
CVE-2021-47555
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 18.09.2025 15:28:53
In the Linux kernel, the following vulnerability has been resolved: net: vlan: fix underflow for the real_dev refcnt Inject error before dev_hold(real_dev) in register_vlan_dev(), and execute the following testcase: ip link add dev dummy1 type dum...
CVE-2021-47558
- EPSS 0.03%
- Veröffentlicht 24.05.2024 15:15:20
- Zuletzt bearbeitet 18.09.2025 15:37:52
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: Disable Tx queues when reconfiguring the interface The Tx queues were not disabled in situations where the driver needed to stop the interface to apply a new configura...