Debian

Debian 11 (bullseye)

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 29.04.2025 19:42:29

In the Linux kernel, the following vulnerability has been resolved: phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init() Use clk_disable_unprepare() in the error path of mtk_phy_init() to fix some resource leaks.

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 30.12.2024 19:06:05

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ec_bhf_remove static void ec_bhf_remove(struct pci_dev *dev) { ... struct ec_bhf_priv *priv = netdev_priv(net_dev); unregister_net...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 29.04.2025 19:44:19

In the Linux kernel, the following vulnerability has been resolved: net: cdc_eem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eem_tx_fixup(), if skb_copy_expand() failed, it return NULL, usbnet_start_xmit() will have no chance...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 30.12.2024 19:05:28

In the Linux kernel, the following vulnerability has been resolved: net: hamradio: fix memory leak in mkiss_close My local syzbot instance hit memory leak in mkiss_open()[1]. The problem was in missing free_netdev() in mkiss_close(). In mkiss_open...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 11.12.2024 16:37:00

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: avoid a use-after-free when BO init fails nouveau_bo_init() is backed by ttm_bo_init() and ferries its return code back to the caller. On failures, ttm_bo_init() invok...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 29.04.2025 19:07:02

In the Linux kernel, the following vulnerability has been resolved: mm/slub: actually fix freelist pointer vs redzoning It turns out that SLUB redzoning ("slub_debug=Z") checks from s->object_size rather than from s->inuse (which is normally bumped...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 29.04.2025 19:13:04

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst refcnt when egressing The egress tunnel code uses dst_clone() and directly sets the result which is wrong because the entry might have 0 refcnt or ...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 03.02.2025 16:11:14

In the Linux kernel, the following vulnerability has been resolved: net: bridge: fix vlan tunnel dst null pointer dereference This patch fixes a tunnel_dst null pointer dereference due to lockless access in the tunnel egress path. When deleting a v...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 04.04.2025 14:32:24

In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: Make sure to free skb when it is completely used With the skb pointer piggy-backed on the TX BD, we have a simple and efficient way to free the skb buffer when the f...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 29.04.2025 19:26:36

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Invalidate FPU state after a failed XRSTOR from a user buffer Both Intel and AMD consider it to be architecturally valid for XRSTOR to fail with #PF but nonetheless change...