CVE-2024-49950
- EPSS 0.26%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 15.06.2026 18:26:18
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.24%
- 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.28%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 12.05.2026 12:17:18
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.3%
- 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.24%
- 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.34%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 12.05.2026 12:17:19
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-49957
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:16
- Zuletzt bearbeitet 03.11.2025 23:16:34
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix null-ptr-deref when journal load failed. During the mounting process, if journal_reset() fails because of too short journal, then lead to jbd2_journal_load() fails with ...
CVE-2024-49931
- EPSS 0.25%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 25.10.2024 15:16:07
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix array out-of-bound access in SoC stats Currently, the ath12k_soc_dp_stats::hal_reo_error array is defined with a maximum size of DP_REO_DST_RING_MAX. However, the...
CVE-2024-49932
- EPSS 0.2%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 13.11.2024 15:01:49
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENO...
CVE-2024-49933
- EPSS 0.24%
- Veröffentlicht 21.10.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:31
In the Linux kernel, the following vulnerability has been resolved: blk_iocost: fix more out of bound shifts Recently running UBSAN caught few out of bound shifts in the ioc_forgive_debts() function: UBSAN: shift-out-of-bounds in block/blk-iocost....