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 01.05.2026 14:15:20
  • Zuletzt bearbeitet 07.05.2026 20:31:01

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix clk handling on PCI glue driver removal platform_device_unregister() may still want to use the registered clks during runtime resume callback. Note that there is a ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:20
  • Zuletzt bearbeitet 07.05.2026 20:31:20

In the Linux kernel, the following vulnerability has been resolved: bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready(). syzbot reported use-after-free of AF_UNIX socket's sk->sk_socket in sk_psock_verdict_data_ready(...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:19
  • Zuletzt bearbeitet 07.05.2026 20:29:24

In the Linux kernel, the following vulnerability has been resolved: net: macb: properly unregister fixed rate clocks The additional resources allocated with clk_register_fixed_rate() need to be released with clk_unregister_fixed_rate(), otherwise t...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:18
  • Zuletzt bearbeitet 07.05.2026 20:28:15

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix switchdev mode rollback in case of failure If for some internal reason switchdev mode fails, we rollback to legacy mode, before this patch, rollback will unregister t...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:18
  • Zuletzt bearbeitet 07.05.2026 20:28:55

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: lag: Check for LAG device before creating debugfs __mlx5_lag_dev_add_mdev() may return 0 (success) even when an error occurs that is handled gracefully. Consequently, the...

  • EPSS 0.07%
  • Veröffentlicht 01.05.2026 14:15:17
  • Zuletzt bearbeitet 07.05.2026 20:26:58

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix potential double free of skb When alloc_skb fails in x25_queue_rx_frame it calls kfree_skb(skb) at line 48 and returns 1 (error). This error propagates back through th...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2026 14:15:16
  • Zuletzt bearbeitet 07.05.2026 20:25:52

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix incorrect pruning due to atomic fetch precision tracking When backtrack_insn encounters a BPF_STX instruction with BPF_ATOMIC and BPF_FETCH, the src register (or r0 for BP...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:16
  • Zuletzt bearbeitet 07.05.2026 20:26:12

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable kprobe_multi programs at attach time kprobe.multi programs run in atomic/RCU context and cannot sleep. However, bpf_kprobe_multi_link_attach() did not validat...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:15
  • Zuletzt bearbeitet 07.05.2026 20:24:50

In the Linux kernel, the following vulnerability has been resolved: gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio() devm_regmap_init_mmio() returns an ERR_PTR() on failure, not NULL. The original code checked for NULL which would n...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:14
  • Zuletzt bearbeitet 12.05.2026 19:32:36

In the Linux kernel, the following vulnerability has been resolved: io_uring/rsrc: reject zero-length fixed buffer import validate_fixed_range() admits buf_addr at the exact end of the registered region when len is zero, because the check uses stri...