CVE-2026-46322
- EPSS 0.13%
- Veröffentlicht 09.06.2026 12:11:14
- Zuletzt bearbeitet 08.07.2026 16:07:40
In the Linux kernel, the following vulnerability has been resolved: tun: free page on build_skb failure in tun_xdp_one() When build_skb() fails in tun_xdp_one(), the function sets ret to -ENOMEM and jumps to the out label, which returns without fre...
CVE-2026-46321
- EPSS 0.13%
- Veröffentlicht 09.06.2026 12:11:13
- Zuletzt bearbeitet 08.07.2026 16:23:55
In the Linux kernel, the following vulnerability has been resolved: tun: free page on short-frame rejection in tun_xdp_one() tun_xdp_one() returns -EINVAL on a frame shorter than ETH_HLEN without freeing the page that vhost_net_build_xdp() allocate...
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...