Linux

Linux

9647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 24.06.2026 16:30:32
  • Zuletzt bearbeitet 28.06.2026 08:16:33

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix stale offload->prog pointer after constant blinding When a dev-bound-only BPF program (BPF_F_XDP_DEV_BOUND_ONLY) undergoes JIT compilation with constant blinding enabled (...

  • EPSS 0.13%
  • Veröffentlicht 24.06.2026 16:30:31
  • Zuletzt bearbeitet 06.07.2026 13:17:05

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix linked reg delta tracking when src_reg == dst_reg Consider the case of rX += rX where src_reg and dst_reg are pointers to the same bpf_reg_state in adjust_reg_min_max_vals...

  • EPSS 0.12%
  • Veröffentlicht 24.06.2026 16:30:30
  • Zuletzt bearbeitet 30.06.2026 03:20:55

In the Linux kernel, the following vulnerability has been resolved: net: pull headers in qdisc_pkt_len_segs_init() Most ndo_start_xmit() methods expects headers of gso packets to be already in skb->head. net/core/tso.c users are particularly at ri...

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

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix ld_{abs,ind} failure path analysis in subprogs Usage of ld_{abs,ind} instructions got extended into subprogs some time ago via commit 09b28d76eac4 ("bpf: Add abnormal retu...

  • EPSS 0.15%
  • Veröffentlicht 24.06.2026 16:30:28
  • Zuletzt bearbeitet 24.06.2026 17:17:23

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in offloaded map/prog info fill When querying info for an offloaded BPF map or program, bpf_map_offload_info_fill_ns() and bpf_prog_offload_info_fill_ns() o...

  • EPSS 0.4%
  • Veröffentlicht 24.06.2026 16:30:27
  • Zuletzt bearbeitet 28.06.2026 08:16:33

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix off-by-one in bcmgenet_put_txcb The write_ptr points to the next open tx_cb. We want to return the tx_cb that gets rewinded, so we must rewind the pointer first ...

  • EPSS 0.39%
  • Veröffentlicht 24.06.2026 16:30:26
  • Zuletzt bearbeitet 28.06.2026 08:16:33

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix racing timeout handler The bcmgenet_timeout handler tries to take down all tx queues when a single queue times out. This is over zealous and causes many race con...

  • EPSS 0.38%
  • Veröffentlicht 24.06.2026 16:30:26
  • Zuletzt bearbeitet 28.06.2026 08:16:33

In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: fix leaking free_bds While reclaiming the tx queue we fast forward the write pointer to drop any data in flight. These dropped frames are not added back to the pool ...

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

In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mmap_read_trylock() but never calls mmget(). If the ta...

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

In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from task_vma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmap_...