- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:56:16
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ethtool: module: call ethnl_ops_complete() on module flash errors When validate() fails we are skipping over ethnl_ops_complete() even tho we already called ethnl_ops_begin().
CVE-2026-63996
- EPSS 0.13%
- Veröffentlicht 19.07.2026 14:56:15
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: require exact CDB reply length Malicious SFP module could respond with rpl_len longer than what cmis_cdb_process_reply() expected, leading to OOB writes. Malicious H...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:56:15
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ethtool: module: avoid leaking a netdev ref on module flash errors module_flash_fw_schedule() is missing undo for setting the "in_progress" flag and taking the netdev reference. De...
CVE-2026-63995
- EPSS 0.13%
- Veröffentlicht 19.07.2026 14:56:14
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate start_cmd_payload_size from module The CMIS firmware update code reads start_cmd_payload_size from the module's FW Management Features CDB reply and uses it...
CVE-2026-63993
- EPSS 0.51%
- Veröffentlicht 19.07.2026 14:56:13
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: vxlan: do not reuse cached ip_hdr() value after skb_tunnel_check_pmtu() skb_tunnel_check_pmtu() can change skb->head. Reusing old_iph afer skb_tunnel_check_pmtu() can cause an UAF...
CVE-2026-63994
- EPSS 0.52%
- Veröffentlicht 19.07.2026 14:56:13
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]() Sashiko found that iptunnel_pmtud_build_icmp() and iptunnel_pmtud_build_icmpv6() were caching ip_hd...
CVE-2026-63992
- EPSS 0.51%
- Veröffentlicht 19.07.2026 14:56:12
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: tunnels: do not assume transport header in iptunnel_pmtud_check_icmp() In some cases, iptunnel_pmtud_check_icmp() can be called while skb transport header is not set. This trigger...
- EPSS 0.18%
- Veröffentlicht 19.07.2026 14:56:11
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: bonding: refuse to enslave CAN devices syzbot reported a kernel paging request crash in can_rx_unregister() inside net/can/af_can.c. The crash occurs because a virtual CAN device (...
- EPSS 0.18%
- Veröffentlicht 19.07.2026 14:56:11
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: 6lowpan: check skb_clone() return value in send_mcast_pkt() The skb_clone() function can return NULL if memory allocation fails. send_mcast_pkt() calls skb_clone() witho...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:56:10
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: bridge: Fix sleep in atomic context in netlink path Since the introduction of the netlink configuration path for bridge ports in commit 25c71c75ac87 ("bridge: bridge port parameter...