Debian

Debian 12 (bookworm)

11230 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 03.09.2025 13:01:15
  • Zuletzt bearbeitet 06.12.2025 22:15:51

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: reject duplicate device on updates A chain/flowtable update with duplicated devices in the same batch is possible. Unfortunately, netdev event path only remov...

  • EPSS 0.02%
  • Veröffentlicht 30.08.2025 09:19:02
  • Zuletzt bearbeitet 12.05.2026 13:16:53

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-boundary access in dnode page As Jiaming Zhang reported: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x1c1/0x2a0 lib/dump_stack.c:...

  • EPSS 0.02%
  • Veröffentlicht 28.08.2025 10:15:31
  • Zuletzt bearbeitet 12.05.2026 13:16:27

In the Linux kernel, the following vulnerability has been resolved: tls: separate no-async decryption request handling from async If we're not doing async, the handling is much simpler. There's no reference counting, we just need to wait for the co...

  • EPSS 0.03%
  • Veröffentlicht 26.08.2025 13:15:32
  • Zuletzt bearbeitet 12.05.2026 13:16:52

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Avoid stack buffer overflow from kernel cmdline While the kernel command line is considered trusted in most environments, avoid writing 1 byte past the end of "acpiid" i...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2025 16:03:02
  • Zuletzt bearbeitet 08.01.2026 22:30:42

In the Linux kernel, the following vulnerability has been resolved: i2c: qup: jump out of the loop in case of timeout Original logic only sets the return value but doesn't jump out of the loop if the bus is kept active by a client. This is not expe...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2025 16:03:01
  • Zuletzt bearbeitet 12.05.2026 13:16:52

In the Linux kernel, the following vulnerability has been resolved: arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() `cpu_switch_to()` and `call_on_irq_stack()` manipulate SP to change to different stacks along with the Shadow Call St...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2025 16:02:59
  • Zuletzt bearbeitet 08.01.2026 22:30:50

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix NULL dereference on unbind due to stale coupling data Failing to reset coupling_desc.n_coupled after freeing coupled_rdevs can lead to NULL pointer dereference...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2025 16:02:58
  • Zuletzt bearbeitet 07.01.2026 17:31:53

In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix use-after-free in AARP proxy probe The AARP proxy‐probe routine (aarp_proxy_probe_network) sends a probe, releases the aarp_lock, sleeps, then re-acquires the l...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2025 16:02:57
  • Zuletzt bearbeitet 07.01.2026 17:32:07

In the Linux kernel, the following vulnerability has been resolved: can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode Andrei Lalaev reported a NULL pointer deref when a CAN device is restarted from Bus Off and t...

  • EPSS 0.03%
  • Veröffentlicht 22.08.2025 16:02:56
  • Zuletzt bearbeitet 07.01.2026 17:32:42

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Add check for the return value of devm_kmemdup() to prevent potential null pointer dereference.