Linux

Linux Kernel

16156 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.16%
  • Veröffentlicht 24.06.2026 16:30:23
  • Zuletzt bearbeitet 24.06.2026 17:17:22

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix RCU stall in bpf_fd_array_map_clear() Add a missing cond_resched() in bpf_fd_array_map_clear() loop. For PROG_ARRAY maps with many entries this loop calls prog_array_map_...

  • EPSS 0.16%
  • Veröffentlicht 24.06.2026 16:30:22
  • Zuletzt bearbeitet 24.06.2026 17:17:22

In the Linux kernel, the following vulnerability has been resolved: net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf sixpack_receive_buf() does not properly skip bytes with TTY error flags. The while loop iterates through the flags buf...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:30:21
  • Zuletzt bearbeitet 24.06.2026 17:17:22

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_fw: fix NULL dereference of "old" filters before change() Like pointed out by Sashiko [1], since commit ed76f5edccc9 ("net: sched: protect filter_chain list with fil...

  • EPSS 0.12%
  • Veröffentlicht 24.06.2026 16:30:21
  • Zuletzt bearbeitet 06.07.2026 13:17:04

In the Linux kernel, the following vulnerability has been resolved: bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars When regsafe() compares two scalar registers that both carry BPF_ADD_CONST, check_scalar_ids() maps their full co...

  • EPSS 0.15%
  • Veröffentlicht 24.06.2026 16:30:20
  • Zuletzt bearbeitet 24.06.2026 17:17:21

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...

  • EPSS 0.11%
  • Veröffentlicht 24.06.2026 16:30:18
  • Zuletzt bearbeitet 28.06.2026 08:16:33

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...

  • EPSS 0.12%
  • Veröffentlicht 24.06.2026 16:30:17
  • Zuletzt bearbeitet 28.06.2026 08:16:32

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...

  • EPSS 0.12%
  • Veröffentlicht 24.06.2026 16:30:17
  • Zuletzt bearbeitet 28.06.2026 08:16:32

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...

  • EPSS 0.18%
  • Veröffentlicht 24.06.2026 16:30:16
  • Zuletzt bearbeitet 28.06.2026 08:16:32

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 24.06.2026 17:17:21

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...