Debian

Debian 12 (bookworm)

12271 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.22%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:18:28

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Confirm list is non-empty before utilizing list_first_entry in kfd_topology.c Before using list_first_entry, make sure to check that list is not empty, if list is empty...

  • EPSS 0.25%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 10.01.2025 17:43:16

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in of_parse_phandle_with_args_map In of_parse_phandle_with_args_map() the inner loop that iterates through the map entries calls of_node_put(new) to free the re...

  • EPSS 0.23%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:16:52

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing error checks to *_ctl_get() The *_ctl_get() functions which call scarlett2_update_*() were not checking the return value. Fix to check the return value...

  • EPSS 0.23%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 01.06.2026 17:16:24

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to wait on block writeback for post_read case If inode is compressed, but not encrypted, it missed to call f2fs_wait_on_block_writeback() to wait for GCed page writeback ...

  • EPSS 0.25%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 17.12.2025 03:43:50

In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpit_update_residency() there is a possibility of overflow in multiplication, if tsc_khz is large enough (> UINT_MAX/1000). Change...

  • EPSS 0.25%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 21.11.2024 08:40:21

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_event_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.22%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 25.09.2025 16:14:49

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dma_map_sg() calls Macro dma_map_sg() may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping ...

  • EPSS 0.24%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 07.04.2025 19:05:31

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() Ensure the value passed to scarlett2_mixer_ctl_put() is between 0 and SCARLETT2_MIXER_MAX_VALUE so we don't attempt to acc...

  • EPSS 0.27%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 21.11.2024 08:40:20

In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Add a null pointer check in update_events_in_group() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.23%
  • Veröffentlicht 17.05.2024 15:15:18
  • Zuletzt bearbeitet 25.09.2025 16:23:01

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The ar...