CVE-2026-64118
- EPSS 0.15%
- Veröffentlicht 19.07.2026 15:40:17
- Zuletzt bearbeitet 13.08.2026 15:12:01
In the Linux kernel, the following vulnerability has been resolved: qed: fix double free in qed_cxt_tables_alloc() If one of the later PF or VF CID bitmap allocations fails, qed_cid_map_alloc() jumps to cid_map_fail and frees the previously allocat...
CVE-2026-64116
- EPSS 0.51%
- Veröffentlicht 19.07.2026 15:40:16
- Zuletzt bearbeitet 12.08.2026 15:50:06
In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: add NULL check for idev in ipv6_hop_ioam() Reported by Sashiko: The function ipv6_hop_ioam() accesses __in6_dev_get(skb->dev)->cnf.ioam6_enabled without validating the...
CVE-2026-64117
- EPSS 0.23%
- Veröffentlicht 19.07.2026 15:40:16
- Zuletzt bearbeitet 18.08.2026 12:43:41
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: capture fast-RX rate before mesh reuses skb->cb ieee80211_invoke_fast_rx() reads RX status through IEEE80211_SKB_RXCB(skb), which aliases the same skb->cb storage t...
CVE-2026-64115
- EPSS 0.14%
- Veröffentlicht 19.07.2026 15:40:15
- Zuletzt bearbeitet 12.08.2026 15:50:13
In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmci_transport_recv_connecting_server() returned err = 0 for a peer RST in its default switch arm: err = pkt->typ...
CVE-2026-64113
- EPSS 0.5%
- Veröffentlicht 19.07.2026 15:40:14
- Zuletzt bearbeitet 12.08.2026 15:50:27
In the Linux kernel, the following vulnerability has been resolved: ixgbevf: fix use-after-free in VEPA multicast source pruning ixgbevf_clean_rx_irq() prunes frames whose source MAC matches the VF's own address (VEPA multicast workaround) by freei...
CVE-2026-64114
- EPSS 0.14%
- Veröffentlicht 19.07.2026 15:40:14
- Zuletzt bearbeitet 12.08.2026 15:50:21
In the Linux kernel, the following vulnerability has been resolved: ipv4: raw: reject IP_HDRINCL packets with ihl < 5 raw_send_hdrinc() validates that the caller-supplied IPv4 header fits within the message length: iphlen = iph->ihl * 4; e...
CVE-2026-64111
- EPSS 0.14%
- Veröffentlicht 19.07.2026 15:40:13
- Zuletzt bearbeitet 12.08.2026 15:50:39
In the Linux kernel, the following vulnerability has been resolved: lsm: hold cred_guard_mutex for lsm_set_self_attr() Just as proc_pid_attr_write() already does before calling the LSM hook. This only matters for SELinux and AppArmor which check wh...
CVE-2026-64112
- EPSS 0.1%
- Veröffentlicht 19.07.2026 15:40:13
- Zuletzt bearbeitet 12.08.2026 15:50:34
In the Linux kernel, the following vulnerability has been resolved: rbd: eliminate a race in lock_dwork draining on unmap Given how rbd_lock_add_request() and rbd_img_exclusive_lock() are written, lock_dwork may be (re)queued more than it's actuall...
CVE-2026-64110
- EPSS 0.12%
- Veröffentlicht 19.07.2026 15:40:12
- Zuletzt bearbeitet 12.08.2026 15:51:01
In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igc_fpe_xmit_smd_frame() When igc_fpe_init_tx_descriptor() fails, no one takes care of an allocated skb, leaking it. [1] Use dev_kfree_skb_any() on f...
CVE-2026-64109
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:40:11
- Zuletzt bearbeitet 12.08.2026 15:51:01
In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix UAF read of tail->len in unix_stream_data_wait() unix_stream_data_wait() does skb_peek_tail(&sk->sk_receive_queue) without holding any lock that prevents SKBs on that ...