Canonical

Ubuntu 24.04 LTS

6644 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 9.12%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 14.07.2026 13:17:22

In the Linux kernel, the following vulnerability has been resolved: ndisc: extend RCU protection in ndisc_send_skb() ndisc_send_skb() can be called without RTNL or RCU held. Acquire rcu_read_lock() earlier, so that we can use dev_net_rcu() and avo...

  • EPSS 0.23%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 12.05.2026 13:16:35

In the Linux kernel, the following vulnerability has been resolved: openvswitch: use RCU protection in ovs_vport_cmd_fill_info() ovs_vport_cmd_fill_info() can be called without RTNL or RCU. Use RCU protection and dev_net_rcu() to avoid potential U...

  • EPSS 0.23%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 12.05.2026 13:16:35

In the Linux kernel, the following vulnerability has been resolved: arp: use RCU protection in arp_xmit() arp_xmit() can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF.

  • EPSS 0.23%
  • Veröffentlicht 27.02.2025 03:15:16
  • Zuletzt bearbeitet 12.05.2026 13:16:35

In the Linux kernel, the following vulnerability has been resolved: neighbour: use RCU protection in __neigh_notify() __neigh_notify() can be called without RTNL or RCU protection. Use RCU protection to avoid potential UAF.

  • EPSS 0.22%
  • Veröffentlicht 27.02.2025 03:15:15
  • Zuletzt bearbeitet 12.05.2026 13:16:34

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix NULL pointer dereference in brcmf_txfinalize() On removal of the device or unloading of the kernel module a potential NULL pointer dereference occurs. The foll...

  • EPSS 0.22%
  • Veröffentlicht 27.02.2025 03:15:15
  • Zuletzt bearbeitet 14.07.2026 13:17:22

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix class @block_class's subsystem refcount leakage blkcg_fill_root_iostats() iterates over @block_class's devices by class_dev_iter_(init|next)(), but does not end ite...

  • EPSS 0.14%
  • Veröffentlicht 27.02.2025 03:15:15
  • Zuletzt bearbeitet 06.04.2026 13:38:09

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics - fix crash when enabling pass-through port When enabling a pass-through port an interrupt might come before psmouse driver binds to the pass-through port. However...

  • EPSS 0.21%
  • Veröffentlicht 27.02.2025 03:15:15
  • Zuletzt bearbeitet 03.11.2025 20:17:14

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix integer overflows on 32 bit systems On 32bit systems the addition operations in ipc_msg_alloc() can potentially overflow leading to memory corruption. Add bounds checkin...

  • EPSS 0.17%
  • Veröffentlicht 27.02.2025 03:15:15
  • Zuletzt bearbeitet 03.11.2025 20:17:14

In the Linux kernel, the following vulnerability has been resolved: net: rose: lock the socket in rose_bind() syzbot reported a soft lockup in rose_loopback_timer(), with a repro calling bind() from multiple threads. rose_bind() must lock the sock...

  • EPSS 0.19%
  • Veröffentlicht 27.02.2025 03:15:15
  • Zuletzt bearbeitet 03.11.2025 20:17:14

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Check the return value of of_property_read_string_index() Somewhen between 6.10 and 6.11 the driver started to crash on my MacBookPro14,3. The property doesn't exis...