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.04%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:26:50

In the Linux kernel, the following vulnerability has been resolved: powerpc/xics: fix refcount leak in icp_opal_init() The of_find_compatible_node() function returns a node pointer with refcount incremented, use of_node_put() on it when done.

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 23.12.2025 14:16:12

In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store() The sysfs sriov_numvfs_store() path acquires the device lock before the config space access lock: sriov_numvfs...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 24.03.2025 19:57:30

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context and the new context's replace_state is set to IEEE80211_CHAN...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.09.2025 20:02:14

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.10.2025 17:28:28

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it (cur->page in this case) could...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:17
  • Zuletzt bearbeitet 22.09.2025 19:58:29

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plock_op" and a followed send_op() will append it to a global send_li...

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

In the Linux kernel, the following vulnerability has been resolved: um: Fix out-of-bounds read in LDT setup syscall_stub_data() expects the data_count parameter to be the number of longs, not bytes. ===============================================...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 22.09.2025 19:47:55

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix reset-controller leak on probe errors Make sure to release the lane reset controller in case of a late probe error (e.g. probe deferral). Note that due to the r...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:16
  • Zuletzt bearbeitet 22.09.2025 19:57:30

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp: fix struct clk leak on probe errors Make sure to release the pipe clock reference in case of a late probe error (e.g. probe deferral).

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

In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Use tty_port_destroy() to destroy port In goldfish_tty_probe(), the port initialized through tty_port_init() should be destroyed in error paths.In goldfish_tty_remov...