Canonical

Ubuntu Pro 18.04 LTS

4807 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • 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: apparmor: avoid crash when parsed profile name is empty When processing a packed profile in unpack_profile() described like "profile :ns::samba-dcerpcd /usr/lib*/samba/{,samba/}s...

  • EPSS 0.01%
  • 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.01%
  • 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.02%
  • 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.01%
  • 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.01%
  • 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.01%
  • Veröffentlicht 20.02.2024 21:15:08
  • Zuletzt bearbeitet 27.12.2024 16:15:23

In the Linux kernel, the following vulnerability has been resolved: uio: Fix use-after-free in uio_open core-1 core-2 ------------------------------------------------------- uio_unregister_device uio_open idev = idr_find() device_unregister...

  • EPSS 0.02%
  • Veröffentlicht 20.02.2024 20:15:08
  • Zuletzt bearbeitet 21.11.2024 08:39:45

In the Linux kernel, the following vulnerability has been resolved: net: prevent mss overflow in skb_segment() Once again syzbot is able to crash the kernel in skb_segment() [1] GSO_BY_FRAGS is a forbidden value, but unfortunately the following co...

  • EPSS 0.05%
  • Veröffentlicht 12.02.2024 05:15:07
  • Zuletzt bearbeitet 07.05.2025 22:15:17

In the Linux kernel before 6.6.7, an untrusted VMM can trigger int80 syscall handling at any given point. This is related to arch/x86/coco/tdx/tdx.c and arch/x86/mm/mem_encrypt_amd.c.

  • EPSS 0.03%
  • 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.