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.02%
  • Veröffentlicht 21.01.2025 13:15:09
  • Zuletzt bearbeitet 01.10.2025 20:18:17

In the Linux kernel, the following vulnerability has been resolved: btrfs: avoid NULL pointer dereference if no valid extent tree [BUG] Syzbot reported a crash with the following call trace: BTRFS info (device loop0): scrub: started on devid 1 ...

  • EPSS 0.01%
  • Veröffentlicht 21.01.2025 13:15:08
  • Zuletzt bearbeitet 12.05.2026 13:16:24

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the infinite loop in exfat_readdir() If the file system is corrupted so that a cluster is linked to itself in the cluster chain, and there is an unused directory entry i...

  • EPSS 0.02%
  • Veröffentlicht 21.01.2025 13:15:07
  • Zuletzt bearbeitet 03.11.2025 21:18:45

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die() die() can be called in exception handler, and therefore cannot sleep. However, die() takes spinlock_t which can sleep with PREEMPT_R...

  • EPSS 0.01%
  • Veröffentlicht 21.01.2025 12:15:27
  • Zuletzt bearbeitet 03.11.2025 21:18:45

In the Linux kernel, the following vulnerability has been resolved: net/sctp: Prevent autoclose integer overflow in sctp_association_init() While by default max_autoclose equals to INT_MAX / HZ, one may set net.sctp.max_autoclose to UINT_MAX. There...

  • EPSS 0.02%
  • Veröffentlicht 21.01.2025 12:15:26
  • Zuletzt bearbeitet 03.11.2025 21:18:45

In the Linux kernel, the following vulnerability has been resolved: selinux: ignore unknown extended permissions When evaluating extended permissions, ignore unknown permissions instead of calling BUG(). This commit ensures that future permissions ...

  • EPSS 0.01%
  • Veröffentlicht 20.01.2025 11:15:07
  • Zuletzt bearbeitet 15.10.2025 20:03:44

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: adapt set backend to use GC transaction API Use the GC transaction API to replace the old and buggy gc API and the busy mark approach. No set elements are re...

  • EPSS 0.02%
  • Veröffentlicht 19.01.2025 12:15:27
  • Zuletzt bearbeitet 12.05.2026 13:16:24

In the Linux kernel, the following vulnerability has been resolved: dm array: fix releasing a faulty array block twice in dm_array_cursor_end When dm_bm_read_lock() fails due to locking or checksum errors, it releases the faulty block implicitly wh...

  • EPSS 0.03%
  • Veröffentlicht 19.01.2025 12:15:26
  • Zuletzt bearbeitet 03.11.2025 21:18:44

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add check for granularity in dml ceil/floor helpers [Why] Wrapper functions for dcn_bw_ceil2() and dcn_bw_floor2() should check for granularity is non zero to avoi...

  • EPSS 0.01%
  • Veröffentlicht 19.01.2025 12:15:26
  • Zuletzt bearbeitet 12.05.2026 13:16:24

In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles Encoding file handles is usually performed by a filesystem >encode_fh() method that may fail for various reasons. The legacy...

  • EPSS 0.05%
  • Veröffentlicht 19.01.2025 12:15:26
  • Zuletzt bearbeitet 03.11.2025 21:18:44

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix a missing return value check bug In the smb2_send_interim_resp(), if ksmbd_alloc_work_struct() fails to allocate a node, it returns a NULL pointer to the in_work pointer...