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.01%
  • Veröffentlicht 26.02.2025 07:00:51
  • Zuletzt bearbeitet 23.09.2025 13:53:26

In the Linux kernel, the following vulnerability has been resolved: ACPI: CPPC: Avoid out of bounds access when parsing _CPC data If the NumEntries field in the _CPC return package is less than 2, do not attempt to access the "Revision" element of ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 14.10.2025 19:56:27

In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kernel...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:48
  • Zuletzt bearbeitet 25.03.2025 16:20:37

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use after free in hci_send_acl This fixes the following trace caused by receiving HCI_EV_DISCONN_PHY_LINK_COMPLETE which does call hci_conn_del without first checkin...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:48
  • Zuletzt bearbeitet 25.03.2025 16:19:46

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix use after free in fc_exch_abts_resp() fc_exch_release(ep) will decrease the ep's reference count. When the reference count reaches zero, it is freed. But ep is sti...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:47
  • Zuletzt bearbeitet 14.10.2025 20:01:42

In the Linux kernel, the following vulnerability has been resolved: virtio_console: eliminate anonymous module_init & module_exit Eliminate anonymous module_init() and module_exit(), which can lead to confusion or ambiguity when reading System.map,...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:46
  • Zuletzt bearbeitet 23.09.2025 16:40:23

In the Linux kernel, the following vulnerability has been resolved: drm/imx: Fix memory leak in imx_pd_connector_get_modes Avoid leaking the display mode variable if of_get_drm_display_mode fails. Addresses-Coverity-ID: 1443943 ("Resource leak")

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:46
  • Zuletzt bearbeitet 23.09.2025 16:41:38

In the Linux kernel, the following vulnerability has been resolved: scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one() The error handling path of the probe releases a resource that is not freed in the remove function. In some cases, a ior...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:45
  • Zuletzt bearbeitet 14.10.2025 20:26:33

In the Linux kernel, the following vulnerability has been resolved: mmmremap.c: avoid pointless invalidate_range_start/end on mremap(old_size=0) If an mremap() syscall with old_size=0 ends up in move_page_tables(), it will call invalidate_range_sta...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:45
  • Zuletzt bearbeitet 23.09.2025 18:32:22

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix mpol_new leak in shared_policy_replace If mpol_new is allocated but not used in restart loop, mpol_new will be freed via mpol_put before returning to the caller. ...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:45
  • Zuletzt bearbeitet 25.03.2025 16:21:29

In the Linux kernel, the following vulnerability has been resolved: drbd: Fix five use after free bugs in get_initial_state In get_initial_state, it calls notify_initial_state_done(skb,..) if cb->args[5]==1. If genlmsg_put() failed in notify_initia...