CVE-2024-41042
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:12
- Zuletzt bearbeitet 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: prefer nft_chain_validate nft_chain_validate already performs loop detection because a cycle will result in a call stack overflow (ctx->level >= NFT_JUMP_STAC...
CVE-2024-41044
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:12
- Zuletzt bearbeitet 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: ppp: reject claimed-as-LCP but actually malformed packets Since 'ppp_async_encode()' assumes valid LCP packets (with code from 1 to 7 inclusive), add 'ppp_check_packet()' to ensure...
CVE-2024-41030
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:24
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.02%
- Veröffentlicht 29.07.2024 15:15:11
- Zuletzt bearbeitet 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-41034
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:11
- Zuletzt bearbeitet 03.11.2025 22:17:25
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%
- Veröffentlicht 29.07.2024 14:15:03
- Zuletzt bearbeitet 03.11.2025 22:17:24
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-41019
- EPSS 0.02%
- Veröffentlicht 29.07.2024 07:15:07
- Zuletzt bearbeitet 03.11.2025 22:17:24
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate ff offset This adds sanity checks for ff offset. There is a check on rt->first_free at first, but walking through by ff without any check. If the second ff is a ...
CVE-2024-41015
- EPSS 0.02%
- Veröffentlicht 29.07.2024 07:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:23
In the Linux kernel, the following vulnerability has been resolved: ocfs2: add bounds checking to ocfs2_check_dir_entry() This adds sanity checks for ocfs2_dir_entry to make sure all members of ocfs2_dir_entry don't stray beyond valid memory region...
CVE-2024-41016
- EPSS 0.02%
- Veröffentlicht 29.07.2024 07:15:06
- Zuletzt bearbeitet 12.05.2026 12:17:03
In the Linux kernel, the following vulnerability has been resolved: ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry() xattr in ocfs2 maybe 'non-indexed', which saved with additional space requested. It's better to check if the me...
CVE-2024-41017
- EPSS 0.02%
- Veröffentlicht 29.07.2024 07:15:06
- Zuletzt bearbeitet 03.11.2025 22:17:23
In the Linux kernel, the following vulnerability has been resolved: jfs: don't walk off the end of ealist Add a check before visiting the members of ea to make sure each ea stays within the ealist.