CVE-2021-46913
- EPSS 0.02%
- Published 27.02.2024 07:15:07
- Last modified 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clone set element expression template memcpy() breaks when using connlimit in set elements. Use nft_expr_clone() to initialize the connlimit expression list, o...
CVE-2021-46914
- EPSS 0.03%
- Published 27.02.2024 07:15:07
- Last modified 21.11.2024 06:34:55
In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix unbalanced device enable/disable in suspend/resume pci_disable_device() called in __ixgbe_shutdown() decreases dev->enable_cnt by 1. pci_enable_device_mem() which increa...
CVE-2021-46908
- EPSS 0%
- Published 27.02.2024 07:15:06
- Last modified 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%
- Published 26.02.2024 18:15:07
- Last modified 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%
- Published 26.02.2024 18:15:07
- Last modified 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%
- Published 26.02.2024 18:15:07
- Last modified 21.11.2024 06:34:54
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%
- Published 26.02.2024 18:15:07
- Last modified 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%
- Published 26.02.2024 18:15:06
- Last modified 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%
- Published 26.02.2024 16:28:00
- Last modified 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%
- Published 26.02.2024 16:28:00
- Last modified 21.11.2024 09:02:38
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...