CVE-2026-64007
- EPSS 0.51%
- Veröffentlicht 19.07.2026 14:56:23
- Zuletzt bearbeitet 30.07.2026 14:51:20
In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: refresh tcphdr after skb_ensure_writable synproxy_tstamp_adjust() rewrites the TCP timestamp option in place and then patches the TCP checksum via inet_proto_c...
CVE-2026-64008
- EPSS 0.13%
- Veröffentlicht 19.07.2026 14:56:23
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix UAF via dangling GEM handle in create_bo rocket_ioctl_create_bo() inserts a GEM handle into the file's IDR via drm_gem_handle_create() early on, then performs sev...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:56:22
- Zuletzt bearbeitet 30.07.2026 14:51:20
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix dst corruption in same register operation For lshift and rshift, the shift operations are performed in a loop over 32-bit words. The loop calculates the s...
CVE-2026-64005
- EPSS 0.13%
- Veröffentlicht 19.07.2026 14:56:21
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: net/smc: Do not re-initialize smc hashtables INIT_HLIST_HEAD(&smc_v*_hashinfo.ht) are called after smc_nl_init(), proto_register() and sock_register(). This can lead to smc_v*_hash...
CVE-2026-64003
- EPSS 0.44%
- Veröffentlicht 19.07.2026 14:56:20
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queues While a SCSI host is in a recovery state, scsi_mq_requeue_cmd() will not set the requeue list for a re...
CVE-2026-64004
- EPSS 0.13%
- Veröffentlicht 19.07.2026 14:56:20
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: net/iucv: fix locking in .getsockopt Mirror iucv_sock_setsockopt() and wrap the whole switch in lock_sock()/release_sock(). The pre-existing SO_MSGLIMIT-only lock becomes redundant...
CVE-2026-64002
- EPSS 0.13%
- Veröffentlicht 19.07.2026 14:56:19
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table() ipv4_sysctl_exit_net() is currently freeing net->ipv4.sysctl_local_reserved_ports too soon. On...
CVE-2026-64000
- EPSS 0.49%
- Veröffentlicht 19.07.2026 14:56:18
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix potential OOB access in supervision frame handling Ensure the entire TLV header is linearized before access by adding sizeof(struct hsr_sup_tlv) to the pskb_may_pull(...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:56:18
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix setup list UAF on proc write error snd_pcm_oss_proc_write() links a newly allocated setup entry into the OSS setup list before duplicating the task name. If the...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:56:17
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ethtool: rss: fix indir_table and hkey leak on get_rxfh failure rss_prepare_get() allocates the indirection table and hash key buffer via rss_get_data_alloc(), then calls ops->get_...