- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:08:48
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: i2c: xiic: xiic_xfer(): Fix runtime PM leak on error path The xiic_xfer() function gets a runtime PM reference when the function is entered. This reference is released when the fun...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:08:48
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: mptcp: stricter state check in mptcp_worker As reported by Christoph, the mptcp protocol can run the worker when the relevant msk socket is in an unexpected state: connect() // in...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:08:47
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: vfio: Fix NULL pointer dereference caused by uninitialized group->iommufd group->iommufd is not initialized for the iommufd_ctx_put() [20018.331541] BUG: kernel NULL pointer deref...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:08:46
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: x86/hyperv: Disable IBT when hypercall page lacks ENDBR instruction On hardware that supports Indirect Branch Tracking (IBT), Hyper-V VMs with ConfigVersion 9.3 or later support IB...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:08:46
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: bpf: Disable preemption in bpf_event_output We received report [1] of kernel crash, which is caused by using nesting protection without disabled preemption. The bpf_event_output c...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:08:45
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix memory leak of iter->temp when reading trace_pipe kmemleak reports: unreferenced object 0xffff88814d14e200 (size 256): comm "cat", pid 336, jiffies 4294871818 (a...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:08:44
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5e_ptp_open When kvzalloc_node or kvzalloc failed in mlx5e_ptp_open, the memory pointed by "c" or "cparams" is not freed, which can lead to a memor...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:08:44
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: keys: Fix linking a duplicate key to a keyring's assoc_array When making a DNS query inside the kernel using dns_query(), the request code can in rare cases end up creating a dupli...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:08:43
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() The ucmd->log_sq_bb_count variable is controlled by the user so this shift can wrap. Fix it by using check_shl_overflow() i...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:08:42
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: m68k: mm: Move initrd phys_to_virt handling after paging_init() When booting with an initial ramdisk on platforms where physical memory does not start at address zero (e.g. on Amig...