Debian

Debian 14 (forky)

13671 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 15:15:15
  • Zuletzt bearbeitet 27.04.2026 14:16:32

In the Linux kernel, the following vulnerability has been resolved: iommu/sva: Fix crash in iommu_sva_unbind_device() domain->mm->iommu_mm can be freed by iommu_domain_free(): iommu_domain_free() mmdrop() __mmdrop() mm_pasid_dro...

  • EPSS 0.04%
  • Veröffentlicht 03.04.2026 15:15:14
  • Zuletzt bearbeitet 27.04.2026 14:16:32

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in durable v2 replay of active file handles parse_durable_handle_context() unconditionally assigns dh_info->fp->conn to the current connection when handli...

  • EPSS 0.03%
  • Veröffentlicht 03.04.2026 15:15:14
  • Zuletzt bearbeitet 27.04.2026 14:16:32

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of share_conf in compound request smb2_get_ksmbd_tcon() reuses work->tcon in compound requests without validating tcon->t_state. ksmbd_tree_conn_lookup() ...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:34
  • Zuletzt bearbeitet 23.04.2026 21:04:06

In the Linux kernel, the following vulnerability has been resolved: drm/logicvc: Fix device node reference leak in logicvc_drm_config_parse() The logicvc_drm_config_parse() function calls of_get_child_by_name() to find the "layers" node but fails t...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:33
  • Zuletzt bearbeitet 27.04.2026 14:16:31

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix ID register initialization for non-protected pKVM guests In protected mode, the hypervisor maintains a separate instance of the `kvm` structure for each VM. For non...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:32
  • Zuletzt bearbeitet 27.04.2026 14:16:31

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Validate command buffer payload count The count field in the command header is used to determine the valid payload size. Verify that the valid payload does not excee...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:31
  • Zuletzt bearbeitet 24.04.2026 15:21:10

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler Commit 31a7a0bbeb00 ("dpaa2-switch: add bounds check for if_id in IRQ handler") introduces a range check ...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:31
  • Zuletzt bearbeitet 23.04.2026 21:04:24

In the Linux kernel, the following vulnerability has been resolved: btrfs: free pages on error in btrfs_uring_read_extent() In this function the 'pages' object is never freed in the hopes that it is picked up by btrfs_uring_read_finished() whenever...

  • EPSS 0.02%
  • Veröffentlicht 03.04.2026 13:24:30
  • Zuletzt bearbeitet 24.04.2026 15:21:16

In the Linux kernel, the following vulnerability has been resolved: drm/xe/configfs: Free ctx_restore_mid_bb in release ctx_restore_mid_bb memory is allocated in wa_bb_store(), but xe_config_device_release() only frees ctx_restore_post_bb. Free ct...

  • EPSS 0.01%
  • Veröffentlicht 03.04.2026 13:24:29
  • Zuletzt bearbeitet 24.04.2026 15:21:23

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: Fix a locking bug Make sure that wl->mutex is locked before it is unlocked. This has been detected by the Clang thread-safety analyzer.