CVE-2026-52979
- EPSS 0.09%
- Veröffentlicht 24.06.2026 16:28:55
- Zuletzt bearbeitet 14.07.2026 16:51:33
In the Linux kernel, the following vulnerability has been resolved: net: psp: check for device unregister when creating assoc psp_assoc_device_get_locked() obtains a psp_dev reference via psp_dev_get_for_sock() (which uses psp_dev_tryget() under RC...
CVE-2026-52978
- EPSS 0.13%
- Veröffentlicht 24.06.2026 16:28:54
- Zuletzt bearbeitet 14.07.2026 16:51:42
In the Linux kernel, the following vulnerability has been resolved: net: psp: require admin permission for dev-set and key-rotate The dev-set and key-rotate netlink operations modify shared device state (PSP version configuration and cryptographic ...
CVE-2026-52976
- EPSS 0.13%
- Veröffentlicht 24.06.2026 16:28:53
- Zuletzt bearbeitet 15.07.2026 01:16:25
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...
CVE-2026-52977
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:28:53
- Zuletzt bearbeitet 14.07.2026 16:51:53
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 14.07.2026 16:52:32
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-52973
- EPSS 0.13%
- Veröffentlicht 24.06.2026 16:28:51
- Zuletzt bearbeitet 15.07.2026 01:16:25
In the Linux kernel, the following vulnerability has been resolved: futex: Drop CLONE_THREAD requirement for private default hash alloc Currently need_futex_hash_allocate_default() depends on strict pthread semantics, abusing CLONE_THREAD. This br...
CVE-2026-52974
- EPSS 0.51%
- Veröffentlicht 24.06.2026 16:28:51
- Zuletzt bearbeitet 14.07.2026 16:52:45
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...
CVE-2026-52972
- EPSS 0.14%
- Veröffentlicht 24.06.2026 16:28:50
- Zuletzt bearbeitet 15.07.2026 01:16:24
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.
CVE-2026-52971
- EPSS 0.13%
- Veröffentlicht 24.06.2026 16:28:49
- Zuletzt bearbeitet 14.07.2026 19:44:58
In the Linux kernel, the following vulnerability has been resolved: net: ena: PHC: Fix potential use-after-free in get_timestamp Move the phc->active check and resp pointer assignment to after acquiring the spinlock. Previously, phc->active was che...
CVE-2026-52969
- EPSS 0.15%
- Veröffentlicht 24.06.2026 16:28:48
- Zuletzt bearbeitet 15.07.2026 01:16:24
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...