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 26.02.2025 07:01:42
  • Zuletzt bearbeitet 01.10.2025 20:17:04

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it whe...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:42
  • Zuletzt bearbeitet 01.10.2025 20:17:04

In the Linux kernel, the following vulnerability has been resolved: ARM: Fix refcount leak in axxia_boot_secondary of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing ...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:42
  • Zuletzt bearbeitet 01.10.2025 20:17:04

In the Linux kernel, the following vulnerability has been resolved: ARM: exynos: Fix refcount leak in exynos_map_pmu of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. ...

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:42
  • Zuletzt bearbeitet 01.10.2025 20:17:04

In the Linux kernel, the following vulnerability has been resolved: xtensa: xtfpga: Fix refcount leak bug in setup In machine_setup(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:41
  • Zuletzt bearbeitet 23.10.2025 15:49:50

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_open/close(): fix memory leak The gs_usb driver appears to suffer from a malady common to many USB CAN adapter drivers in that it performs usb_alloc_coherent() ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:41
  • Zuletzt bearbeitet 24.03.2025 19:07:43

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix use-after-free after 802.3ad slave unbind commit 0622cab0341c ("bonding: fix 802.3ad aggregator reselection"), resolve case, when there is several aggregation gro...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue xenvif_rx_next_skb() is expecting the rx queue not being empty, but in case the loop in xenvif_rx_action() i...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

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

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: ARM: meson: Fix refcount leak in meson_smp_prepare_cpus of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:40
  • Zuletzt bearbeitet 01.10.2025 20:17:02

In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer