Canonical

Ubuntu 20.04 LTS

3474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 23.10.2025 12:09:45

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix queue selection for mesh/OCB interfaces When using iTXQ, the code assumes that there is only one vif queue for broadcast packets, using the BE queue. Allowing n...

  • EPSS 0.28%
  • 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.25%
  • Veröffentlicht 26.02.2025 07:01:39
  • Zuletzt bearbeitet 01.10.2025 20:17:01

In the Linux kernel, the following vulnerability has been resolved: tracing/histograms: Fix memory leak problem This reverts commit 46bbe5c671e06f070428b9be142cc4ee5cedebac. As commit 46bbe5c671e0 ("tracing: fix double free") said, the "double fre...

  • EPSS 0.17%
  • Veröffentlicht 26.02.2025 07:01:38
  • Zuletzt bearbeitet 01.10.2025 20:16:58

In the Linux kernel, the following vulnerability has been resolved: raw: Fix a data-race around sysctl_raw_l3mdev_accept. While reading sysctl_raw_l3mdev_accept, it can be changed concurrently. Thus, we need to add READ_ONCE() to its reader.

  • EPSS 0.17%
  • Veröffentlicht 26.02.2025 07:01:38
  • Zuletzt bearbeitet 01.10.2025 20:16:59

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix a data-race around sysctl_fib_sync_mem. While reading sysctl_fib_sync_mem, it can be changed concurrently. So, we need to add READ_ONCE() to avoid a data-race.

  • EPSS 0.25%
  • 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.25%
  • 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.24%
  • 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.27%
  • 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.26%
  • 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...