Debian

Debian 13 (trixie)

13183 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 12.09.2024 13:24:58

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_queue: fix possible use-after-free Eric Dumazet says: The sock_hold() side seems suspect, because there is no guarantee that sk_refcnt is not already 0. On failu...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 27.08.2024 16:12:47

In the Linux kernel, the following vulnerability has been resolved: netfilter: fix use-after-free in __nf_register_net_hook() We must not dereference @new_hooks after nf_hook_mutex has been released, because other threads might have freed our alloc...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 27.08.2024 16:12:58

In the Linux kernel, the following vulnerability has been resolved: blktrace: fix use after free for struct blk_trace When tracing the whole disk, 'dropped' and 'msg' will be created under 'q->debugfs_dir' and 'bt->dir' is NULL, thus blk_trace_free...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 12.09.2024 13:27:34

In the Linux kernel, the following vulnerability has been resolved: xen/netfront: destroy queues before real_num_tx_queues is zeroed xennet_destroy_queues() relies on info->netdev->real_num_tx_queues to delete queues. Since d7dac083414eb5bb99a6d2ed...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 27.08.2024 16:07:09

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix TZ_GET_TRIP NULL pointer dereference Do not call get_trip_hyst() from thermal_genl_cmd_tz_get_trip() if the thermal zone does not define one.

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 12.09.2024 13:11:36

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix double list_add when enabling VMD in scalable mode When enabling VMD and IOMMU scalable mode, the following kernel panic call trace/kernel log is shown in Eagle Str...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 27.08.2024 16:07:19

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mvm: check debugfs_dir ptr before use When "debugfs=off" is used on the kernel command line, iwiwifi's mvm module uses an invalid/unchecked debugfs_dir pointer and causes ...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 23.12.2025 14:16:02

In the Linux kernel, the following vulnerability has been resolved: cifs: fix double free race when mount fails in cifs_get_root() When cifs_get_root() fails during cifs_smb3_do_mount() we call deactivate_locked_super() which eventually will call d...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2024 02:15:04
  • Zuletzt bearbeitet 11.09.2024 16:43:41

In the Linux kernel, the following vulnerability has been resolved: spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op() In zynq_qspi_exec_mem_op(), kzalloc() is directly used in memset(), which could lead to a NULL pointer...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2024 02:15:04
  • Zuletzt bearbeitet 12.09.2024 14:05:35

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not start relocation until in progress drops are done We hit a bug with a recovering relocation on mount for one of our file systems in production. I reproduced this loc...