Canonical

Ubuntu 26.04 LTS

1872 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.75%
  • Veröffentlicht 19.07.2026 14:55:00
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_buf iscsi_encode_text_output() concatenates "key=value\0" records into login->rsp_buf, an 8192-byte kzalloc(MAX...

  • EPSS 0.75%
  • Veröffentlicht 19.07.2026 14:55:00
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd() Two latent bugs in the Text-phase handler, both present since the original LIO integration in comm...

  • EPSS 0.66%
  • Veröffentlicht 19.07.2026 14:54:59
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Validate CHAP_R length before base64 decode chap_server_compute_hash() allocates client_digest as kzalloc(chap->digest_size) and then, for BASE64-encoded respo...

  • EPSS 0.16%
  • Veröffentlicht 19.07.2026 14:54:58
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/gem: fix race between change_handle and handle_delete drm_gem_change_handle_ioctl leaves the old handle live in the IDR during the window between spin_unlock(table_lock) and th...

  • EPSS 0.18%
  • Veröffentlicht 19.07.2026 14:54:57
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential UAF in TTM object purge TLDR: The bo->ttm object might be changed by calling ttm_bo_validate(), move casting it to an i915_tt object later to actually...

  • EPSS 0.16%
  • Veröffentlicht 19.07.2026 14:54:56
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ When uart_flush_buffer() runs before the DMA completion IRQ is delivered, the following race can occur...

  • EPSS 0.21%
  • Veröffentlicht 19.07.2026 14:54:55
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svm_range_set_attr The process_info could be NULL if user doesn't call kfd_ioctl_acquire_vm before calling kfd_ioctl_svm. (cherry picked from c...

  • EPSS 0.18%
  • Veröffentlicht 19.07.2026 14:54:53
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger get_queue_ids() computes array_size = num_queues * sizeof(uint32_t), which could overflow on 32-bit size_t build...

  • EPSS 0.2%
  • Veröffentlicht 19.07.2026 14:54:52
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lock leak on ENOMEM in AMDGPU_GEM_OP_GET_MAPPING_INFO The AMDGPU_GEM_OP_GET_MAPPING_INFO branch of amdgpu_gem_op_ioctl() holds three cleanup-tracked resources befor...

  • EPSS 0.17%
  • Veröffentlicht 19.07.2026 14:54:51
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix amdgpu_hmm_range_get_pages The notifier sequence must only be read once or otherwise we could work with invalid pages. While at it also fix the coding style, e.g. ...