Canonical

Ubuntu Pro 20.04 LTS

3682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 16.04.2025 10:20:37
  • Zuletzt bearbeitet 03.11.2025 20:17:38

In the Linux kernel, the following vulnerability has been resolved: netfilter: socket: Lookup orig tuple for IPv6 SNAT nf_sk_lookup_slow_v4 does the conntrack lookup for IPv4 packets to restore the original 5-tuple in case of SNAT, to be able to fi...

  • EPSS 0.08%
  • Veröffentlicht 16.04.2025 10:20:36
  • Zuletzt bearbeitet 28.10.2025 19:12:34

In the Linux kernel, the following vulnerability has been resolved: bcachefs: bch2_ioctl_subvolume_destroy() fixes bch2_evict_subvolume_inodes() was getting stuck - due to incorrectly pruning the dcache. Also, fix missing permissions checks.

  • EPSS 0.05%
  • Veröffentlicht 16.04.2025 05:15:31
  • Zuletzt bearbeitet 03.11.2025 20:17:37

In the Linux kernel, the following vulnerability has been resolved: atm: Fix NULL pointer dereference When MPOA_cache_impos_rcvd() receives the msg, it can trigger Null Pointer Dereference Vulnerability if both entry and holding_time are NULL. Beca...

  • EPSS 0.02%
  • Veröffentlicht 08.04.2025 08:18:00
  • Zuletzt bearbeitet 03.11.2025 20:17:37

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix soft lockup during bt pages loop Driver runs a for-loop when allocating bt pages and mapping them with buffer pages. When a large buffer (e.g. MR over 100GB) is being...

  • EPSS 0.02%
  • Veröffentlicht 08.04.2025 08:17:59
  • Zuletzt bearbeitet 02.01.2026 16:15:50

In the Linux kernel, the following vulnerability has been resolved: regulator: check that dummy regulator has been probed before using it Due to asynchronous driver probing there is a chance that the dummy regulator hasn't already been probed when ...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2025 08:15:16
  • Zuletzt bearbeitet 03.11.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw(). fib_check_nh_v6_gw() expects that fib6_nh_init() cleans up everything when it fails. Commit 7dd73168e273 ("ipv6: ...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2025 08:15:16
  • Zuletzt bearbeitet 03.11.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix error code in chan_alloc_skb_cb() The chan_alloc_skb_cb() function is supposed to return error pointers on error. Returning NULL will lead to a NULL dereference.

  • EPSS 0.04%
  • Veröffentlicht 03.04.2025 08:15:15
  • Zuletzt bearbeitet 03.11.2025 20:17:35

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix uninitialized size issue in radeon_vce_cs_parse() On the off chance that command stream passed from userspace via ioctl() call to radeon_vce_cs_parse() is weirdly c...

Medienbericht
  • EPSS 0.03%
  • Veröffentlicht 03.04.2025 08:15:15
  • Zuletzt bearbeitet 03.11.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: proc: fix UAF in proc_get_inode() Fix race between rmmod and /proc/XXX's inode instantiation. The bug is that pde->proc_ops don't belong to /proc, it belongs to a module, therefor...

  • EPSS 0.03%
  • Veröffentlicht 03.04.2025 08:15:15
  • Zuletzt bearbeitet 03.11.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: net: atm: fix use after free in lec_send() The ->send() operation frees skb so save the length before calling ->send() to avoid a use after free.