- EPSS 0.22%
- Veröffentlicht 19.07.2026 14:55:28
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: USB: serial: omninet: fix memory corruption with small endpoint Make sure that the bulk-out buffers are at least as large as the hardcoded transfer size to avoid user-controlled sl...
CVE-2026-63926
- EPSS 0.18%
- Veröffentlicht 19.07.2026 14:55:27
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: fix tail fragment offset in bpf_msg_push_data When bpf_msg_push_data() inserts data in the middle of a scatterlist entry, it splits the original entry into a left fra...
CVE-2026-63927
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:27
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix use after free in debug code We're not allowed to dereference "urb" after calling usb_hcd_giveback_urb() so save the urb->status ahead of time.
CVE-2026-63925
- EPSS 0.34%
- Veröffentlicht 19.07.2026 14:55:26
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: macsec: fix replay protection at XPN lower-PN wrap In macsec_post_decrypt(), when pn is U32_MAX, pn + 1 overflows u32 to 0 and the first branch never fires. If next_pn_halves.lower...
CVE-2026-63924
- EPSS 0.7%
- Veröffentlicht 19.07.2026 14:55:25
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo() ipv6_hop_jumbo() calls pskb_trim_rcsum(), which can change skb pointers. Let's recompute nh pointer to make sure any change...
CVE-2026-63922
- EPSS 0.7%
- Veröffentlicht 19.07.2026 14:55:24
- Zuletzt bearbeitet 28.07.2026 14:16:39
In the Linux kernel, the following vulnerability has been resolved: ipv6: exthdrs: refresh nh after handling HAO option ip6_parse_tlv() caches skb_network_header(skb) in nh while walking IPv6 TLVs. ipv6_dest_hao() may call pskb_expand_head() for a...
CVE-2026-63923
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:24
- Zuletzt bearbeitet 03.08.2026 10:16:32
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: validate body pcifunc in rvu_mbox_handler_rep_event_notify rvu_mbox_handler_rep_event_notify() in drivers/net/ethernet/marvell/ octeontx2/af/rvu_rep.c queues a sender...
CVE-2026-63921
- EPSS 0.18%
- Veröffentlicht 19.07.2026 14:55:23
- 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_siocdevprivate(). After patch 1/2 in this series, vti6_update() unlinks and relinks the tunnel through t->net. vti6_siocdevprivate() still uses de...
CVE-2026-63919
- EPSS 0.63%
- Veröffentlicht 19.07.2026 14:55:22
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: xfrm: input: hold netns during deferred transport reinjection Transport-mode reinjection stores a struct net pointer in skb->cb and uses it later from xfrm_trans_reinject(). That p...
CVE-2026-63920
- EPSS 0.16%
- Veröffentlicht 19.07.2026 14:55:22
- Zuletzt bearbeitet 27.07.2026 17:44:23
In the Linux kernel, the following vulnerability has been resolved: ipv6: validate extension header length before copying to cmsg ip6_datagram_recv_specific_ctl() builds IPV6_{HOPOPTS,DSTOPTS,RTHDR} cmsgs (and their IPV6_2292* legacy counterparts) ...