CVE-2026-52982
- EPSS 0.54%
- Veröffentlicht 24.06.2026 16:28:57
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() syzbot reported a KASAN slab-use-after-free read in rtl8150_start_xmit() when accessing skb->len for tx statistics aft...
- EPSS 0.17%
- Veröffentlicht 24.06.2026 16:28:56
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: sched/fair: Clear rel_deadline when initializing forked entities A yield-triggered crash can happen when a newly forked sched_entity enters the fair class with se->rel_deadline une...
CVE-2026-52976
- EPSS 0.13%
- Veröffentlicht 24.06.2026 16:28:53
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl() Two error handling issues exist in xe_exec_queue_create_ioctl(): 1. When xe_hw_engine_group_add_exec_queue() fails, the e...
- EPSS 0.17%
- Veröffentlicht 24.06.2026 16:28:53
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: futex: Prevent lockup in requeue-PI during signal/ timeout wakeup During wait-requeue-pi (task A) and requeue-PI (task B) the following race can happen: Task A ...
CVE-2026-52975
- EPSS 0.14%
- Veröffentlicht 24.06.2026 16:28:52
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: bonding: 3ad: implement proper RCU rules for port->aggregator syzbot found a data-race in bond_3ad_get_active_agg_info / bond_3ad_state_machine_handler [1] which hints at lack of p...
CVE-2026-52974
- EPSS 0.51%
- Veröffentlicht 24.06.2026 16:28:51
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: net: tls: fix strparser anchor skb leak on offload RX setup failure When tls_set_device_offload_rx() fails at tls_dev_add(), the error path calls tls_sw_free_resources_rx() to clea...
- EPSS 0.14%
- Veröffentlicht 24.06.2026 16:28:50
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Cap AEAD AD length to 0x80000000 In order to prevent arithmetic overflows when checking the TX buffer size, cap the associated data length to 0x80000000.
- EPSS 0.15%
- Veröffentlicht 24.06.2026 16:28:48
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: KVM: Reject wrapped offset in kvm_reset_dirty_gfn() kvm_reset_dirty_gfn() guards the gfn range with if (!memslot || (offset + __fls(mask)) >= memslot->npages) return; but offs...
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:28:48
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_ct: fix missing expect put in obj eval nft_ct_expect_obj_eval() allocates an expectation and may call nf_ct_expect_related(), but never drops its local reference. A...
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:28:47
- Zuletzt bearbeitet 10.07.2026 19:24:19
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: fix GAIT table indexing due to double-scaling pointer arithmetic kvm_s390_pci_aif_enable(), kvm_s390_pci_aif_disable(), and aen_host_forward() index the GAIT by man...