CVE-2024-26953
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:11
- Zuletzt bearbeitet 18.09.2025 14:12:16
In the Linux kernel, the following vulnerability has been resolved: net: esp: fix bad handling of pages from page_pool When the skb is reorganized during esp_output (!esp->inline), the pages coming from the original skb fragments are supposed to be...
CVE-2024-26954
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:11
- Zuletzt bearbeitet 03.11.2025 22:16:48
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() If ->NameOffset of smb2_create_req is smaller than Buffer offset of smb2_create_req, slab-out-of-bounds read can happen fr...
CVE-2024-26955
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:11
- Zuletzt bearbeitet 23.12.2025 00:59:13
In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent kernel bug at submit_bh_wbc() Fix a bug where nilfs_get_block() returns a successful status when searching and inserting the specified block both fail inconsistentl...
CVE-2024-26956
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:11
- Zuletzt bearbeitet 23.12.2025 00:57:54
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix failure to detect DAT corruption in btree and direct mappings Patch series "nilfs2: fix kernel bug at submit_bh_wbc()". This resolves a kernel BUG reported by syzbot. ...
CVE-2024-26957
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:11
- Zuletzt bearbeitet 20.03.2025 21:27:17
In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: fix reference counting on zcrypt card objects Tests with hot-plugging crytpo cards on KVM guests with debug kernel build revealed an use after free for the load field ...
CVE-2024-26944
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:10
- Zuletzt bearbeitet 01.12.2025 15:16:52
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix use-after-free in do_zone_finish() Shinichiro reported the following use-after-free triggered by the device replace operation in fstests btrfs/070. BTRFS info (...
CVE-2024-26945
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:10
- Zuletzt bearbeitet 20.03.2025 21:26:07
In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix nr_cpus < nr_iaa case If nr_cpus < nr_iaa, the calculated cpus_per_iaa will be 0, which causes a divide-by-0 in rebalance_wq_table(). Make sure cpus_per_iaa is 1...
CVE-2024-26946
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:10
- Zuletzt bearbeitet 18.09.2025 14:14:52
In the Linux kernel, the following vulnerability has been resolved: kprobes/x86: Use copy_from_kernel_nofault() to read from unsafe address Read from an unsafe address with copy_from_kernel_nofault() in arch_adjust_kprobe_addr() because this functi...
CVE-2024-26947
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:10
- Zuletzt bearbeitet 18.09.2025 14:13:26
In the Linux kernel, the following vulnerability has been resolved: ARM: 9359/1: flush: check if the folio is reserved for no-mapping addresses Since commit a4d5613c4dc6 ("arm: extend pfn_valid to take into account freed memory map alignment") chan...
CVE-2024-26948
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:10
- Zuletzt bearbeitet 18.09.2025 14:12:33
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add a dc_state NULL check in dc_state_release [How] Check wheather state is NULL before releasing it.