CVE-2026-46319
- EPSS 0.13%
- Veröffentlicht 09.06.2026 12:11:12
- Zuletzt bearbeitet 08.07.2026 21:32:40
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: Only release RCU read lock after ct_ft When looking up a flow table in act_ct in tcf_ct_flow_table_get(), rhashtable_lookup_fast() internally opens and closes an...
CVE-2026-46320
- EPSS 0.24%
- Veröffentlicht 09.06.2026 12:11:12
- Zuletzt bearbeitet 08.07.2026 16:27:27
In the Linux kernel, the following vulnerability has been resolved: tap: free page on error paths in tap_get_user_xdp() tap_get_user_xdp() rejects a frame shorter than ETH_HLEN with -EINVAL, and returns -ENOMEM when build_skb() fails. Both paths ju...
CVE-2026-46318
- EPSS 0.1%
- Veröffentlicht 09.06.2026 12:11:11
- Zuletzt bearbeitet 08.07.2026 14:49:56
In the Linux kernel, the following vulnerability has been resolved: Revert "mm/hugetlbfs: update hugetlbfs to use mmap_prepare" This reverts commit ea52cb24cd3f ("mm/hugetlbfs: update hugetlbfs to use mmap_prepare") with conflict resolution to acco...
CVE-2026-46317
- EPSS 0.13%
- Veröffentlicht 09.06.2026 11:52:30
- Zuletzt bearbeitet 08.07.2026 14:50:10
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Reassign nested_mmus array behind mmu_lock kvm->arch.nested_mmus[] is walked under kvm->mmu_lock, including from the MMU notifier path (kvm_unmap_gfn_range() -> kvm_nes...
- EPSS 0.2%
- Veröffentlicht 09.06.2026 11:52:29
- Zuletzt bearbeitet 10.07.2026 12:17:04
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry vgic_its_invalidate_cache() walks the per-ITS translation cache with xa_for_each() and drops th...
CVE-2026-46315
- EPSS 0.11%
- Veröffentlicht 09.06.2026 07:38:13
- Zuletzt bearbeitet 08.07.2026 14:50:49
In the Linux kernel, the following vulnerability has been resolved: io_uring/waitid: clear waitid info before copying it to userspace IORING_OP_WAITID stores its result fields in struct io_waitid::info and later copies them to userspace siginfo. Th...
CVE-2026-46314
- EPSS 0.12%
- Veröffentlicht 08.06.2026 15:50:45
- Zuletzt bearbeitet 08.07.2026 14:50:58
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject empty multisync extension to prevent infinite loop v3d_get_extensions() walks a userspace-provided singly-linked list of ioctl extensions without any bound on the c...
CVE-2026-46313
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:44
- Zuletzt bearbeitet 08.07.2026 14:51:05
In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: fix error pointer dereference In a error path isp->psys is confirmed to be an error pointer not NULL so this condition is true and the error pointer is dereferen...
CVE-2026-46312
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:42
- Zuletzt bearbeitet 08.07.2026 14:51:14
In the Linux kernel, the following vulnerability has been resolved: media: videobuf2: Set vma_flags in vb2_dma_sg_mmap vb2_dma_contig sets VMA flags VM_DONTEXPAND and VM_DONTDUMP and I do not see a reason why vb2_dma_sg should behave differently. T...
CVE-2026-46311
- EPSS 0.11%
- Veröffentlicht 08.06.2026 15:50:41
- Zuletzt bearbeitet 08.07.2026 14:51:25
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix access to stale wptr mapping Use drm_exec to take both locks i.e vm root bo and wptr_obj bo to access the mapping data properly. This fixes the security issu...