CVE-2024-36883
- EPSS 0.01%
- Veröffentlicht 30.05.2024 16:15:11
- Zuletzt bearbeitet 22.01.2026 20:24:01
In the Linux kernel, the following vulnerability has been resolved: net: fix out-of-bounds access in ops_init net_alloc_generic is called by net_alloc, which is called without any locking. It reads max_gen_ptrs, which is changed under pernet_ops_rw...
CVE-2024-36020
- EPSS 0.01%
- Veröffentlicht 30.05.2024 15:15:49
- Zuletzt bearbeitet 12.05.2026 12:16:47
In the Linux kernel, the following vulnerability has been resolved: i40e: fix vf may be used uninitialized in this function warning To fix the regression introduced by commit 52424f974bc5, which causes servers hang in very hard to reproduce conditi...
CVE-2024-36017
- EPSS 0.02%
- Veröffentlicht 30.05.2024 13:15:49
- Zuletzt bearbeitet 17.12.2025 03:31:14
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 04.11.2025 18:16:23
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-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-2024-36014
- EPSS 0.03%
- Veröffentlicht 29.05.2024 07:15:10
- Zuletzt bearbeitet 04.11.2025 18:16:23
In the Linux kernel, the following vulnerability has been resolved: drm/arm/malidp: fix a possible null pointer dereference In malidp_mw_connector_reset, new memory is allocated with kzalloc, but no check is performed. In order to prevent null poin...
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-2024-36004
- EPSS 0.01%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:46
In the Linux kernel, the following vulnerability has been resolved: i40e: Do not use WQ_MEM_RECLAIM flag for workqueue Issue reported by customer during SRIOV testing, call trace: When both i40e and the i40iw driver are loaded, a warning in check_f...
CVE-2024-35997
- EPSS 0.02%
- Veröffentlicht 20.05.2024 10:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:46
In the Linux kernel, the following vulnerability has been resolved: HID: i2c-hid: remove I2C_HID_READ_PENDING flag to prevent lock-up The flag I2C_HID_READ_PENDING is used to serialize I2C operations. However, this is not necessary, because I2C cor...
CVE-2024-35973
- EPSS 0.01%
- Veröffentlicht 20.05.2024 10:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:44
In the Linux kernel, the following vulnerability has been resolved: geneve: fix header validation in geneve[6]_xmit_skb syzbot is able to trigger an uninit-value in geneve_xmit() [1] Problem : While most ip tunnel helpers (like ip_tunnel_get_dsfie...