CVE-2026-63978
- EPSS 0.62%
- Veröffentlicht 19.07.2026 14:56:02
- Zuletzt bearbeitet 09.08.2026 19:17:01
In the Linux kernel, the following vulnerability has been resolved: net/handshake: Drain pending requests at net namespace exit The arguments to list_splice_init() in handshake_net_exit() are reversed. The call moves the local empty "requests" list...
CVE-2026-63976
- EPSS 0.44%
- Veröffentlicht 19.07.2026 14:56:01
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration success l2cap_ecred_reconf_rsp() returns early on success without clearing chan->ident. Every other L2CAP response hand...
CVE-2026-63977
- EPSS 0.12%
- Veröffentlicht 19.07.2026 14:56:01
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: dpll: zl3073x: use __dpll_device_change_ntf() and remove change_work The change_work was introduced to send device change notifications from DPLL device callbacks without deadlocki...
CVE-2026-63975
- EPSS 0.35%
- Veröffentlicht 19.07.2026 14:56:00
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp If dcid is received for an already-assigned destination CID the spec requires that both channels to be discarded, but c...
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:59
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: net: mana: Add NULL guards in teardown path to prevent panic on attach failure When queue allocation fails partway through, the error cleanup frees and NULLs apc->tx_qp and apc->rx...
CVE-2026-63974
- EPSS 0.32%
- Veröffentlicht 19.07.2026 14:55:59
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close Since hci_dev_close_sync() can now be called during the reset path, we should also set HCI_CMD_DRAIN_WORKQUEUE....
CVE-2026-63972
- EPSS 0.58%
- Veröffentlicht 19.07.2026 14:55:58
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: net: mana: Skip redundant detach on already-detached port When mana_per_port_queue_reset_work_handler() runs after a previous detach succeeded but attach failed, the port is left i...
CVE-2026-63970
- EPSS 0.18%
- Veröffentlicht 19.07.2026 14:55:57
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: bind uarg before filling zerocopy skb virtio_transport_send_pkt_info() allocates or reuses the zerocopy uarg before entering the send loop, but virtio_transport_alloc...
CVE-2026-63971
- EPSS 0.17%
- Veröffentlicht 19.07.2026 14:55:57
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: sctp: fix race between sctp_wait_for_connect and peeloff sctp_wait_for_connect() drops and re-acquires the socket lock while waiting for the association to reach ESTABLISHED state....
- EPSS 0.21%
- Veröffentlicht 19.07.2026 14:55:56
- Zuletzt bearbeitet 30.07.2026 14:51:11
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible infinite loop in rt6_fill_node() Sashiko reported this issue [1]. Apply the same fix as commit f8d8ce1b515a ("ipv6: fix possible infinite loop in fib6_info_uses_...