CVE-2024-41062
- EPSS 0.02%
- 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: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hci_rx_work, where the former releases the sock and the latter acces...
CVE-2024-41067
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 09.10.2025 18:06:27
In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: handle RST lookup error correctly [BUG] When running btrfs/060 with forced RST feature, it would crash the following ASSERT() inside scrub_read_endio(): ASSERT(sect...
CVE-2024-41069
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:30
In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file content...
CVE-2024-41048
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:27
In the Linux kernel, the following vulnerability has been resolved: skmsg: Skip zero length skb in sk_msg_recvmsg When running BPF selftests (./test_progs -t sockmap_basic) on a Loongarch platform, the following kernel panic occurs: [...] Oops...
CVE-2024-41050
- EPSS 0.02%
- Veröffentlicht 29.07.2024 15:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:28
In the Linux kernel, the following vulnerability has been resolved: cachefiles: cyclic allocation of msg_id to avoid reuse Reusing the msg_id after a maliciously completed reopen request may cause a read request to remain unprocessed and result in ...
CVE-2024-41023
- EPSS 0.01%
- Veröffentlicht 29.07.2024 15:15:11
- Zuletzt bearbeitet 21.11.2024 09:32:05
In the Linux kernel, the following vulnerability has been resolved: sched/deadline: Fix task_struct reference leak During the execution of the following stress test with linux-rt: stress-ng --cyclic 30 --timeout 30 --minimize --quiet kmemleak fre...
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-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-41013
- EPSS 0.01%
- Veröffentlicht 29.07.2024 07:15:05
- Zuletzt bearbeitet 03.11.2025 18:15:42
In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a directory data block This adds sanity checks for xfs_dir2_data_unused and xfs_dir2_data_entry to make sure don't stray beyond valid memory region. ...