CVE-2024-49947
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 12.11.2024 21:25:21
In the Linux kernel, the following vulnerability has been resolved: net: test for not too small csum_start in virtio_net_hdr_to_skb() syzbot was able to trigger this warning [1], after injecting a malicious packet through af_packet, setting skb->cs...
CVE-2024-49948
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: net: add more sanity checks to qdisc_pkt_len_init() One path takes care of SKB_GSO_DODGY, assuming skb->len is bigger than hdr_len. virtio_net_hdr_to_skb() does not fully dissect ...
CVE-2024-49949
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: net: avoid potential underflow in qdisc_pkt_len_init() with UFO After commit 7c6d2ecbda83 ("net: be more gentle about silly gso requests coming from user") virtio_net_hdr_to_skb() ...
CVE-2024-49950
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix uaf in l2cap_connect [Syzbot reported] BUG: KASAN: slab-use-after-free in l2cap_connect.constprop.0+0x10d8/0x1270 net/bluetooth/l2cap_core.c:3949 Read of size...
CVE-2024-49951
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 21:16:39
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible crash on mgmt_index_removed If mgmt_index_removed is called while there are commands queued on cmd_sync it could lead to crashes like the bellow trace...
CVE-2024-49952
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: prevent nf_skb_duplicated corruption syzbot found that nf_dup_ipv4() or nf_dup_ipv6() could write per-cpu variable nf_skb_duplicated in an unsafe way [1]. Di...
CVE-2024-49953
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 07.11.2024 17:44:28
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix crash caused by calling __xfrm_state_delete() twice The km.state is not checked in driver's delayed work. When xfrm_state_check_expire() is called, the state can be ...
CVE-2024-49954
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: static_call: Replace pointless WARN_ON() in static_call_module_notify() static_call_module_notify() triggers a WARN_ON(), when memory allocation fails in __static_call_add_module()...
CVE-2024-49955
- EPSS 0.01%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:33
In the Linux kernel, the following vulnerability has been resolved: ACPI: battery: Fix possible crash when unregistering a battery hook When a battery hook returns an error when adding a new battery, then the battery hook is automatically unregiste...
CVE-2024-49956
- EPSS 0.1%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 01.11.2024 15:19:04
In the Linux kernel, the following vulnerability has been resolved: gfs2: fix double destroy_workqueue error When gfs2_fill_super() fails, destroy_workqueue() is called within gfs2_gl_hash_clear(), and the subsequent code path calls destroy_workque...