Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 24.09.2025 18:56:52

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() Subject: [PATCH] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() If some the pages or sgt allo...

  • EPSS 1.17%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:43

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULE_STATE_LIVE -> MODULE_STATE_GOING -> MODULE_STATE_UNFORMED. ...

  • EPSS 0.23%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 03.11.2025 21:16:11

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations Create subvolume, create snapshot and delete subvolume all use btrfs_subvolume_reserve_metadata() to reserve met...

  • EPSS 0.27%
  • Veröffentlicht 19.05.2024 12:15:08
  • Zuletzt bearbeitet 04.04.2025 14:23:31

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUG_ON in >control parser Fix a BUG_ON from 2009. Even if it looks "unreachable" (I didn't really look), lets make sure by removing it, doing pr_err and return -EI...

  • EPSS 0.23%
  • Veröffentlicht 19.05.2024 11:15:50
  • Zuletzt bearbeitet 12.05.2026 12:16:42

In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() Syzkaller hit 'WARNING in dg_dispatch_as_host' bug. memcpy: detected field-spanning write (size 56) of single field "&...

  • EPSS 0.21%
  • Veröffentlicht 19.05.2024 11:15:50
  • Zuletzt bearbeitet 31.01.2025 15:01:01

In the Linux kernel, the following vulnerability has been resolved: net: phy: phy_device: Prevent nullptr exceptions on ISR If phydev->irq is set unconditionally, check for valid interrupt handler or fall back to polling mode to prevent nullptr exc...

  • EPSS 0.22%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 12.05.2026 12:16:41

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() The call to lpfc_sli4_resume_rpi() in lpfc_rcv_padisc() may return an unsuccessful status. In such cases, the elsiocb is ...

  • EPSS 0.19%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 24.09.2025 18:36:29

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Skip do PCI error slot reset during RAS recovery Why: The PCI error slot reset maybe triggered after inject ue to UMC multi times, this caused system hang. ...

  • EPSS 0.21%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 23.09.2025 15:46:56

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: don't check if plane->state->fb == state->fb Currently, when using non-blocking commits, we can see the following kernel warning: [ 110.908514] ------------[ cut here ]-...

  • EPSS 0.22%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 12.05.2026 12:16:41

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Fix null ptr deref in btintel_read_version If hci_cmd_sync_complete() is triggered and skb is NULL, then hdev->req_skb is NULL, which will cause this issue.