CVE-2024-36014
- EPSS 0.25%
- 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.24%
- 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.21%
- 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.46%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 24.07.2026 15:16:55
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...
CVE-2023-52873
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:30:18
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt6779: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52875
- EPSS 0.23%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:31:11
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt2701: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52876
- EPSS 0.23%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:31:44
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt7629-eth: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.
CVE-2023-52877
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 06.01.2025 20:32:18
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm() It is possible that typec_register_partner() returns ERR_PTR on failure. When port->partner is an error, a NULL poi...
CVE-2023-52878
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 21.11.2024 08:40:46
In the Linux kernel, the following vulnerability has been resolved: can: dev: can_put_echo_skb(): don't crash kernel if can_priv::echo_skb is accessed out of bounds If the "struct can_priv::echoo_skb" is accessed out of bounds, this would cause a k...
CVE-2023-52879
- EPSS 0.22%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 03.02.2025 15:46:08
In the Linux kernel, the following vulnerability has been resolved: tracing: Have trace_event_file have ref counters The following can crash the kernel: # cd /sys/kernel/tracing # echo 'p:sched schedule' > kprobe_events # exec 5>>events/kprobes...