Debian

Debian 12 (bookworm)

12088 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 19:15:04
  • Zuletzt bearbeitet 12.05.2026 13:16:15

In the Linux kernel, the following vulnerability has been resolved: ext4: dax: fix overflowing extents beyond inode size when partially writing The dax_iomap_rw() does two things in each iteration: map written blocks and copy user data to blocks. I...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:20
  • Zuletzt bearbeitet 03.11.2025 23:16:38

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc() In mlx5e_tir_builder_alloc() kvzalloc() may return NULL which is dereferenced on the next line in a reference to the modify f...

  • EPSS 0.32%
  • Veröffentlicht 21.10.2024 18:15:20
  • Zuletzt bearbeitet 12.05.2026 12:17:19

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:20
  • Zuletzt bearbeitet 03.11.2025 23:16:39

In the Linux kernel, the following vulnerability has been resolved: static_call: Handle module init failure correctly in static_call_del_module() Module insertion invokes static_call_add_module() to initialize the static calls in a module. static_c...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 15.06.2026 18:25:56

In the Linux kernel, the following vulnerability has been resolved: platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors x86_android_tablet_remove() frees the pdevs[] array, so it should not be used after calli...

  • EPSS 0.23%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 28.10.2024 16:38:50

In the Linux kernel, the following vulnerability has been resolved: ksmbd: add refcnt to ksmbd_conn struct When sending an oplock break request, opinfo->conn is used, But freed ->conn can be used on multichannel. This patch add a reference count to...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 15.06.2026 18:25:09

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix double free issue during amdgpu module unload Flexible endpoints use DIGs from available inflexible endpoints, so only the encoders of inflexible links need to...

  • EPSS 0.28%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 15.06.2026 18:24:17

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer Pass pointer reference to amdgpu_bo_unref to clear the correct pointer, otherwise amdgpu_bo_unref clear the local variable...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 03.11.2025 23:16:37

In the Linux kernel, the following vulnerability has been resolved: drm/stm: Avoid use-after-free issues with crtc and plane ltdc_load() calls functions drm_crtc_init_with_planes(), drm_universal_plane_init() and drm_encoder_init(). These functions...

  • EPSS 0.24%
  • Veröffentlicht 21.10.2024 18:15:19
  • Zuletzt bearbeitet 14.07.2026 13:17:10

In the Linux kernel, the following vulnerability has been resolved: block: fix integer overflow in BLKSECDISCARD I independently rediscovered commit 22d24a544b0d49bbcbd61c8c0eaf77d3c9297155 block: fix overflow in blk_ioctl_discard() but for sec...