- EPSS 0.05%
- Veröffentlicht 09.12.2025 00:01:15
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui() During NVMeTCP Authentication a controller can trigger a kernel oops by specifying the 8192 bit Diffie Hellman group and ...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:14
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix potential kgd_mem UAFs kgd_mem pointers returned by kfd_process_device_translate_handle are only guaranteed to be valid while p->mutex is held. As soon as the mutex...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:12
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: posix-timers: Prevent RT livelock in itimer_delete() itimer_delete() has a retry loop when the timer is concurrently expired. On non-RT kernels this just spin-waits until the timer...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:11
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: PCI: Fix dropping valid root bus resources with .end = zero On r8a7791/koelsch: kmemleak: 1 new suspected memory leaks (see /sys/kernel/debug/kmemleak) # cat /sys/kernel/debug...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:10
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: ext4: fix rbtree traversal bug in ext4_mb_use_preallocated During allocations, while looking for preallocations(PA) in the per inode rbtree, we can't do a direct traversal of the t...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:09
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pm_runtime_disable when the architecture support sub device for 'dev->pm.dev' is NUll, or will get below crash log....
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:09
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Cap MSIX used to online CPUs + 1 The irdma driver can use a maximum number of msix vectors equal to num_online_cpus() + 1 and the kernel warning stack below is shown if...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:08
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: blk-mq: release crypto keyslot before reporting I/O complete Once all I/O using a blk_crypto_key has completed, filesystems can call blk_crypto_evict_key(). However, the block lay...
- EPSS 0.02%
- Veröffentlicht 09.12.2025 00:01:07
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() When a file descriptor of pppol2tp socket is passed as file descriptor of UDP socket, a recursive deadlock occurs ...
- EPSS 0.03%
- Veröffentlicht 09.12.2025 00:01:06
- Zuletzt bearbeitet 09.12.2025 18:37:13
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix memory leak in mwifiex_histogram_read() Always free the zeroed page on return from 'mwifiex_histogram_read()'.