CVE-2026-63918
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:21
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname A reader in l2tp_session_get_by_ifname() can return a pointer to a session whose refcount has reached zero. The getter...
CVE-2026-63916
- EPSS 0.35%
- Veröffentlicht 19.07.2026 14:55:20
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: HID: wacom: Fix OOB write in wacom_hid_set_device_mode() wacom_hid_set_device_mode() currently assumes that the HID_DG_INPUTMODE usage is always located in the first field (field[0...
CVE-2026-63917
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:20
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: ip6: vti: Use ip6_tnl.net in vti6_changelink(). ip netns add ns1 ip netns add ns2 ip -n ns1 link add vti6_test type vti6 remote ::1 local ::2 key 7 ip -n ns1 link set vti6_test net...
CVE-2026-63915
- EPSS 0.35%
- Veröffentlicht 19.07.2026 14:55:19
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: nfc: hci: fix out-of-bounds read in HCP header parsing Both nfc_hci_recv_from_llc() and nci_hci_data_received_cb() read packet->header from skb->data at function entry without firs...
CVE-2026-63914
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:18
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: xfrm: route MIGRATE notifications to caller's netns xfrm_send_migrate() in net/xfrm/xfrm_user.c and pfkey_send_migrate() in net/key/af_key.c both hardcode &init_net for the multica...
CVE-2026-63912
- EPSS 0.7%
- Veröffentlicht 19.07.2026 14:55:17
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: restore combined single-frag length gate The ESP out-of-place fast path appends the trailer in esp_output_head() before esp_output_tail() allocates the destination page ...
CVE-2026-63913
- EPSS 0.62%
- Veröffentlicht 19.07.2026 14:55:17
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check An unintended behavior in the TCP conntrack state machine allows a connection to be forced ...
CVE-2026-63911
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:16
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: xfrm: iptfs: reset runtime state when cloning SAs iptfs_clone_state() clones the IPTFS mode data with kmemdup(). This copies runtime objects which must not be shared with the origi...
CVE-2026-63909
- EPSS 0.63%
- Veröffentlicht 19.07.2026 14:55:15
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: ksmbd: OOB read regression in smb_check_perm_dacl() ACE-walk loops Commit d07b26f39246 ("ksmbd: require minimum ACE size in smb_check_perm_dacl()") introduced a transposed bounds c...
CVE-2026-63910
- EPSS 0.15%
- Veröffentlicht 19.07.2026 14:55:15
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: dma-buf: fix UAF in dma_buf_fd() tracepoint Once FD_ADD() returns, the fd is live in the file descriptor table and a thread sharing that table can close() it before DMA_BUF_TRACE()...