CVE-2024-41012
- EPSS 0.01%
- Published 23.07.2024 08:15:01
- Last modified 03.11.2025 22:17:23
In the Linux kernel, the following vulnerability has been resolved: filelock: Remove locks reliably when fcntl/close race is detected When fcntl_setlk() races with close(), it removes the created lock with do_lock_file_wait(). However, LSMs can all...
CVE-2024-41011
- EPSS 0.02%
- Published 18.07.2024 07:15:02
- Last modified 03.11.2025 22:17:23
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: don't allow mapping the MMIO HDP page with large pages We don't get the right offset in that case. The GPU has an unused 4K area of the register BAR space into which y...
CVE-2024-41010
- EPSS 0.06%
- Published 17.07.2024 07:15:02
- Last modified 21.11.2024 09:32:03
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix too early release of tcx_entry Pedro Pinto and later independently also Hyunwoo Kim and Wongi Lee reported an issue that the tcx_entry can be released too early leading to...
CVE-2024-41009
- EPSS 0.03%
- Published 17.07.2024 07:15:01
- Last modified 03.11.2025 22:17:22
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overrunning reservations in ringbuf The BPF ring buffer internally is implemented as a power-of-2 sized circular buffer, with two logical and ever-increasing counters: con...
CVE-2022-48861
- EPSS 0.06%
- Published 16.07.2024 13:15:13
- Last modified 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: vdpa: fix use-after-free on vp_vdpa_remove When vp_vdpa driver is unbind, vp_vdpa is freed in vdpa_unregister_device and then vp_vdpa->mdev.pci_dev is dereferenced in vp_modern_rem...
CVE-2022-48862
- EPSS 0.03%
- Published 16.07.2024 13:15:13
- Last modified 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: vhost: fix hung thread due to erroneous iotlb entries In vhost_iotlb_add_range_ctx(), range size can overflow to 0 when start is 0 and last is ULONG_MAX. One instance where it can ...
CVE-2022-48863
- EPSS 0.01%
- Published 16.07.2024 13:15:13
- Last modified 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: mISDN: Fix memory leak in dsp_pipeline_build() dsp_pipeline_build() allocates dup pointer by kstrdup(cfg), but then it updates dup variable by strsep(&dup, "|"). As a result when i...
CVE-2022-48864
- EPSS 0.02%
- Published 16.07.2024 13:15:13
- Last modified 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command When control vq receives a VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET command request from the driver, presently there is...
CVE-2022-48865
- EPSS 0.02%
- Published 16.07.2024 13:15:13
- Last modified 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel panic when enabling bearer When enabling a bearer on a node, a kernel panic is observed: [ 4.498085] RIP: 0010:tipc_mon_prep+0x4e/0x130 [tipc] ... [ 4.52003...
CVE-2022-48866
- EPSS 0.02%
- Published 16.07.2024 13:15:13
- Last modified 21.11.2024 07:34:14
In the Linux kernel, the following vulnerability has been resolved: HID: hid-thrustmaster: fix OOB read in thrustmaster_interrupts Syzbot reported an slab-out-of-bounds Read in thrustmaster_probe() bug. The root case is in missing validation check ...