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 26.02.2025 07:00:49
  • Zuletzt bearbeitet 01.10.2025 20:15:48

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() In pm8001_chip_fw_flash_update_build(), if pm8001_chip_fw_flash_update_build() fails, the struct fw_control_ex al...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 23.09.2025 18:16:32

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix task leak in pm8001_send_abort_all() In pm8001_send_abort_all(), make sure to free the allocated sas task if pm8001_tag_alloc() or pm8001_mpi_build_cmd() fail.

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 23.09.2025 18:16:41

In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001_chip_set_dev_state_req(), pm8001_chip_fw_flash_update_req(), pm80xx_chip_phy_ctl_req() and pm8001_chip_reg_dev_req() add missing call...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 14.10.2025 19:56:27

In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kernel...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 01.10.2025 20:15:48

In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: [25393.301506] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: [25...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 15.10.2025 19:44:53

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Work around an erratum on fast string copy instructions A rare kernel panic scenario can happen when the following conditions are met due to an erratum on fast string copy...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 01.10.2025 20:15:49

In the Linux kernel, the following vulnerability has been resolved: drm/sprd: fix potential NULL dereference 'drm' could be null in sprd_drm_shutdown, and drm_warn maybe dereference it, remove this warning log. v1 -> v2: - Split checking platform...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:49
  • Zuletzt bearbeitet 01.10.2025 20:15:49

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments which are not getting freed while unloading the driver.

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:48
  • Zuletzt bearbeitet 01.10.2025 20:15:46

In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_arm: Avoid NULL ptr deref in vchiq_dump_platform_instances vchiq_get_state() can return a NULL pointer. So handle this cases and avoid a NULL pointer derefence in vc...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:48
  • Zuletzt bearbeitet 01.10.2025 20:15:47

In the Linux kernel, the following vulnerability has been resolved: ceph: fix memory leak in ceph_readdir when note_last_dentry returns error Reset the last_readdir at the same time, and add a comment explaining why we don't free last_readdir when ...