CVE-2026-53232
- EPSS 0.22%
- Veröffentlicht 25.06.2026 08:39:30
- Zuletzt bearbeitet 07.07.2026 18:07:58
In the Linux kernel, the following vulnerability has been resolved: net: phy: clean the sfp upstream if phy probing fails Sashiko reported that we don't call sfp_bus_del_upstream() in the probe failure path, so let's add it, otherwise the sfp-bus i...
CVE-2026-53230
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:39:29
- Zuletzt bearbeitet 02.07.2026 20:44:28
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list mlx5_query_nic_vport_mac_list() sizes its firmware command buffer using the PF's log_max_current_uc/mc_list capabi...
CVE-2026-53229
- EPSS 0.47%
- Veröffentlicht 25.06.2026 08:39:28
- Zuletzt bearbeitet 02.07.2026 20:44:41
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failure In the XSK branch of mlx5e_xmit_xdp_buff(), when sq->xmit_xdp_frame() returns false (e.g. XDPSQ is full), the func...
CVE-2026-53228
- EPSS 0.56%
- Veröffentlicht 25.06.2026 08:39:27
- Zuletzt bearbeitet 02.07.2026 20:46:12
In the Linux kernel, the following vulnerability has been resolved: ipv6: sit: reload inner IPv6 header after GSO offloads ipip6_tunnel_xmit() caches the inner IPv6 header pointer at function entry and continues using it after iptunnel_handle_offlo...
CVE-2026-53227
- EPSS 0.14%
- Veröffentlicht 25.06.2026 08:39:27
- Zuletzt bearbeitet 02.07.2026 20:37:46
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible kfree_skb of ERR_PTR After the patch in the "Fixes" tag, the allocation of the "reply" skb can happen either before or after locking the ovs_mutex. ...
CVE-2026-53226
- EPSS 0.12%
- Veröffentlicht 25.06.2026 08:39:26
- Zuletzt bearbeitet 02.07.2026 20:46:29
In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irq_alloc_domain_generic_chips() during probe. However, on driver remove/teardow...
CVE-2026-53225
- EPSS 0.54%
- Veröffentlicht 25.06.2026 08:39:25
- Zuletzt bearbeitet 02.07.2026 20:46:44
In the Linux kernel, the following vulnerability has been resolved: sctp: fix uninit-value in __sctp_rcv_asconf_lookup() __sctp_rcv_asconf_lookup() in net/sctp/input.c only checks that the ASCONF chunk can hold the ADDIP header and a parameter head...
CVE-2026-53224
- EPSS 0.55%
- Veröffentlicht 25.06.2026 08:39:25
- Zuletzt bearbeitet 02.07.2026 20:46:53
In the Linux kernel, the following vulnerability has been resolved: sctp: validate embedded INIT chunk and address list lengths in cookie sctp_unpack_cookie() only checked that the embedded INIT chunk length did not exceed the remaining cookie payl...
CVE-2026-53223
- EPSS 0.13%
- Veröffentlicht 25.06.2026 08:39:24
- Zuletzt bearbeitet 02.07.2026 20:47:14
In the Linux kernel, the following vulnerability has been resolved: net: guard timestamp cmsgs to real error queue skbs skb_is_err_queue() treats PACKET_OUTGOING as the sole marker for an skb from sk_error_queue. That assumption is not true for AF_...
CVE-2026-53221
- EPSS 0.56%
- Veröffentlicht 25.06.2026 08:39:23
- Zuletzt bearbeitet 02.07.2026 20:49:09
In the Linux kernel, the following vulnerability has been resolved: ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() In vti6_tnl_lookup(), when an exact match for a tunnel fails, the code falls back to searching for wildcard tunnels: - ...