- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:57:39
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: check skb_clone in control TX t7xx_port_ctrl_tx() clones each skb fragment before passing it to the port transmit path. The clone is used immediately to set cloned...
- EPSS 0.2%
- Veröffentlicht 15.08.2026 05:57:38
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: avoid stale FIFO cells during resize snd_seq_fifo_resize() still needs to publish the replacement pool before it waits for FIFO users. A blocking snd_seq_read() holds f-...
CVE-2026-74262
- EPSS 0.19%
- Veröffentlicht 15.08.2026 05:57:38
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: kcm: use WRITE_ONCE() when changing lower socket callbacks kcm_attach() replaces a live lower TCP socket's sk_data_ready and sk_write_space callbacks with KCM handlers, and kcm_una...
CVE-2026-74260
- EPSS 0.19%
- Veröffentlicht 15.08.2026 05:57:37
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them Update nft_dup and nft_fwd to use the nf_dev_xmit_recursion() helpers. This patch also disables BH when ...
CVE-2026-74258
- EPSS 0.19%
- Veröffentlicht 15.08.2026 05:57:36
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: bpf: Guard __get_user acesss with access_ok for uprobe_multi data As reported by sashiko [1] we need to use access_ok to check the user space data bounds before we use __get-user t...
CVE-2026-74259
- EPSS 0.21%
- Veröffentlicht 15.08.2026 05:57:36
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfo_put_wq during umounting cifs. After umount done, cifsFileInfo_put_final is called, which cause fol...
CVE-2026-74257
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:57:35
- Zuletzt bearbeitet 17.08.2026 06:19:19
In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udp_bpf_recvmsg() syzbot reported use-after-free of struct sk_msg in sk_msg_recvmsg(). [0] sk_msg_recvmsg() peeks sk_msg from psock->ingress_msg und...
CVE-2026-74255
- EPSS 0.18%
- Veröffentlicht 15.08.2026 05:57:34
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: tipc: fix UAF in tipc_l2_send_msg() Syzbot reported a slab-use-after-free in ipvlan_hard_header() when called from tipc_l2_send_msg(). The root cause is that tipc_disable_l2_media...
CVE-2026-74256
- EPSS 0.21%
- Veröffentlicht 15.08.2026 05:57:34
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpf_msg_pop_data() bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing ...
CVE-2026-72502
- EPSS 0.21%
- Veröffentlicht 15.08.2026 05:57:33
- Zuletzt bearbeitet 17.08.2026 06:19:18
In the Linux kernel, the following vulnerability has been resolved: tcp: ipv6: clamp default adverting MSS to avoid GSO_BY_FRAGS (0xFFFF) When MTU is large, ip6_default_advmss() can return IPV6_MAXPLEN (65535). This is interpreted by TCP as mss_cla...