Debian

Debian 12 (bookworm)

12271 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloc_to_page() which panics since the address does not lie in the vmalloc region.

  • EPSS 0.86%
  • Veröffentlicht 17.05.2024 14:15:20
  • Zuletzt bearbeitet 07.04.2025 19:05:53

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...

  • EPSS 0.22%
  • Veröffentlicht 17.05.2024 14:15:20
  • Zuletzt bearbeitet 17.12.2025 19:22:58

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before i...

  • EPSS 0.22%
  • Veröffentlicht 17.05.2024 14:15:20
  • Zuletzt bearbeitet 19.09.2025 18:41:14

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix potential sta-link leak When a station is allocated, links are added but not set to valid yet (e.g. during connection to an AP MLD), we might remove the station...

  • EPSS 0.21%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 07.04.2025 19:06:07

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in lima_heap_alloc When lima_vm_map_bo fails, the resources need to be deallocated, or there will be memleaks.

  • EPSS 0.23%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 17.12.2025 19:23:18

In the Linux kernel, the following vulnerability has been resolved: media: tc358743: register v4l2 async device only after successful setup Ensure the device has been setup correctly before registering the v4l2 async device, thus allowing userspace...

  • EPSS 0.21%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 07.04.2025 19:06:00

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dma_alloc_coherent() is undone neither in the remove function, nor in the error handling path of fsl_qd...

  • EPSS 0.21%
  • Veröffentlicht 17.05.2024 14:15:18
  • Zuletzt bearbeitet 26.09.2025 16:23:26

In the Linux kernel, the following vulnerability has been resolved: misc: lis3lv02d_i2c: Fix regulators getting en-/dis-abled twice on suspend/resume When not configured for wakeup lis3lv02d_i2c_suspend() will call lis3lv02d_poweroff() even if the ...

  • EPSS 0.23%
  • Veröffentlicht 17.05.2024 14:15:18
  • Zuletzt bearbeitet 17.12.2025 19:23:38

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Fix handling of zero block length packets While connecting to a Linux host with CDC_NCM_NTB_DEF_SIZE_TX set to 65536, it has been observed that we receive short p...

  • EPSS 0.21%
  • Veröffentlicht 17.05.2024 14:15:18
  • Zuletzt bearbeitet 26.09.2025 16:07:22

In the Linux kernel, the following vulnerability has been resolved: block: Fix page refcounts for unaligned buffers in __bio_release_pages() Fix an incorrect number of pages being released for buffers that do not start at the beginning of a page.