Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 23.09.2025 20:16:25

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure If cma_listen_on_all() fails it leaves the per-device ID still on the listen_list but the state is not set to RDMA_C...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 23.09.2025 20:17:04

In the Linux kernel, the following vulnerability has been resolved: hwmon: (mlxreg-fan) Return non-zero value when fan current state is enforced from sysfs Fan speed minimum can be enforced from sysfs. For example, setting current fan speed to 20 i...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 25.09.2025 15:36:57

In the Linux kernel, the following vulnerability has been resolved: mac80211: limit injected vht mcs/nss in ieee80211_parse_tx_radiotap Limit max values for vht mcs and nss in ieee80211_parse_tx_radiotap routine in order to fix the following warnin...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 25.09.2025 15:36:22

In the Linux kernel, the following vulnerability has been resolved: mac80211-hwsim: fix late beacon hrtimer handling Thomas explained in https://lore.kernel.org/r/87mtoeb4hb.ffs@tglx that our handling of the hrtimer here is wrong: If the timer fire...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 26.12.2024 17:57:10

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod plat_dev->dev->platform_data is released by platform_device_unregister(), use of pclk and hclk is a use-after-free. Since device unregister w...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 26.12.2024 17:57:35

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Fix potential VPE leak on error In its_vpe_irq_domain_alloc, when its_vpe_init() returns an error, there is an off-by-one in the number of VPEs to be freed. Fi...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 02.04.2025 14:53:06

In the Linux kernel, the following vulnerability has been resolved: blktrace: Fix uaf in blk_trace access after removing by sysfs There is an use-after-free problem triggered by following process: P1(sda) P2(sdb) echo 0 > /sys/block/sd...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 25.09.2025 15:50:04

In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc() Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the oversize check. When the allocation is larger than what km...

  • EPSS 1.17%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 02.04.2025 14:52:37

In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: destroy cm id before destroy qp to avoid use after free We should always destroy cm_id before destroy qp to avoid to get cma event after qp was destroyed, which may lead...

  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 23.12.2024 20:47:30

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd KASAN reports a use-after-free report when doing fuzz test: [693354.104835] ==================================...