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.05%
  • Veröffentlicht 18.06.2025 11:02:25
  • Zuletzt bearbeitet 20.08.2025 15:15:31

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:02:25
  • Zuletzt bearbeitet 18.11.2025 02:33:04

In the Linux kernel, the following vulnerability has been resolved: dm raid: fix address sanitizer warning in raid_status There is this warning when using a kernel with the address sanitizer and running this testsuite: https://gitlab.com/cki-projec...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:20
  • Zuletzt bearbeitet 17.11.2025 19:27:18

In the Linux kernel, the following vulnerability has been resolved: apparmor: fix reference count leak in aa_pivotroot() The aa_pivotroot() function has a reference counting bug in a specific path. When aa_replace_current_label() returns on success...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:09
  • Zuletzt bearbeitet 13.11.2025 17:56:43

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

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:39
  • Zuletzt bearbeitet 13.11.2025 18:56:57

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() In this function, there are two refcount leak bugs: (1) when breaking out of for_each_endpoint_of_node(), we ne...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:35
  • Zuletzt bearbeitet 13.11.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohci_hcd_ppc_of_probe(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put(...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:01:32
  • Zuletzt bearbeitet 13.11.2025 19:31:20

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: ipq8074: dont disable gcc_sleep_clk_src Once the usb sleep clocks are disabled, clock framework is trying to disable the sleep clock source also. However, it seems that...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:01:31
  • Zuletzt bearbeitet 13.11.2025 19:30:52

In the Linux kernel, the following vulnerability has been resolved: gadgetfs: ep_io - wait until IRQ finishes after usb_ep_queue() if wait_for_completion_interruptible() is interrupted we need to wait until IRQ gets finished. Otherwise complete() ...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:28
  • Zuletzt bearbeitet 13.11.2025 19:28:44

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix a memory leak in an error handling path A bitmap_zalloc() must be balanced by a corresponding bitmap_free() in the error handling path of afu_allocate_irqs().

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:01:25
  • Zuletzt bearbeitet 13.11.2025 19:46:54

In the Linux kernel, the following vulnerability has been resolved: drivers:md:fix a potential use-after-free bug In line 2884, "raid5_release_stripe(sh);" drops the reference to sh and may cause sh to be released. However, sh is subsequently used ...