Debian

Debian 13 (trixie)

13181 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.1%
  • Veröffentlicht 18.06.2025 11:00:56
  • Zuletzt bearbeitet 14.11.2025 18:11:32

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix possible memory leak in btrfs_get_dev_args_from_path() In btrfs_get_dev_args_from_path(), btrfs_get_bdev_and_sb() can fail if the path is invalid. In this case, btrfs_ge...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:00:55
  • Zuletzt bearbeitet 14.11.2025 18:11:42

In the Linux kernel, the following vulnerability has been resolved: writeback: avoid use-after-free after removing device When a disk is removed, bdi_unregister gets called to stop further writeback and wait for associated delayed work to complete....

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:00:54
  • Zuletzt bearbeitet 14.11.2025 18:11:52

In the Linux kernel, the following vulnerability has been resolved: bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem The vmemmap pages is marked by kmemleak when allocated from memblock. Remove it from kmemleak when freeing the ...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:00:53
  • Zuletzt bearbeitet 14.11.2025 18:12:08

In the Linux kernel, the following vulnerability has been resolved: loop: Check for overflow while configuring loop The userspace can configure a loop using an ioctl call, wherein a configuration of type loop_config is passed (see lo_ioctl()'s case...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:52
  • Zuletzt bearbeitet 14.11.2025 18:12:21

In the Linux kernel, the following vulnerability has been resolved: mm/mprotect: only reference swap pfn page if type match Yu Zhao reported a bug after the commit "mm/swap: Add swp_offset_pfn() to fetch PFN from swap entry" added a check in swp_of...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:00:51
  • Zuletzt bearbeitet 14.11.2025 18:12:44

In the Linux kernel, the following vulnerability has been resolved: s390: fix double free of GS and RI CBs on fork() failure The pointers for guarded storage and runtime instrumentation control blocks are stored in the thread_struct of the associat...

  • EPSS 0.05%
  • Veröffentlicht 18.06.2025 11:00:51
  • Zuletzt bearbeitet 14.11.2025 18:12:31

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte In MCOPY_ATOMIC_CONTINUE case with a non-shared VMA, pages in the page cache are installed in the ptes. But ...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:50
  • Zuletzt bearbeitet 14.11.2025 18:12:59

In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: fix error exit of privcmd_ioctl_dm_op() The error exit of privcmd_ioctl_dm_op() is calling unlock_pages() potentially with pages being NULL, leading to a NULL derefere...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:00:48
  • Zuletzt bearbeitet 14.11.2025 18:13:10

In the Linux kernel, the following vulnerability has been resolved: md: call __md_stop_writes in md_stop From the link [1], we can see raid1d was running even after the path raid_dtr -> md_stop -> __md_stop. Let's stop write first in destructor to...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:47
  • Zuletzt bearbeitet 14.11.2025 18:14:04

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't use tnum_range on array range checking for poke descriptors Hsin-Wei reported a KASAN splat triggered by their BPF runtime fuzzer which is based on a customized syzkalle...