CVE-2026-64583
- EPSS 0.12%
- Veröffentlicht 06.08.2026 07:06:25
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devm_request_irq() in bdc_udc_init(), so the I...
CVE-2026-64582
- EPSS 0.12%
- Veröffentlicht 05.08.2026 11:25:29
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix a use-after-free problem in rxe_mmap rxe_mmap() removes a rxe_mmap_info struct from the pending_mmaps list and releases pending_lock while the struct's kref is still ...
CVE-2026-64581
- EPSS 0.11%
- Veröffentlicht 05.08.2026 08:09:35
- Zuletzt bearbeitet 17.08.2026 05:18:04
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix sk_dst_cache double-free in xfrm_user_policy() xfrm_user_policy() clears the socket dst cache with __sk_dst_reset(), i.e. the non-atomic __sk_dst_set(sk, NULL): it reads ...
CVE-2026-64580
- EPSS 0.12%
- Veröffentlicht 05.08.2026 08:09:34
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst() On the error path where in6_dev_get(dev) returns NULL, xfrm6_fill_dst() releases the device reference w...
- EPSS 0.16%
- Veröffentlicht 05.08.2026 08:09:34
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert xfrm_hash_rebuild()'s first loop preallocates the bins/chains the reinsert loop needs, so the reinsert (aft...
CVE-2026-64578
- EPSS 0.34%
- Veröffentlicht 05.08.2026 08:09:33
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate compound request size before reading StructureSize2 When ksmbd validates a compound (chained) SMB2 request, ksmbd_smb2_check_message() reads pdu->StructureSize2 wit...
CVE-2026-64577
- EPSS 0.58%
- Veröffentlicht 05.08.2026 08:09:33
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: gtp: check skb_pull_data() return in gtp1u_send_echo_resp() gtp1u_send_echo_resp() ignores skb_pull_data()'s return value. Its caller gtp1u_udp_encap_recv() only guarantees 16 byte...
CVE-2026-64576
- EPSS 0.12%
- Veröffentlicht 05.08.2026 08:09:32
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: nexthop: initialize extack in nh_res_bucket_migrate() nh_res_bucket_migrate() passes an uninitialized netlink_ext_ack to call_nexthop_res_bucket_notifiers(). When nh_notifier_res_b...
CVE-2026-64575
- EPSS 0.12%
- Veröffentlicht 05.08.2026 08:09:31
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: bpf: tcp: fix double sock release on batch realloc bpf_iter_tcp_batch() releases the current batch via bpf_iter_tcp_put_batch(), which drops the socket refs and rewrites each slot ...
CVE-2026-64574
- EPSS 0.12%
- Veröffentlicht 05.08.2026 08:08:10
- Zuletzt bearbeitet 17.08.2026 05:18:03
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: tear down new links on vif update error path When ieee80211_vif_update_links() adds new links it allocates a link container for each and calls ieee80211_link_init()...