Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 31.01.2025 12:15:29
  • Zuletzt bearbeitet 03.11.2025 21:19:06

In the Linux kernel, the following vulnerability has been resolved: pktgen: Avoid out-of-bounds access in get_imix_entries Passing a sufficient amount of imix entries leads to invalid access to the pkt_dev->imix_entries array because of the incorre...

  • EPSS 0.04%
  • Veröffentlicht 31.01.2025 12:15:29
  • Zuletzt bearbeitet 03.11.2025 21:19:06

In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix lockup on tx to unregistering netdev with carrier Commit in a fixes tag attempted to fix the issue in the following sequence of calls: do_output -> ovs_vp...

  • EPSS 0.03%
  • Veröffentlicht 31.01.2025 12:15:29
  • Zuletzt bearbeitet 01.10.2025 20:18:19

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: always recalculate features after XDP clearing, fix null-deref Recalculate features when XDP is detached. Before: # ip li set dev eth0 xdp obj xdp_dummy.bpf.o sec xdp...

  • EPSS 0.07%
  • Veröffentlicht 31.01.2025 12:15:29
  • Zuletzt bearbeitet 03.11.2025 21:19:06

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix bpf_sk_select_reuseport() memory leak As pointed out in the original comment, lookup in sockmap can return a TCP ESTABLISHED socket. Such TCP socket may have had SO_ATTACH...

  • EPSS 0.07%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 03.11.2025 21:19:04

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: discard packets if the transport changes If the socket has been de-assigned or assigned to another transport, we must discard any packets received because they are no...

  • EPSS 0.03%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 01.10.2025 20:18:18

In the Linux kernel, the following vulnerability has been resolved: vsock/bpf: return early if transport is not assigned Some of the core functions can only be called if the transport has been assigned. As Michal reported, a socket might have the ...

  • EPSS 0.03%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 03.11.2025 21:19:05

In the Linux kernel, the following vulnerability has been resolved: zram: fix potential UAF of zram table If zram_meta_alloc failed early, it frees allocated zram->table without setting it NULL. Which will potentially cause zram_meta_free to acces...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 01.10.2025 20:18:18

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace[1]. This is because if argc is less than 0 and the function returns direct...

  • EPSS 0.03%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 01.10.2025 20:18:18

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double free of TCP_Server_Info::hostname When shutting down the server in cifs_put_tcp_session(), cifsd thread might be reconnecting to multiple DFS targets before...

  • EPSS 0.02%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 01.10.2025 20:18:18

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnel Attempt to enable IPsec packet offload in tunnel mode in debug kernel generates the following kernel panic, ...