CVE-2024-36025
- EPSS 0.03%
- Veröffentlicht 30.05.2024 15:15:49
- Zuletzt bearbeitet 18.09.2025 14:07:22
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix off by one in qla_edif_app_getstats() The app_reply->elem[] array is allocated earlier in this function and it has app_req.num_ports elements. Thus this > compa...
CVE-2024-36026
- EPSS 0.03%
- Veröffentlicht 30.05.2024 15:15:49
- Zuletzt bearbeitet 30.09.2025 17:41:33
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fixes a random hang in S4 for SMU v13.0.4/11 While doing multiple S4 stress tests, GC/RLC/PMFW get into an invalid state resulting into hard hangs. Adding a GFX reset ...
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-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 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-36012
- EPSS 0.03%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 06.01.2025 22:33:55
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msft_do_close() Tying the msft->data lifetime to hdev by freeing it in hci_release_dev() to fix the following case: [use] msft_do_close...
CVE-2024-36013
- EPSS 0.08%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 01.04.2025 18:40:46
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() Extend a critical section to prevent chan from early freeing. Also make the l2cap_connect() return type void. Nothing i...