CVE-2025-38578
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:34
- Zuletzt bearbeitet 09.01.2026 14:09:29
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid UAF in f2fs_sync_inode_meta() syzbot reported an UAF issue as below: [1] [2] [1] https://syzkaller.appspot.com/text?tag=CrashReport&x=16594c60580000 ==========...
CVE-2025-38565
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:33
- Zuletzt bearbeitet 08.01.2026 21:07:49
In the Linux kernel, the following vulnerability has been resolved: perf/core: Exit early on perf_mmap() fail When perf_mmap() fails to allocate a buffer, it still invokes the event_mapped() callback of the related event. On X86 this might increase...
CVE-2025-38560
- EPSS 0.03%
- Veröffentlicht 19.08.2025 17:15:32
- Zuletzt bearbeitet 22.01.2026 18:39:27
In the Linux kernel, the following vulnerability has been resolved: x86/sev: Evict cache lines during SNP memory validation An SNP cache coherency vulnerability requires a cache line eviction mitigation when validating memory after a page state cha...
CVE-2025-38562
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:32
- Zuletzt bearbeitet 18.04.2026 09:16:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference error in generate_encryptionkey If client send two session setups with krb5 authenticate to ksmbd, null pointer dereference error in generate_en...
CVE-2025-38563
- EPSS 0.03%
- Veröffentlicht 19.08.2025 17:15:32
- Zuletzt bearbeitet 08.01.2026 21:03:06
In the Linux kernel, the following vulnerability has been resolved: perf/core: Prevent VMA split of buffer mappings The perf mmap code is careful about mmap()'ing the user page with the ringbuffer and additionally the auxiliary buffer, when the eve...
CVE-2025-38555
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:31
- Zuletzt bearbeitet 08.01.2026 20:49:46
In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in composite_dev_cleanup() 1. In func configfs_composite_bind() -> composite_os_desc_req_prepare(): if kmalloc fails, the pointer cdev->os_desc_req...
CVE-2025-38556
- EPSS 0.02%
- Veröffentlicht 19.08.2025 17:15:31
- Zuletzt bearbeitet 19.01.2026 13:16:08
In the Linux kernel, the following vulnerability has been resolved: HID: core: Harden s32ton() against conversion to 0 bits Testing by the syzbot fuzzer showed that the HID core gets a shift-out-of-bounds exception when it tries to convert a 32-bit...
CVE-2025-38553
- EPSS 0.02%
- Veröffentlicht 19.08.2025 06:15:33
- Zuletzt bearbeitet 08.01.2026 20:49:12
In the Linux kernel, the following vulnerability has been resolved: net/sched: Restrict conditions for adding duplicating netems to qdisc tree netem_enqueue's duplication prevention logic breaks when a netem resides in a qdisc tree with other netem...
CVE-2023-4130
- EPSS 0.01%
- Veröffentlicht 16.08.2025 13:27:58
- Zuletzt bearbeitet 18.11.2025 17:58:43
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea() There are multiple smb2_ea_info buffers in FILE_FULL_EA_INFORMATION request from client. ksmbd find next smb2_...
CVE-2023-32249
- EPSS 0.05%
- Veröffentlicht 16.08.2025 13:25:49
- Zuletzt bearbeitet 18.11.2025 17:57:18
In the Linux kernel, the following vulnerability has been resolved: ksmbd: not allow guest user on multichannel This patch return STATUS_NOT_SUPPORTED if binding session is guest.