Debian

Debian 13 (trixie)

13947 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.15%
  • Veröffentlicht 07.10.2025 15:21:27
  • Zuletzt bearbeitet 26.02.2026 23:14:36

In the Linux kernel, the following vulnerability has been resolved: nvme-core: fix dev_pm_qos memleak Call dev_pm_qos_hide_latency_tolerance() in the error unwind patch to avoid following kmemleak:- blktests (master) # kmemleak-clear; ./check nvme...

  • EPSS 0.14%
  • Veröffentlicht 07.10.2025 15:21:26
  • Zuletzt bearbeitet 26.02.2026 23:14:30

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix deadloop issue on reading trace_pipe Soft lockup occurs when reading file 'trace_pipe': watchdog: BUG: soft lockup - CPU#6 stuck for 22s! [cat:4488] [...] R...

  • EPSS 0.14%
  • Veröffentlicht 07.10.2025 15:21:26
  • Zuletzt bearbeitet 26.02.2026 23:14:23

In the Linux kernel, the following vulnerability has been resolved: tcp: fix skb_copy_ubufs() vs BIG TCP David Ahern reported crashes in skb_copy_ubufs() caused by TCP tx zerocopy using hugepages, and skb length bigger than ~68 KB. skb_copy_ubufs(...

  • EPSS 0.14%
  • Veröffentlicht 07.10.2025 15:21:25
  • Zuletzt bearbeitet 26.02.2026 23:13:24

In the Linux kernel, the following vulnerability has been resolved: net: cdc_ncm: Deal with too low values of dwNtbOutMaxSize Currently in cdc_ncm_check_tx_max(), if dwNtbOutMaxSize is lower than the calculated "min" value, but greater than zero, t...

  • EPSS 0.14%
  • Veröffentlicht 07.10.2025 15:21:24
  • Zuletzt bearbeitet 26.02.2026 23:13:19

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd938x: fix missing mbhc init error handling MBHC initialisation can fail so add the missing error handling to avoid dereferencing an error pointer when later config...

  • EPSS 0.12%
  • Veröffentlicht 07.10.2025 15:21:23
  • Zuletzt bearbeitet 26.02.2026 23:13:05

In the Linux kernel, the following vulnerability has been resolved: OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate() "opp" pointer is dereferenced before the IS_ERR_OR_NULL() check. Fix it by removing the dereference to c...

  • EPSS 0.12%
  • Veröffentlicht 07.10.2025 15:21:23
  • Zuletzt bearbeitet 26.02.2026 23:13:15

In the Linux kernel, the following vulnerability has been resolved: md: don't dereference mddev after export_rdev() Except for initial reference, mddev->kobject is referenced by rdev->kobject, and if the last rdev is freed, there is no guarantee th...

  • EPSS 0.13%
  • Veröffentlicht 07.10.2025 15:21:22
  • Zuletzt bearbeitet 26.02.2026 23:13:09

In the Linux kernel, the following vulnerability has been resolved: KVM: nSVM: Check instead of asserting on nested TSC scaling support Check for nested TSC scaling support on nested SVM VMRUN instead of asserting that TSC scaling is exposed to L1 ...

  • EPSS 0.15%
  • Veröffentlicht 07.10.2025 15:21:21
  • Zuletzt bearbeitet 06.02.2026 17:16:13

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} If the filename casefolding fails, we'll be leaking memory from the fscrypt_name struct, namely from the 'crypt...

  • EPSS 0.15%
  • Veröffentlicht 07.10.2025 15:21:20
  • Zuletzt bearbeitet 26.02.2026 23:12:59

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptr_ring The following warning was reported when running xdp_redirect_cpu with both skb-mode and stress-mode enabled: ------------[...