Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.21%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 01.10.2025 18:15:30

In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() During driver initialization, the pointer of card info, i.e. the variable 'ci' is required. However, the definition...

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

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix connection leak There's a potential leak issue under following execution sequence : smc_release smc_connect_work if (sk->sk_state == SMC_INIT) send_clc_conf...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2024 02:15:05
  • Zuletzt bearbeitet 08.11.2024 16:15:17

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6_mc_down() at most once There are two reasons for addrconf_notify() to be called with NETDEV_DOWN: either the network device is actually going down, o...

  • EPSS 0.21%
  • 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.23%
  • 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.22%
  • 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.21%
  • 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.22%
  • 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.23%
  • 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.21%
  • 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...