Canonical

Ubuntu 18.04 LTS

1647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:13
  • Zuletzt bearbeitet 17.03.2026 14:13:35

In the Linux kernel, the following vulnerability has been resolved: nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure If creation or finalization of a checkpoint fails due to anomalies in the checkpoint metadata on disk, a ...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:10
  • Zuletzt bearbeitet 17.03.2026 14:11:49

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_hid: fix refcount leak on error path When failing to allocate report_desc, opts->refcnt has already been incremented so it needs to be decremented to avoid leaving t...

  • EPSS 0.02%
  • Veröffentlicht 07.10.2025 15:19:06
  • Zuletzt bearbeitet 17.03.2026 13:59:34

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the ot...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:54
  • Zuletzt bearbeitet 25.03.2026 00:32:31

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...

  • EPSS 0.01%
  • Veröffentlicht 04.10.2025 15:43:53
  • Zuletzt bearbeitet 22.01.2026 19:44:50

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtas_os_term() It's unsafe to use rtas_busy_delay() to handle a busy status from the ibm,os-term RTAS function in rtas_os_term(): Kernel panic - ...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:52
  • Zuletzt bearbeitet 22.01.2026 19:44:57

In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2_nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(add_range) invoked, if platform_get_resource() returns NULL.

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:51
  • Zuletzt bearbeitet 22.01.2026 19:45:11

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcoda_iram_alloc As the coda_iram_alloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereferenc...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:50
  • Zuletzt bearbeitet 22.01.2026 19:57:00

In the Linux kernel, the following vulnerability has been resolved: media: dvb-core: Fix double free in dvb_register_device() In function dvb_register_device() -> dvb_register_media_device() -> dvb_create_media_entity(), dvb->entity is allocated an...

  • EPSS 0.01%
  • Veröffentlicht 04.10.2025 15:43:48
  • Zuletzt bearbeitet 22.01.2026 19:57:33

In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: fix shift-out-of-bounds in check_special_flags UBSAN reported a shift-out-of-bounds warning: left shift of 1 by 31 places cannot be represented in type 'int' Call T...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:43:47
  • Zuletzt bearbeitet 22.01.2026 19:06:12

In the Linux kernel, the following vulnerability has been resolved: dm cache: Fix UAF in destroy() Dm_cache also has the same UAF problem when dm_resume() and dm_destroy() are concurrent. Therefore, cancelling timer again in destroy().