Debian

Debian 14 (forky)

13682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:46:01
  • Zuletzt bearbeitet 04.12.2025 15:31:07

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN wh...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:59
  • Zuletzt bearbeitet 04.12.2025 15:31:23

In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in init_mtd() I got the error report while inject fault in init_mtd(): sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' C...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:58
  • Zuletzt bearbeitet 04.12.2025 15:31:34

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfd_process_device_init_vm returns failure after vm is converted to compute vm and vm->pasid set to compute pasid, KFD will not take...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:57
  • Zuletzt bearbeitet 04.12.2025 15:32:33

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1) The "len" variable needs to be checked before the very first write. Otherwise if omap2_iommu_dump_ctx()...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:55
  • Zuletzt bearbeitet 04.12.2025 15:33:30

In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total characters in the constituent block device names plus the slashes exceeds 200. snprint...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:55
  • Zuletzt bearbeitet 04.12.2025 15:33:20

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in read_one_chunk Store the error code before freeing the extent_map. Though it's reference counted structure, in ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:54
  • Zuletzt bearbeitet 04.12.2025 15:33:39

In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd: cleanup in probe error path Add proper error path in probe() to cleanup resources previously acquired/allocated to fix warnings visible during probe deferral: ...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:45:52
  • Zuletzt bearbeitet 04.12.2025 15:34:09

In the Linux kernel, the following vulnerability has been resolved: UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS is selected, cpu_max_bits_warn() generates a runtime warning simil...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:51
  • Zuletzt bearbeitet 04.12.2025 18:52:56

In the Linux kernel, the following vulnerability has been resolved: io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd() Syzkaller produced the below call trace: BUG: KASAN: null-ptr-deref in io_msg_ring+0x3cb/0x9f0 Write of size ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:45:50
  • Zuletzt bearbeitet 03.12.2025 19:27:08

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbs_init_adapter() When kfifo_alloc() failed in lbs_init_adapter(), cmd buffer is not released. Add free memory to processing error path.