Canonical

Ubuntu Pro 16.04 LTS

5033 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 01.10.2025 20:16:15

In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_fill_super If jffs2_iget() or d_make_root() in jffs2_do_fill_super() returns an error, we can observe the following kmemleak report: -----------...

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 21.10.2025 12:16:27

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to clear dirty inode in f2fs_evict_inode() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215904 The kernel message is shown below: kerne...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 01.10.2025 20:16:13

In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add() If t...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 01.10.2025 20:16:14

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in __device_attach In __device_attach function, The lock holding logic is as follows: ... __device_attach device_lock(dev) // get lock dev async_sc...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 21.10.2025 12:16:14

In the Linux kernel, the following vulnerability has been resolved: tcp: tcp_rtx_synack() can be called from process context Laurent reported the enclosed report [1] This bug triggers with following coditions: 0) Kernel built with CONFIG_DEBUG_PR...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 01.10.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe of_find_device_by_node() takes reference, we should use put_device() to release it when not need anymore. Add missing put_...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:17:13

In the Linux kernel, the following vulnerability has been resolved: efi: Do not import certificates from UEFI Secure Boot for T2 Macs On Apple T2 Macs, when Linux attempts to read the db and dbx efi variables at early boot to load UEFI Secure Boot ...

  • EPSS 0.14%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:17:01

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on total_data_blocks As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215916 The kernel message is shown below: kernel B...

  • EPSS 0.15%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:16:53

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check for inline inode Yanming reported a kernel bug in Bugzilla kernel [1], which can be reproduced. The bug message is: The kernel message is shown below:...

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:01:12
  • Zuletzt bearbeitet 21.10.2025 12:16:43

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on block address in f2fs_do_zero_range() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215894 I have encountered a bug...