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.12%
  • Veröffentlicht 14.11.2024 12:15:17
  • Zuletzt bearbeitet 19.08.2025 17:32:26

A flaw was found within the parsing of extended attributes in the kernel ksmbd module. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverag...

  • EPSS 0.02%
  • Veröffentlicht 14.11.2024 11:15:03
  • Zuletzt bearbeitet 18.11.2024 22:08:54

A use-after-free vulnerability was found in the cyttsp4_core driver in the Linux kernel. This issue occurs in the device cleanup routine due to a possible rearming of the watchdog_timer from the workqueue. This could allow a local user to crash the s...

  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 03.11.2025 23:17:07

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() I got a syzbot report without a repro [1] crashing in nf_send_reset6() I think the issue is that dev->hard_heade...

  • EPSS 0.04%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 03.11.2025 23:17:07

In the Linux kernel, the following vulnerability has been resolved: netfilter: Fix use-after-free in get_info() ip6table_nat module unload has refcnt warning for UAF. call trace is: WARNING: CPU: 1 PID: 379 at kernel/module/main.c:853 module_put+0...

  • EPSS 0.01%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 03.11.2025 21:17:12

In the Linux kernel, the following vulnerability has been resolved: net: fix crash when config small gso_max_size/gso_ipv4_max_size Config a small gso_max_size/gso_ipv4_max_size will lead to an underflow in sk_dst_gso_max_size(), which may trigger ...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 03.11.2025 23:17:07

In the Linux kernel, the following vulnerability has been resolved: netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() This was found by a static analyzer. We should not forget the trailing zero after copy_...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 12.05.2026 13:16:20

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:10
  • Zuletzt bearbeitet 03.11.2025 23:17:05

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Additional check in ni_clear() Checking of NTFS_FLAGS_LOG_REPLAYING added to prevent access to uninitialized bitmap during replay process.

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:10
  • Zuletzt bearbeitet 03.11.2025 23:17:05

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix possible deadlock in mi_read Mutex lock with another subclass used in ni_lock_dir().

  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:10
  • Zuletzt bearbeitet 12.05.2026 13:16:19

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add rough attr alloc_size check