Canonical

Ubuntu Pro 16.04 LTS

5719 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.26%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 06:34:53

In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unr...

  • EPSS 0.31%
  • Veröffentlicht 26.02.2024 16:27:45
  • Zuletzt bearbeitet 21.11.2024 07:33:38

In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxart_remove(), so fix this by saving the b...

  • EPSS 0.23%
  • Veröffentlicht 23.02.2024 15:15:08
  • Zuletzt bearbeitet 12.05.2026 12:16:15

In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with...

  • EPSS 0.25%
  • Veröffentlicht 22.02.2024 17:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:46

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid dirent corruption As Al reported in link[1]: f2fs_rename() ... if (old_dir != new_dir && !whiteout) f2fs_set_link(old_inode, old_dir_entry, old_dir_page...

  • EPSS 0.25%
  • Veröffentlicht 22.02.2024 17:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:46

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection Upon module load, a kthread is created targeting the pvr2_context_thread_func function, which may call pvr2_context_dest...

  • EPSS 0.24%
  • Veröffentlicht 22.02.2024 17:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:47

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix gluebi NULL pointer dereference caused by ftl notifier If both ftl.ko and gluebi.ko are loaded, the notifier of ftl triggers NULL pointer dereference when trying to access...

  • EPSS 0.25%
  • Veröffentlicht 22.02.2024 17:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:47

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/memhp: Fix access beyond end of drmem array dlpar_memory_remove_by_index() may access beyond the bounds of the drmem lmb array when the LMB lookup fails to match an...

  • EPSS 0.3%
  • Veröffentlicht 20.02.2024 21:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:45

In the Linux kernel, the following vulnerability has been resolved: f2fs: explicitly null-terminate the xattr list When setting an xattr, explicitly null-terminate the xattr list. This eliminates the fragile assumption that the unused xattr space ...

  • EPSS 0.25%
  • Veröffentlicht 12.02.2024 03:15:32
  • Zuletzt bearbeitet 04.11.2025 19:16:23

dm_table_create in drivers/md/dm-table.c in the Linux kernel through 6.7.4 can attempt to (in alloc_targets) allocate more than INT_MAX bytes, and crash, because of a missing check for struct dm_ioctl.target_count.

  • EPSS 0.25%
  • Veröffentlicht 12.02.2024 03:15:32
  • Zuletzt bearbeitet 12.05.2026 12:16:18

create_empty_lvol in drivers/mtd/ubi/vtbl.c in the Linux kernel through 6.7.4 can attempt to allocate zero bytes, and crash, because of a missing check for ubi->leb_size.