CVE-2024-42080
- EPSS 0.02%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 03.11.2025 22:17:35
In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Fix potential invalid address access struct rdma_restrack_entry's kern_name was set to KBUILD_MODNAME in ib_create_cq(), while if the module exited but forgot del th...
CVE-2024-42082
- EPSS 0.01%
- Veröffentlicht 29.07.2024 16:15:07
- Zuletzt bearbeitet 12.05.2026 12:17:03
In the Linux kernel, the following vulnerability has been resolved: xdp: Remove WARN() from __xdp_reg_mem_model() syzkaller reports a warning in __xdp_reg_mem_model(). The warning occurs only if __mem_id_init_hash_table() returns an error. It retu...
CVE-2024-42067
- EPSS 0.03%
- Veröffentlicht 29.07.2024 16:15:06
- Zuletzt bearbeitet 24.01.2025 16:15:36
In the Linux kernel, the following vulnerability has been resolved: bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro() set_memory_rox() can fail, leaving memory unprotected. Check return and bail out when bpf_jit_bin...
CVE-2024-41074
- EPSS 0.03%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set object to close if ondemand_id < 0 in copen If copen is maliciously called in the user mode, it may delete the request corresponding to the random id. And the reque...
CVE-2024-41075
- EPSS 0.03%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:31
In the Linux kernel, the following vulnerability has been resolved: cachefiles: add consistency check for copen/cread This prevents malicious processes from completing random copen/cread requests and crashing the system. Added checks are listed bel...
CVE-2024-41077
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:31
In the Linux kernel, the following vulnerability has been resolved: null_blk: fix validation of block size Block size should be between 512 and PAGE_SIZE and be a power of 2. The current check does not validate this, so update the check. Without t...
CVE-2024-41078
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:31
In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix quota root leak after quota disable failure If during the quota disable we fail when cleaning the quota tree or when deleting the root from the root tree, we jum...
CVE-2024-41079
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:31
In the Linux kernel, the following vulnerability has been resolved: nvmet: always initialize cqe.result The spec doesn't mandate that the first two double words (aka results) for the command queue entry need to be set to 0 when they are not used (n...
CVE-2024-41082
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:15
- Zuletzt bearbeitet 09.10.2025 18:01:11
In the Linux kernel, the following vulnerability has been resolved: nvme-fabrics: use reserved tag for reg read/write command In some scenarios, if too many commands are issued by nvme command in the same time by user tasks, this may exhaust all ta...
CVE-2024-41060
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:29
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bo_va->bo is non-NULL before using it The call to radeon_vm_clear_freed might clear bo_va->bo, so we have to check it before dereferencing it.