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 25.03.2026 10:27:43
  • Zuletzt bearbeitet 24.04.2026 18:59:28

In the Linux kernel, the following vulnerability has been resolved: nvme: fix admin queue leak on controller reset When nvme_alloc_admin_tag_set() is called during a controller reset, a previous admin queue may still exist. Release it properly befo...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:42
  • Zuletzt bearbeitet 24.04.2026 19:03:35

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix error handling in slot reset If the device has not recovered after slot reset is called, it goes to out label for error handling. There it could make decision based...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2026 10:27:41
  • Zuletzt bearbeitet 24.04.2026 19:04:35

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251x_open The mcp251x_open() function call free_irq() in its error path with the mpc_lock mutex held. But if an interrupt already occ...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:40
  • Zuletzt bearbeitet 24.04.2026 19:06:21

In the Linux kernel, the following vulnerability has been resolved: drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock() Even though we check that we "should" be able to do lc_get_cumulative() while holding the device->al_lock spinlock, it may stil...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:39
  • Zuletzt bearbeitet 24.04.2026 19:13:44

In the Linux kernel, the following vulnerability has been resolved: ata: libata: cancel pending work after clearing deferred_qc Syzbot reported a WARN_ON() in ata_scsi_deferred_qc_work(), caused by ap->ops->qc_defer() returning non-zero before issu...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:38
  • Zuletzt bearbeitet 24.04.2026 17:45:52

In the Linux kernel, the following vulnerability has been resolved: ice: fix crash in ethtool offline loopback test Since the conversion of ice to page pool, the ethtool loopback test crashes: BUG: kernel NULL pointer dereference, address: 000000...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:38
  • Zuletzt bearbeitet 24.04.2026 19:15:42

In the Linux kernel, the following vulnerability has been resolved: x86/fred: Correct speculative safety in fred_extint() array_index_nospec() is no use if the result gets spilled to the stack, as it makes the believed safe-under-speculation value ...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2026 10:27:37
  • Zuletzt bearbeitet 24.04.2026 17:59:40

In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efi_free_boot_services() frees memory occupied by EFI_BOOT_SERVICES_CODE and EFI_BOOT_SERVICES_DATA using memblock_free_late(). Ther...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:36
  • Zuletzt bearbeitet 24.04.2026 18:05:34

In the Linux kernel, the following vulnerability has been resolved: drm/xe/queue: Call fini on exec queue creation fail Every call to queue init should have a corresponding fini call. Skipping this would mean skipping removal of the queue from GuC ...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2026 10:27:36
  • Zuletzt bearbeitet 24.04.2026 18:02:24

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time...