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:01:39
  • Zuletzt bearbeitet 01.10.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 01.10.2025 20:17:00

In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 24.03.2025 19:00:58

In the Linux kernel, the following vulnerability has been resolved: cgroup: Use separate src/dst nodes when preloading css_sets for migration Each cset (css_set) is pinned by its tasks. When we're moving tasks around across csets for a migration, w...

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

In the Linux kernel, the following vulnerability has been resolved: net: sfp: fix memory leak in sfp_probe() sfp_probe() allocates a memory chunk from sfp with sfp_alloc(). When devm_add_action() fails, sfp is not freed, which leads to a memory lea...

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

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix possible refcount leak in tipc_sk_create() Free sk in case tipc_sk_insert() fails.

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:37
  • Zuletzt bearbeitet 01.10.2025 20:16:57

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmac_cpufreq_init_MacRISC3(), we need to add corresponding of_node_put() for the three node pointers whose refcount have been incr...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:37
  • Zuletzt bearbeitet 23.10.2025 12:09:13

In the Linux kernel, the following vulnerability has been resolved: sfc: fix kernel panic when creating VF When creating VFs a kernel panic can happen when calling to efx_ef10_try_update_nic_stats_vf. When releasing a DMA coherent buffer, sometime...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:37
  • Zuletzt bearbeitet 24.03.2025 19:49:38

In the Linux kernel, the following vulnerability has been resolved: sfc: fix use after free when disabling sriov Use after free is detected by kfence when disabling sriov. What was read after being freed was vf->pci_dev: it was freed from pci_disab...

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

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix data race between perf_event_set_output() and perf_mmap_close() Yang Jihing reported a race between perf_event_set_output() and perf_mmap_close(): CPU1 CPU2 ...

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

In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_pu...