CVE-2024-41026
- EPSS 0.08%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:17:27
In the Linux kernel, the following vulnerability has been resolved: mmc: davinci_mmc: Prevent transmitted data size from exceeding sgm's length No check is done on the size of the data to be transmiited. This causes a kernel panic when this size ex...
CVE-2024-41027
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:32:27
In the Linux kernel, the following vulnerability has been resolved: Fix userfaultfd_api to return EINVAL as expected Currently if we request a feature that is not set in the Kernel config we fail silently and return all the available features. How...
CVE-2024-41029
- EPSS 0.04%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:24:28
In the Linux kernel, the following vulnerability has been resolved: nvmem: core: limit cell sysfs permissions to main attribute ones The cell sysfs attribute should not provide more access to the nvmem data than the main attribute itself. For examp...
CVE-2024-41030
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 25.09.2025 20:05:01
In the Linux kernel, the following vulnerability has been resolved: ksmbd: discard write access to the directory open may_open() does not allow a directory to be opened with the write access. However, some writing flags set by client result in addi...
CVE-2024-41031
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:26:26
In the Linux kernel, the following vulnerability has been resolved: mm/filemap: skip to create PMD-sized page cache if needed On ARM64, HPAGE_PMD_ORDER is 13 when the base page size is 64KB. The PMD-sized page cache can't be supported by xarray as...
CVE-2024-41032
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:28:45
In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpu_possible_mask The problem is that there are systems where cpu_possible_mask has gaps between set CPUs, for example SPARC. In this scen...
CVE-2024-41033
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:20:14
In the Linux kernel, the following vulnerability has been resolved: cachestat: do not flush stats in recency check syzbot detects that cachestat() is flushing stats, which can sleep, in its RCU read section (see [1]). This is done in the workingse...
CVE-2024-41034
- EPSS 0.01%
- Published 29.07.2024 15:15:11
- Last modified 07.10.2025 16:29:40
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix kernel bug on rename operation of broken directory Syzbot reported that in rename directory operation on broken directory on nilfs2, __block_write_begin_int() called to...
CVE-2024-41020
- EPSS 0.01%
- Published 29.07.2024 14:15:03
- Last modified 25.09.2025 20:06:31
In the Linux kernel, the following vulnerability has been resolved: filelock: Fix fcntl/close race recovery compat path When I wrote commit 3cad1bc01041 ("filelock: Remove locks reliably when fcntl/close race is detected"), I missed that there are ...
CVE-2024-41021
- EPSS 0.02%
- Published 29.07.2024 14:15:03
- Last modified 25.09.2025 20:05:50
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix VM_FAULT_HWPOISON handling in do_exception() There is no support for HWPOISON, MEMORY_FAILURE, or ARCH_HAS_COPY_MC on s390. Therefore we do not expect to see VM_FAULT_...