CVE-2021-46908
- EPSS 0%
- Veröffentlicht 27.02.2024 07:15:06
- Zuletzt bearbeitet 21.11.2024 06:34:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Use correct permission flag for mixed signed bounds arithmetic We forbid adding unknown scalars with mixed signed bounds due to the spectre v1 masking mitigation. Hence this a...
CVE-2019-25162
- EPSS 0.05%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 21.11.2024 04:40:00
In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the put_device() down a bit to avoid the use after free. [wsa: a...
CVE-2020-36775
- EPSS 0.03%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 11.07.2025 13:15:22
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential deadlock Using f2fs_trylock_op() in f2fs_write_compressed_pages() to avoid potential deadlock like we did in f2fs_write_single_data_page().
CVE-2021-46906
- EPSS 0.01%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 10.12.2025 07:15:55
In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: fix info leak in hid_submit_ctrl In hid_submit_ctrl(), the way of calculating the report length doesn't take into account that report->size can be zero. When running t...
CVE-2023-52474
- EPSS 0.02%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 21.11.2024 08:39:51
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that ha...
CVE-2019-25160
- EPSS 0.01%
- Veröffentlicht 26.02.2024 18:15:06
- Zuletzt bearbeitet 21.11.2024 04:40:00
In the Linux kernel, the following vulnerability has been resolved: netlabel: fix out-of-bounds memory accesses There are two array out-of-bounds memory accesses, one in cipso_v4_map_lvl_valid(), the other in netlbl_bitmap_walk(). Both errors are ...
CVE-2024-26602
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 21.11.2024 09:02:38
In the Linux kernel, the following vulnerability has been resolved: sched/membarrier: reduce the ability to hammer on sys_membarrier On some systems, sys_membarrier can be very expensive, causing overall slowdowns for everything. So put a lock on ...
CVE-2024-26603
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 04.11.2025 19:17:02
In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Stop relying on userspace for info to fault in xsave buffer Before this change, the expected size of the user space buffer was taken from fx_sw->xstate_size. fx_sw->xstate...
CVE-2024-26604
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 04.11.2025 19:17:02
In the Linux kernel, the following vulnerability has been resolved: Revert "kobject: Remove redundant checks for whether ktype is NULL" This reverts commit 1b28cb81dab7c1eedc6034206f4e8d644046ad31. It is reported to cause problems, so revert it fo...
CVE-2024-26605
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 21.11.2024 09:02:38
In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Fix deadlock when enabling ASPM A last minute revert in 6.7-final introduced a potential deadlock when enabling ASPM during probe of Qualcomm PCIe controllers as reported...