- EPSS 0.17%
- Veröffentlicht 30.05.2024 13:15:49
- Zuletzt bearbeitet 21.11.2024 09:21:26
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation Each attribute inside a nested IFLA_VF_VLAN_LIST is assumed to be a struct ifla_vf_vlan_info so the size of such at...
CVE-2024-36016
- EPSS 0.02%
- Veröffentlicht 29.05.2024 19:15:48
- Zuletzt bearbeitet 01.04.2025 18:33:42
In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix possible out-of-bounds in gsm0_receive() Assuming the following: - side A configures the n_gsm in basic option mode - side B sends the header of a basic option mode...
CVE-2023-52881
- EPSS 0.01%
- Veröffentlicht 29.05.2024 11:16:02
- Zuletzt bearbeitet 27.09.2025 00:00:29
In the Linux kernel, the following vulnerability has been resolved: tcp: do not accept ACK of bytes we never sent This patch is based on a detailed report and ideas from Yepeng Pan and Christian Rossow. ACK seq validation is currently following RF...
CVE-2024-36015
- EPSS 0.02%
- Veröffentlicht 29.05.2024 08:15:33
- Zuletzt bearbeitet 18.09.2025 15:50:37
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...
- EPSS 0.05%
- Veröffentlicht 24.05.2024 16:15:10
- Zuletzt bearbeitet 21.11.2024 08:40:47
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...