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 07.10.2025 15:19:06
  • Zuletzt bearbeitet 17.03.2026 13:59:34

In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the ot...

  • EPSS 0.01%
  • Veröffentlicht 04.10.2025 15:44:23
  • Zuletzt bearbeitet 17.03.2026 13:54:04

In the Linux kernel, the following vulnerability has been resolved: jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount syzbot found an invalid-free in diUnmount: BUG: KASAN: double-free in slab_free mm/slub.c:3661 [inline] BUG: KASAN: do...

  • EPSS 0.01%
  • Veröffentlicht 04.10.2025 15:44:22
  • Zuletzt bearbeitet 17.03.2026 13:51:11

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix deletion race condition System crash when using debug kernel due to link list corruption. The cause of the link list corruption is due to session deletion was al...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:20
  • Zuletzt bearbeitet 17.03.2026 16:44:38

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, whil...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:20
  • Zuletzt bearbeitet 17.03.2026 13:50:14

In the Linux kernel, the following vulnerability has been resolved: dax: Fix dax_mapping_release() use after free A CONFIG_DEBUG_KOBJECT_RELEASE test of removing a device-dax region provider (like modprobe -r dax_hmem) yields: kobject: 'mapping0'...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:19
  • Zuletzt bearbeitet 17.03.2026 16:42:31

In the Linux kernel, the following vulnerability has been resolved: ipmi_si: fix a memleak in try_smi_init() Kmemleak reported the following leak info in try_smi_init(): unreferenced object 0xffff00018ecf9400 (size 1024): comm "modprobe", pid 27...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:18
  • Zuletzt bearbeitet 17.03.2026 16:44:23

In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failed" The "atomic_inc(&cmd->device->iorequest_cnt)" in scsi_queue_rq() would cause kernel panic ...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:18
  • Zuletzt bearbeitet 17.03.2026 16:42:48

In the Linux kernel, the following vulnerability has been resolved: irqchip: Fix refcount leak in platform_irqchip_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not needed anymor...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:17
  • Zuletzt bearbeitet 23.03.2026 18:28:35

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() The finalization of nilfs_segctor_thread() can race with nilfs_segctor_kill_thread() which terminates th...

  • EPSS 0.02%
  • Veröffentlicht 04.10.2025 15:44:16
  • Zuletzt bearbeitet 23.03.2026 18:26:46

In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: Fix BUG_ON in probe function The snd_dma_buffer.bytes field now contains the aligned size, which this snd_BUG_ON() did not account for, resulting in the following: [...