Debian

Debian 13 (trixie)

13946 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:38
  • Zuletzt bearbeitet 11.06.2026 03:01:42

In the Linux kernel, the following vulnerability has been resolved: sound: ua101: fix division by zero at probe Add a missing sanity check for bNrChannels in detect_usb_format() to prevent a division by zero in playback_urb_complete() and capture_u...

  • EPSS 0.11%
  • Veröffentlicht 28.05.2026 09:36:34
  • Zuletzt bearbeitet 08.07.2026 13:16:48

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event() Sashiko points out the radix_tree itself is RCU safe, but nothing ever frees the mlx4_srq struct with RCU, and it isn't even acces...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:36:33
  • Zuletzt bearbeitet 11.06.2026 03:00:06

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Don't allow pointer operations on unconfigured streams When reporting the pointer for a compressed stream we report the current I/O frame position by dividing the positi...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:36:33
  • Zuletzt bearbeitet 11.06.2026 03:00:18

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task Watchdog task might end between send_sig() and kthread_stop() calls, what results in the use-after-fr...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:32
  • Zuletzt bearbeitet 11.06.2026 02:59:53

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq() Sashiko points out that mlx4_srq_alloc() was not undone during error unwind, add the missing call to mlx4_srq_free().

  • EPSS 0.5%
  • Veröffentlicht 28.05.2026 09:36:31
  • Zuletzt bearbeitet 10.06.2026 21:14:53

In the Linux kernel, the following vulnerability has been resolved: ipmi: Add limits to event and receive message requests The driver would just fetch events and receive messages until the BMC said it was done. To avoid issues with BMCs that never...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:36:30
  • Zuletzt bearbeitet 02.07.2026 12:17:26

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() mlx5_ib_dev_res_srq_init() allocates two SRQs, s0 and s1. When ib_create_srq() fails for s1, the error branch d...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:36:29
  • Zuletzt bearbeitet 10.06.2026 21:15:02

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix fsck inconsistency caused by FGGC of node block During FGGC node block migration, fsck may incorrectly treat the migrated node block as fsync-written data. The reproduct...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:28
  • Zuletzt bearbeitet 10.06.2026 21:08:59

In the Linux kernel, the following vulnerability has been resolved: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache Make sure resources are not improperly shared in the op cache and cause instruction corruption this w...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:27
  • Zuletzt bearbeitet 10.06.2026 21:11:30

In the Linux kernel, the following vulnerability has been resolved: exit: prevent preemption of oopsing TASK_DEAD task When an already-exiting task oopses, make_task_dead() currently calls do_task_dead() with preemption enabled. That is forbidden:...