CVE-2023-52436
- EPSS 0.3%
- Veröffentlicht 20.02.2024 21:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:45
In the Linux kernel, the following vulnerability has been resolved: f2fs: explicitly null-terminate the xattr list When setting an xattr, explicitly null-terminate the xattr list. This eliminates the fragile assumption that the unused xattr space ...
CVE-2023-52438
- EPSS 0.3%
- Veröffentlicht 20.02.2024 21:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:45
In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc->vma pointer isn't safe as it can race with...
CVE-2023-52439
- EPSS 0.3%
- Veröffentlicht 20.02.2024 21:15:08
- Zuletzt bearbeitet 27.12.2024 16:15:23
In the Linux kernel, the following vulnerability has been resolved: uio: Fix use-after-free in uio_open core-1 core-2 ------------------------------------------------------- uio_unregister_device uio_open idev = idr_find() device_unregister...
CVE-2023-52435
- EPSS 0.23%
- Veröffentlicht 20.02.2024 20:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:45
In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skb_segment() Once again syzbot is able to crash the kernel in skb_segment() [1] GSO_BY_FRAGS is a forbidden value, but unfortunately the following co...
- EPSS 0.56%
- Veröffentlicht 20.02.2024 18:15:50
- Zuletzt bearbeitet 17.01.2025 20:15:27
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential OOBs in smb2_parse_contexts() Validate offsets and lengths before dereferencing create contexts in smb2_parse_contexts(). This fixes following oops when...
CVE-2024-26581
- EPSS 2.22%
- Veröffentlicht 20.02.2024 13:15:09
- Zuletzt bearbeitet 01.10.2025 19:15:33
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: skip end interval element from gc rbtree lazy gc on insert might collect an end interval element that has been just added in this transactions, skip end ...
CVE-2023-52433
- EPSS 0.27%
- Veröffentlicht 20.02.2024 13:15:08
- Zuletzt bearbeitet 25.03.2025 16:14:59
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction New elements in this transaction might expired before such transaction ends. Skip sync GC for such elem...
CVE-2024-25744
- EPSS 0.28%
- Veröffentlicht 12.02.2024 05:15:07
- Zuletzt bearbeitet 07.05.2025 22:15:17
In the Linux kernel before 6.6.7, an untrusted VMM can trigger int80 syscall handling at any given point. This is related to arch/x86/coco/tdx/tdx.c and arch/x86/mm/mem_encrypt_amd.c.
CVE-2023-52429
- EPSS 0.25%
- Veröffentlicht 12.02.2024 03:15:32
- Zuletzt bearbeitet 04.11.2025 19:16:23
dm_table_create in drivers/md/dm-table.c in the Linux kernel through 6.7.4 can attempt to (in alloc_targets) allocate more than INT_MAX bytes, and crash, because of a missing check for struct dm_ioctl.target_count.
CVE-2024-25739
- EPSS 0.25%
- Veröffentlicht 12.02.2024 03:15:32
- Zuletzt bearbeitet 12.05.2026 12:16:18
create_empty_lvol in drivers/mtd/ubi/vtbl.c in the Linux kernel through 6.7.4 can attempt to allocate zero bytes, and crash, because of a missing check for ubi->leb_size.