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 16.09.2025 08:11:14
  • Zuletzt bearbeitet 14.01.2026 19:16:19

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Remove unused nvme_ls_waitq wait queue System crash when qla2x00_start_sp(sp) returns error code EGAIN and wake_up gets called for uninitialized wait queue sp->nvme_...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:11:13
  • Zuletzt bearbeitet 14.01.2026 19:16:19

In the Linux kernel, the following vulnerability has been resolved: misc: vmw_balloon: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 08:11:12
  • Zuletzt bearbeitet 14.01.2026 19:16:19

In the Linux kernel, the following vulnerability has been resolved: wifi: iwl3945: Add missing check for create_singlethread_workqueue Add the check for the return value of the create_singlethread_workqueue in order to avoid NULL pointer dereferenc...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 08:11:11
  • Zuletzt bearbeitet 14.01.2026 19:16:18

In the Linux kernel, the following vulnerability has been resolved: ubifs: Free memory for tmpfile name When opening a ubifs tmpfile on an encrypted directory, function fscrypt_setup_filename allocates memory for the name that is to be stored in th...

  • EPSS 0.01%
  • Veröffentlicht 16.09.2025 08:11:10
  • Zuletzt bearbeitet 14.01.2026 19:16:18

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: fix a possible null-pointer dereference due to data race in snd_hdac_regmap_sync() The variable codec->regmap is often protected by the lock codec->regmap_lock when is a...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:11:08
  • Zuletzt bearbeitet 14.01.2026 19:16:18

In the Linux kernel, the following vulnerability has been resolved: Drivers: vmbus: Check for channel allocation before looking up relids relid2channel() assumes vmbus channel array to be allocated when called. However, in cases such as kdump/kexec...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:07:01
  • Zuletzt bearbeitet 14.01.2026 19:16:18

In the Linux kernel, the following vulnerability has been resolved: net: ena: fix shift-out-of-bounds in exponential backoff The ENA adapters on our instances occasionally reset. Once recently logged a UBSAN failure to console in the process: U...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:07:00
  • Zuletzt bearbeitet 14.01.2026 19:16:18

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix unreferenced object reported by kmemleak in ubi_resize_volume() There is a memory leaks problem reported by kmemleak: unreferenced object 0xffff888102007a00 (size 128): ...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:59
  • Zuletzt bearbeitet 14.01.2026 19:16:17

In the Linux kernel, the following vulnerability has been resolved: ext4: fix i_disksize exceeding i_size problem in paritally written case It is possible for i_disksize can exceed i_size, triggering a warning. generic_perform_write copied = iov_...

  • EPSS 0.02%
  • Veröffentlicht 16.09.2025 08:06:58
  • Zuletzt bearbeitet 14.01.2026 19:16:17

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl_mqs: move of_node_put() to the correct location of_node_put() should have been done directly after mqs_priv->regmap = syscon_node_to_regmap(gpr_np); otherwise it creates ...