Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 13.03.2025 21:09:44

In the Linux kernel, the following vulnerability has been resolved: cxgb4: avoid accessing registers when clearing filters Hardware register having the server TID base can contain invalid values when adapter is in bad state (for example, due to AER...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 20.12.2024 13:52:15

In the Linux kernel, the following vulnerability has been resolved: gve: Add NULL pointer checks when freeing irqs. When freeing notification blocks, we index priv->msix_vectors. If we failed to allocate priv->msix_vectors (see abort_with_msix_vect...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 17.12.2024 14:56:12

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm->sg to NULL. Hit panic below [ 1235.844104] general protection fault, probably for non-canonical address 0x6b6b6b6...

  • EPSS 0.07%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 19.06.2025 14:15:24

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.01%
  • Veröffentlicht 25.03.2024 09:15:08
  • Zuletzt bearbeitet 20.12.2024 13:54:08

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON in link_to_fixup_dir While doing error injection testing I got the following panic kernel BUG at fs/btrfs/tree-log.c:1862! invalid opcode: 0000 [#1] SMP N...

  • EPSS 0.01%
  • Veröffentlicht 21.03.2024 11:15:28
  • Zuletzt bearbeitet 12.05.2026 12:16:16

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow timeout for anonymous sets Never used from userspace, disallow these parameters.

  • EPSS 0.01%
  • Veröffentlicht 21.03.2024 11:15:28
  • Zuletzt bearbeitet 12.05.2026 12:16:19

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: disallow anonymous set with timeout flag Anonymous sets are never used with timeout from userspace, reject this. Exception to this rule is NFT_SET_EVAL to ens...

  • EPSS 0.01%
  • Veröffentlicht 21.03.2024 11:15:28
  • Zuletzt bearbeitet 12.05.2026 12:16:19

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymou...

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:11
  • Zuletzt bearbeitet 10.03.2025 17:01:43

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity checks to rx zerocopy TCP rx zerocopy intent is to map pages initially allocated from NIC drivers, not pages owned by a fs. This patch adds to can_map_frag() these...

  • EPSS 0.02%
  • Veröffentlicht 18.03.2024 11:15:11
  • Zuletzt bearbeitet 28.03.2025 16:17:08

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize...