Canonical

Ubuntu 22.04 LTS

7957 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:30
  • Zuletzt bearbeitet 08.05.2026 18:36:14

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix regsafe() for pointers to packet In case rold->reg->range == BEYOND_PKT_END && rcur->reg->range == N regsafe() may return true which may lead to current state with valid p...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:29
  • Zuletzt bearbeitet 08.05.2026 18:30:53

In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: ensure names are nul-terminated Reject names that lack a \0 character before feeding them to functions that expect c-strings. Fixes tag is the most recent com...

  • EPSS 0.05%
  • Veröffentlicht 01.05.2026 14:15:29
  • Zuletzt bearbeitet 08.05.2026 18:33:39

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix soft lockup in mptcp_recvmsg() syzbot reported a soft lockup in mptcp_recvmsg() [0]. When receiving data with MSG_PEEK | MSG_WAITALL flags, the skb is not removed from ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:28
  • Zuletzt bearbeitet 08.05.2026 18:29:08

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_helper: pass helper to expect cleanup nf_conntrack_helper_unregister() calls nf_ct_expect_iterate_destroy() to remove expectations belonging to the helper b...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:27
  • Zuletzt bearbeitet 08.05.2026 18:17:47

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: ignore explicit helper on new expectations Use the existing master conntrack helper, anything else is not really supported and it just makes validation more c...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:27
  • Zuletzt bearbeitet 08.05.2026 18:21:45

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent ctnetlink_alloc_expect() allocates expectations from a non-zeroing slab cache via nf_ct_expect_alloc(). Whe...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:26
  • Zuletzt bearbeitet 08.05.2026 18:15:22

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: reject immediate NF_QUEUE verdict nft_queue is always used from userspace nftables to deliver the NF_QUEUE verdict. Immediately emitting an NF_QUEUE verdict i...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:25
  • Zuletzt bearbeitet 08.05.2026 14:53:58

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists hci_cmd_sync_queue_once() needs to indicate whether a queue item was added, so caller can know if callbacks ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:25
  • Zuletzt bearbeitet 08.05.2026 14:56:44

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in sco_sock_connect() sco_sock_connect() checks sk_state and sk_type without holding the socket lock. Two concurrent connect() syscalls on the s...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2026 14:15:24
  • Zuletzt bearbeitet 08.05.2026 14:50:04

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails When hci_cmd_sync_queue_once() returns with error, the destroy callback will not be called. Fix leaking reference...