Debian

Debian 14 (forky)

15407 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.23%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:44

In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Handle err return when savagefb_check_var failed The commit 04e5eac8f3ab("fbdev: savage: Error out if pixclock equals zero") checks the value of pixclock to avoid di...

  • EPSS 0.18%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:44

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d() wait for itself to clear MD_SB_CHANGE_PENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root...

  • EPSS 0.18%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:45

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: do not call vma_add_reservation upon ENOMEM sysbot reported a splat [1] on __unmap_hugepage_range(). This is because vma_needs_reservation() can return -ENOMEM if allo...

  • EPSS 0.18%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:45

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent oper...

  • EPSS 0.22%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 30.05.2025 19:31:18

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata (on which hwmon depends) are device managed resources, the expectation, on device unbind, is that hwmon will be re...

  • EPSS 0.26%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:46

In the Linux kernel, the following vulnerability has been resolved: kdb: Fix buffer overflow during tab-complete Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy() to insert the completed symbol into the co...

  • EPSS 0.21%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:46

In the Linux kernel, the following vulnerability has been resolved: media: mc: Fix graph walk in media_pipeline_start The graph walk tries to follow all links, even if they are not between pads. This causes a crash with, e.g. a MEDIA_LNK_FL_ANCILLA...

  • EPSS 0.23%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:56

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btree_iter btree_iter is used in two ways: either allocated on the stack with a fixed size MAX_BSETS, or from a mempool with a dynamic si...

  • EPSS 0.21%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 21.11.2024 09:27:47

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if ...

  • EPSS 0.23%
  • Veröffentlicht 05.07.2024 07:15:10
  • Zuletzt bearbeitet 03.11.2025 22:17:04

In the Linux kernel, the following vulnerability has been resolved: mmc: davinci: Don't strip remove function when driver is builtin Using __exit for the remove function results in the remove callback being discarded with CONFIG_MMC_DAVINCI=y. When...