- EPSS 0.03%
- Veröffentlicht 12.11.2025 10:23:28
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: debugfs: Fix legacy mode page table dump logic In legacy mode, SSPTPTR is ignored if TT is not 00b or 01b. SSPTPTR maybe uninitialized or zero in that case and may caus...
- EPSS 0.04%
- Veröffentlicht 12.11.2025 10:23:28
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe() The drv->sram_reg pointer could be set to ERR_PTR(-EPROBE_DEFER) which would lead to a error pointer deref...
CVE-2025-40149
- EPSS 0.02%
- Veröffentlicht 12.11.2025 10:23:27
- Zuletzt bearbeitet 26.02.2026 15:51:45
In the Linux kernel, the following vulnerability has been resolved: tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock(). get_netdev_for_sock() is called during setsockopt(), so not under RCU. Using sk_dst_get(sk)->dev could trigger ...
- EPSS 0.03%
- Veröffentlicht 12.11.2025 10:23:27
- Zuletzt bearbeitet 25.03.2026 11:16:13
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid migrating empty section It reports a bug from device w/ zufs: F2FS-fs (dm-64): Inconsistent segment (173822) type [1, 0] in SSA and SIT F2FS-fs (dm-64): Stopped...
- EPSS 0.04%
- Veröffentlicht 12.11.2025 10:23:27
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: No support of struct argument in trampoline programs The current implementation does not support struct argument. This causes a oops when running bpf selftest: $...
- EPSS 0.04%
- Veröffentlicht 12.11.2025 10:23:27
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix bootup splat with separate_gpu_drm modparam The drm_gem_for_each_gpuvm_bo() call from lookup_vma() accesses drm_gem_obj.gpuva.list, which is not initialized when the d...
- EPSS 0.04%
- Veröffentlicht 12.11.2025 10:23:26
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure When devm_add_action_or_reset() fails, it calls the passed cleanup function. Hence the caller must not repeat...
- EPSS 0.04%
- Veröffentlicht 12.11.2025 10:23:26
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix potential deadlock while nr_requests grown Allocate and free sched_tags while queue is freezed can deadlock[1], this is a long term problem, hence allocate memory befor...
- EPSS 0.03%
- Veröffentlicht 12.11.2025 10:23:26
- Zuletzt bearbeitet 25.03.2026 11:16:13
In the Linux kernel, the following vulnerability has been resolved: blk-throttle: fix access race during throttle policy activation On repeated cold boots we occasionally hit a NULL pointer crash in blk_should_throtl() when throttling is consulted ...
- EPSS 0.04%
- Veröffentlicht 12.11.2025 10:23:26
- Zuletzt bearbeitet 12.11.2025 16:19:12
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL pointer checks in dc_stream cursor attribute functions The function dc_stream_set_cursor_attributes() currently dereferences the `stream` pointer and nest...