CVE-2024-36011
- EPSS 0.21%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 07.05.2025 20:15:24
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix potential null-ptr-deref Fix potential null-ptr-deref in hci_le_big_sync_established_evt().
CVE-2024-36012
- EPSS 0.21%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 04.08.2026 11:18:22
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.47%
- Veröffentlicht 23.05.2024 07:15:08
- Zuletzt bearbeitet 04.08.2026 11:18:22
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-52879
- EPSS 0.23%
- Veröffentlicht 21.05.2024 16:15:24
- Zuletzt bearbeitet 04.08.2026 10:18:47
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...
CVE-2024-35998
- EPSS 0.39%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:20
In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifs_sync_mid_result Coverity spotted that the cifs_sync_mid_result function could deadlock "Thread deadlock (ORDER_REVERSAL) lock_or...
CVE-2024-35999
- EPSS 0.38%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:20
In the Linux kernel, the following vulnerability has been resolved: smb3: missing lock when picking channel Coverity spotted a place where we should have been holding the channel lock when accessing the ses channel index. Addresses-Coverity: 15820...
CVE-2024-36000
- EPSS 0.23%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 23.09.2025 18:23:11
In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix missing hugetlb_lock for resv uncharge There is a recent report on UFFDIO_COPY over hugetlb: https://lore.kernel.org/all/000000000000ee06de0616177560@google.com/ ...
CVE-2024-36001
- EPSS 0.2%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 04.08.2026 11:18:21
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the pre-flush when appending to a file in writethrough mode In netfs_perform_write(), when the file is marked NETFS_ICTX_WRITETHROUGH or O_*SYNC or RWF_*SYNC was specifi...
CVE-2024-36002
- EPSS 0.18%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 24.09.2025 18:20:36
In the Linux kernel, the following vulnerability has been resolved: dpll: fix dpll_pin_on_pin_register() for multiple parent pins In scenario where pin is registered with multiple parent pins via dpll_pin_on_pin_register(..), all belonging to the s...
CVE-2024-36003
- EPSS 0.17%
- Veröffentlicht 20.05.2024 10:15:14
- Zuletzt bearbeitet 03.02.2025 16:10:24
In the Linux kernel, the following vulnerability has been resolved: ice: fix LAG and VF lock dependency in ice_reset_vf() 9f74a3dfcf83 ("ice: Fix VF Reset paths when interface in a failed over aggregate"), the ice driver has acquired the LAG mutex ...