Canonical

Ubuntu Pro 16.04 LTS

5033 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: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.08%
  • Veröffentlicht 26.02.2025 07:01:37
  • Zuletzt bearbeitet 24.03.2025 19:48:44

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: avoid skb access on nf_stolen When verdict is NF_STOLEN, the skb might have been freed. When tracing is enabled, this can result in a use-after-free: 1. acce...

  • 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: powerpc/xive/spapr: correct bitmap allocation size kasan detects access beyond the end of the xibm->bitmap allocation: BUG: KASAN: slab-out-of-bounds in _find_first_zero_bit+0x40/...

  • 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.02%
  • 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: pinctrl: ralink: Check for null return of devm_kcalloc Because of the possible failure of the allocation, data->domains might be NULL pointer and will cause the dereference of the ...

  • 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...