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.07%
  • Veröffentlicht 26.02.2025 07:01:23
  • Zuletzt bearbeitet 24.03.2025 19:59:02

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout Connecting the same socket twice consecutively in sco_sock_connect() could lead to a race condition where tw...

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

In the Linux kernel, the following vulnerability has been resolved: ARM: versatile: Add missing of_node_put in dcscb_init The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put() to avoid...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:22
  • Zuletzt bearbeitet 01.10.2025 20:16:23

In the Linux kernel, the following vulnerability has been resolved: drm: msm: fix possible memory leak in mdp5_crtc_cursor_set() drm_gem_object_lookup will call drm_gem_object_get inside. So cursor_bo needs to be put when msm_gem_get_and_pin_iova f...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix listen() setting the bar too high for the prealloc rings AF_RXRPC's listen() handler lets you set the backlog up to 32 (if you bump up the sysctl), but whilst the preall...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:18

In the Linux kernel, the following vulnerability has been resolved: Input: sparcspkr - fix refcount leak in bbc_beep_probe of_find_node_by_path() calls of_find_node_opts_by_path(), which returns a node pointer with refcount incremented, we should u...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:18

In the Linux kernel, the following vulnerability has been resolved: powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Ad...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 01.10.2025 20:16:19

In the Linux kernel, the following vulnerability has been resolved: tty: fix deadlock caused by calling printk() under tty_port->lock pty_write() invokes kmalloc() which may invoke a normal printk() to print failure message. This can cause a deadl...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:20
  • Zuletzt bearbeitet 22.10.2025 17:25:22

In the Linux kernel, the following vulnerability has been resolved: drivers/base/node.c: fix compaction sysfs file leak Compaction sysfs file is created via compaction_register_node in register_node. But we forgot to remove it in unregister_node. ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:27:29

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent panic when SDMA is disabled If the hfi1 module is loaded with HFI1_CAP_SDMA off, a call to hfi1_write_iter() will dereference a NULL pointer and panic. A typical...