Canonical

Ubuntu 26.04 LTS

1029 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:23
  • Zuletzt bearbeitet 10.06.2026 21:14:43

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix scheduling with atomic in timestamp sockopt Using lock_sock_fast() (atomic context) around sock_set_timestamp() and sock_set_timestamping() is unsafe, as both helpers ca...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:22
  • Zuletzt bearbeitet 10.06.2026 21:14:35

In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl Just like in a previous problem in this driver, usblp_ctrl_msg() will collapse the usb_control_msg() return value to 0...

  • EPSS 0.2%
  • Veröffentlicht 28.05.2026 09:36:21
  • Zuletzt bearbeitet 15.07.2026 02:22:11

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211_dfs_cac_cancel can cause the iterated chanctx to be freed and removed from the list. Guard agains...

  • EPSS 0.1%
  • Veröffentlicht 28.05.2026 09:36:20
  • Zuletzt bearbeitet 10.06.2026 21:14:22

In the Linux kernel, the following vulnerability has been resolved: openvswitch: vport: fix self-deadlock on release of tunnel ports vports are used concurrently and protected by RCU, so netdev_put() must happen after the RCU grace period. So, eit...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:36:19
  • Zuletzt bearbeitet 10.06.2026 21:14:05

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free in create_space_info_sub_group() error path When kobject_init_and_add() fails, the call chain is: create_space_info_sub_group() -> btrfs_sysfs_add_space_inf...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:18
  • Zuletzt bearbeitet 10.06.2026 21:13:41

In the Linux kernel, the following vulnerability has been resolved: wifi: b43legacy: enforce bounds check on firmware key index in RX path Same fix as b43: the firmware-controlled key index in b43legacy_rx() can exceed dev->max_nr_keys. The existin...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:36:17
  • Zuletzt bearbeitet 10.06.2026 21:13:48

In the Linux kernel, the following vulnerability has been resolved: ice: fix double free in ice_sf_eth_activate() error path When auxiliary_device_add() fails, ice_sf_eth_activate() jumps to aux_dev_uninit and calls auxiliary_device_uninit(&sf_dev-...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:16
  • Zuletzt bearbeitet 09.06.2026 21:06:33

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix divide-by-zero in setup_geo() with zero far_copies setup_geo() extracts near_copies (nc) and far_copies (fc) from the user-provided layout parameter without checking...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:15
  • Zuletzt bearbeitet 09.06.2026 21:06:29

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix missing last_unlink_trans update when removing a directory When removing a directory we are not updating its last_unlink_trans field, which can result in incorrect fsync...

  • EPSS 0.09%
  • Veröffentlicht 28.05.2026 09:36:14
  • Zuletzt bearbeitet 09.06.2026 21:06:24

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak btrfs_ioctl_space_info() has a TOCTOU race between two passes over the block group RAID type lists...