Canonical

Ubuntu 24.04 LTS

6644 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 09.02.2025 12:15:28
  • Zuletzt bearbeitet 03.11.2025 21:18:46

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Don't enable interrupts in its_irq_set_vcpu_affinity() The following call-chain leads to enabling interrupts in a nested interrupt disabled section: irq_set_vc...

  • EPSS 0.21%
  • 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.2%
  • 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.21%
  • Veröffentlicht 31.01.2025 12:15:29
  • Zuletzt bearbeitet 14.07.2026 13:17:20

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.21%
  • Veröffentlicht 31.01.2025 12:15:29
  • Zuletzt bearbeitet 12.05.2026 13:16:31

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.21%
  • Veröffentlicht 31.01.2025 12:15:28
  • Zuletzt bearbeitet 12.05.2026 13:16:31

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.2%
  • 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.14%
  • 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.2%
  • 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.17%
  • 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, ...