Debian

Debian 14 (forky)

15391 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.21%
  • Veröffentlicht 09.10.2024 14:15:07
  • Zuletzt bearbeitet 23.10.2024 16:14:46

In the Linux kernel, the following vulnerability has been resolved: crypto: stm32/cryp - call finalize with bh disabled The finalize operation in interrupt mode produce a produces a spinlock recursion warning. The reason is the fact that BH must be...

  • EPSS 0.84%
  • Veröffentlicht 09.10.2024 14:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:13

In the Linux kernel, the following vulnerability has been resolved: smack: tcp: ipv4, fix incorrect labeling Currently, Smack mirrors the label of incoming tcp/ipv4 connections: when a label 'foo' connects to a label 'bar' with tcp/ipv4, 'foo' alwa...

  • EPSS 0.16%
  • Veröffentlicht 09.10.2024 14:15:07
  • Zuletzt bearbeitet 12.05.2026 12:17:12

In the Linux kernel, the following vulnerability has been resolved: fsnotify: clear PARENT_WATCHED flags lazily In some setups directories can have many (usually negative) dentries. Hence __fsnotify_update_child_dentry_flags() function can take a s...

  • EPSS 0.21%
  • Veröffentlicht 30.09.2024 16:15:09
  • Zuletzt bearbeitet 13.11.2024 14:15:16

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel_pcie: Allocate memory for driver private data Fix driver not allocating memory for struct btintel_data which is used to store internal data.

  • EPSS 0.14%
  • Veröffentlicht 27.09.2024 13:15:18
  • Zuletzt bearbeitet 01.10.2024 17:09:12

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire() If the __qcuefi pointer is not set, then in the original code, we would hold onto the lock. That means that if we trie...

  • EPSS 0.24%
  • Veröffentlicht 27.09.2024 13:15:17
  • Zuletzt bearbeitet 12.05.2026 12:17:12

In the Linux kernel, the following vulnerability has been resolved: net: dpaa: Pad packets to ETH_ZLEN When sending packets under 60 bytes, up to three bytes of the buffer following the data may be leaked. Avoid this by extending all packets to ETH...

  • EPSS 0.22%
  • Veröffentlicht 27.09.2024 13:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:09

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_socket: fix sk refcount leaks We must put 'sk' reference before returning.

  • EPSS 0.18%
  • Veröffentlicht 27.09.2024 13:15:17
  • Zuletzt bearbeitet 01.10.2024 16:04:54

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83822: Fix NULL pointer dereference on DP83825 devices The probe() function is only used for DP83822 and DP83826 PHY, leaving the private data pointer uninitialized for...

  • EPSS 0.21%
  • Veröffentlicht 27.09.2024 13:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:10

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix bridge mode operations when there are no VFs Currently, trying to set the bridge mode attribute when numvfs=0 leads to a crash: bridge link set dev eth2 hwmode vepa ...

  • EPSS 0.26%
  • Veröffentlicht 27.09.2024 13:15:17
  • Zuletzt bearbeitet 24.12.2025 14:15:46

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: Fix uaf in __timer_delete_sync There are two paths to access mptcp_pm_del_add_timer, result in a race condition: CPU1 CPU2 ==== ...