Debian

Debian 13 (trixie)

14325 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.14%
  • Veröffentlicht 19.11.2024 02:16:31
  • Zuletzt bearbeitet 01.10.2025 21:16:19

In the Linux kernel, the following vulnerability has been resolved: net: xilinx: axienet: Enqueue Tx packets in dql before dmaengine starts Enqueue packets in dql after dma engine starts causes race condition. Tx transfer starts once dma engine is ...

  • EPSS 0.22%
  • Veröffentlicht 19.11.2024 02:16:31
  • Zuletzt bearbeitet 14.07.2026 13:17:11

In the Linux kernel, the following vulnerability has been resolved: net: enetc: allocate vf_state during PF probes In the previous implementation, vf_state is allocated memory only when VF is enabled. However, net_device_ops::ndo_set_vf_mac() may b...

  • EPSS 0.19%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 01.10.2025 21:16:16

In the Linux kernel, the following vulnerability has been resolved: dm: fix a crash if blk_alloc_disk fails If blk_alloc_disk fails, the variable md->disk is set to an error value. cleanup_mapped_device will see that md->disk is non-NULL and it wil...

  • EPSS 0.26%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 03.11.2025 23:17:09

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix potential out-of-bounds access on the first resume Out-of-bounds access occurs if the fast device is expanded unexpectedly before the first-time resume of the cache t...

  • EPSS 0.26%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 03.11.2025 23:17:10

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix out-of-bounds access to the dirty bitset when resizing dm-cache checks the dirty bits of the cache blocks to be dropped when shrinking the fast device, but an index b...

  • EPSS 0.25%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 03.11.2025 23:17:10

In the Linux kernel, the following vulnerability has been resolved: dm cache: fix flushing uninitialized delayed_work on cache_ctr error An unexpected WARN_ON from flush_work() may occur when cache creation fails, caused by destroying the uninitial...

  • EPSS 0.17%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 01.10.2025 21:16:16

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operation When sealing or unsealing a key blob we currently do not wait for the AEAD cipher operation to finish and simply r...

  • EPSS 0.27%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 03.11.2025 23:17:10

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() Avoid a possible buffer overflow if size is larger than 4K. (cherry picked from commit f5d873f5825b40d886d03bd2...

  • EPSS 0.24%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 03.11.2025 23:17:10

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-use-after-free in smb3_preauth_hash_rsp ksmbd_user_session_put should be called under smb3_preauth_hash_rsp(). It will avoid freeing session before calling smb3_pre...

  • EPSS 0.23%
  • Veröffentlicht 19.11.2024 02:16:30
  • Zuletzt bearbeitet 03.11.2025 23:17:11

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix the missing xa_store error check xa_store() can fail, it return xa_err(-EINVAL) if the entry cannot be stored in an XArray, or xa_err(-ENOMEM) if memory allocation faile...