Debian

Debian 13 (trixie)

13946 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.09%
  • Veröffentlicht 22.04.2026 14:16:46
  • Zuletzt bearbeitet 28.04.2026 13:05:08

In the Linux kernel, the following vulnerability has been resolved: spi: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock held, thus accessing ...

  • EPSS 0.14%
  • Veröffentlicht 22.04.2026 14:16:46
  • Zuletzt bearbeitet 10.07.2026 12:16:38

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not skip unrelated mode changes in DSC validation Starting with commit 17ce8a6907f7 ("drm/amd/display: Add dsc pre-validation in atomic check"), amdgpu resets t...

  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 14:16:46
  • Zuletzt bearbeitet 01.06.2026 17:16:47

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path meson_spicc_probe() registers the controller with devm_spi_register_controller(), so teardown already drops the controller reference...

  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 27.04.2026 23:17:03

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential deadlock in cpu hotplug with osnoise The following sequence may leads deadlock in cpu hotplug: task1 task2 task3 ----- ----- ...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 28.04.2026 13:46:21

In the Linux kernel, the following vulnerability has been resolved: s390/entry: Scrub r12 register on kernel entry Before commit f33f2d4c7c80 ("s390/bp: remove TIF_ISOLATE_BP"), all entry handlers loaded r12 with the current task pointer (lg %r12,_...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 28.04.2026 13:40:13

In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an array_index_nospec() boundary to pr...

  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 28.04.2026 13:12:24

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-lpspi: fix teardown order issue (UAF) There is a teardown order issue in the driver. The SPI controller is registered using devm_spi_register_controller(), which delay...

  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 14:16:44
  • Zuletzt bearbeitet 30.06.2026 03:18:25

In the Linux kernel, the following vulnerability has been resolved: can: isotp: fix tx.buf use-after-free in isotp_sendmsg() isotp_sendmsg() uses only cmpxchg() on so->tx.state to serialize access to so->tx.buf. isotp_release() waits for ISOTP_IDLE...

  • EPSS 0.5%
  • Veröffentlicht 22.04.2026 14:16:44
  • Zuletzt bearbeitet 01.06.2026 17:16:47

In the Linux kernel, the following vulnerability has been resolved: ksmbd: do not expire session on binding failure When a multichannel session binding request fails (e.g. wrong password), the error path unconditionally sets sess->state = SMB2_SESS...

  • EPSS 0.48%
  • Veröffentlicht 22.04.2026 14:16:44
  • Zuletzt bearbeitet 27.04.2026 23:24:22

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2_lock() smb2_lock() has three error handling issues after list_del() detaches smb_lock from lock_list at no_check_cl: 1) If vfs_lock_...