- EPSS 0.15%
- Veröffentlicht 24.06.2026 16:30:20
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: net_sched: fix skb memory leak in deferred qdisc drops When the network stack cleans up the deferred list via qdisc_run_end(), it operates on the root qdisc. If the root qdisc do n...
CVE-2026-53078
- EPSS 0.11%
- Veröffentlicht 24.06.2026 16:30:18
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops When a BPF sock_ops program accesses ctx fields with dst_reg == src_reg, the SOCK_OPS_GET_SK() and SOCK_OPS_GET...
CVE-2026-53076
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:17
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix OOB in pcpu_init_value An out-of-bounds read occurs when copying element from a BPF_MAP_TYPE_CGROUP_STORAGE map to another pcpu map with the same value_size that is not ro...
CVE-2026-53077
- EPSS 0.12%
- Veröffentlicht 24.06.2026 16:30:17
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: net/rds: Restrict use of RDS/IB to the initial network namespace Prevent using RDS/IB in network namespaces other than the initial one. The existing RDS/IB code will not work prope...
CVE-2026-53075
- EPSS 0.18%
- Veröffentlicht 24.06.2026 16:30:16
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: ppp: require CAP_NET_ADMIN in target netns for unattached ioctls /dev/ppp open is currently authorized against file->f_cred->user_ns, while unattached administrative ioctls operate...
- EPSS 0.16%
- Veröffentlicht 24.06.2026 16:30:15
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb bpf_prog_test_run_skb() calls eth_type_trans() first and then uses skb->protocol to initialize sk family and address fie...
- EPSS 0.17%
- Veröffentlicht 24.06.2026 16:30:14
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error When hci_register_dev() fails in hci_uart_register_dev() HCI_UART_PROTO_INIT is not cleared before calling hu->proto->close...
CVE-2026-53072
- EPSS 0.25%
- Veröffentlicht 24.06.2026 16:30:13
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER When protocol sets HCI_PROTO_DEFER, hci_conn_request_evt() calls hci_connect_cfm(conn) without hdev->lock. Gen...
CVE-2026-53071
- EPSS 0.27%
- Veröffentlicht 24.06.2026 16:30:12
- Zuletzt bearbeitet 15.07.2026 01:16:28
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: l2cap: Add missing chan lock in l2cap_ecred_reconf_rsp l2cap_ecred_reconf_rsp() calls l2cap_chan_del() without holding l2cap_chan_lock(). Every other l2cap_chan_del() ca...
CVE-2026-53070
- EPSS 0.35%
- Veröffentlicht 24.06.2026 16:30:11
- Zuletzt bearbeitet 14.07.2026 15:26:52
In the Linux kernel, the following vulnerability has been resolved: sctp: disable BH before calling udp_tunnel_xmit_skb() udp_tunnel_xmit_skb() / udp_tunnel6_xmit_skb() are expected to run with BH disabled. After commit 6f1a9140ecda ("add xmit rec...