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.16%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 22.09.2025 19:57:51

In the Linux kernel, the following vulnerability has been resolved: mm/page_owner: use strscpy() instead of strlcpy() current->comm[] is not a string (no guarantee for a zero byte in it). strlcpy(s1, s2, l) is calling strlen(s2), potentially causi...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 25.03.2025 14:58:25

In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it,...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 25.03.2025 13:48:09

In the Linux kernel, the following vulnerability has been resolved: macsec: fix UAF bug for real_dev Create a new macsec device but not get reference to real_dev. That can not ensure that real_dev is freed after macsec. That will trigger the UAF bu...

  • EPSS 0.13%
  • Veröffentlicht 26.02.2025 07:01:15
  • Zuletzt bearbeitet 22.09.2025 19:46:54

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl This is another instance of incorrect use of list iterator and checking it for NULL. The list iterator value 'map' w...

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

In the Linux kernel, the following vulnerability has been resolved: scsi: sd: Fix potential NULL pointer dereference If sd_probe() sees an early error before sdkp->device is initialized, sd_zbc_release_disk() is called. This causes a NULL pointer d...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 21.10.2025 12:15:50

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215897 I have encountered a bug in F2FS fi...

  • 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: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.08%
  • 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: watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...

  • 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 ...