Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.12%
  • Veröffentlicht 31.01.2026 11:39:04
  • Zuletzt bearbeitet 25.03.2026 15:56:02

In the Linux kernel, the following vulnerability has been resolved: net: 3com: 3c59x: fix possible null dereference in vortex_probe1() pdev can be null and free_ring: can be called in 1297 with a null pdev.

  • EPSS 0.12%
  • Veröffentlicht 31.01.2026 11:39:03
  • Zuletzt bearbeitet 25.03.2026 15:55:44

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix NULL dereference on devlink_alloc() failure devlink_alloc() may return NULL on allocation failure, but prestera_devlink_alloc() unconditionally calls de...

  • EPSS 0.12%
  • Veröffentlicht 31.01.2026 11:38:57
  • Zuletzt bearbeitet 25.03.2026 18:55:11

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix NULL dereference on root when tracing inode eviction When evicting an inode the first thing we do is to setup tracing for it, which implies fetching the root's id. But i...

  • EPSS 0.16%
  • Veröffentlicht 31.01.2026 11:38:56
  • Zuletzt bearbeitet 25.03.2026 19:16:17

In the Linux kernel, the following vulnerability has been resolved: btrfs: always detect conflicting inodes when logging inode refs After rename exchanging (either with the rename exchange operation or regular renames in multiple non-atomic steps) ...

  • EPSS 0.16%
  • Veröffentlicht 31.01.2026 11:38:55
  • Zuletzt bearbeitet 25.03.2026 19:41:58

In the Linux kernel, the following vulnerability has been resolved: can: j1939: make j1939_session_activate() fail if device is no longer registered syzbot is still reporting unregister_netdevice: waiting for vcan0 to become free. Usage count = ...

  • EPSS 0.19%
  • Veröffentlicht 25.01.2026 14:36:24
  • Zuletzt bearbeitet 25.03.2026 19:51:11

In the Linux kernel, the following vulnerability has been resolved: ipv4: ip_gre: make ipgre_header() robust Analog to commit db5b4e39c4e6 ("ip6_gre: make ip6gre_header() robust") Over the years, syzbot found many ways to crash the kernel in ipgre...

  • EPSS 0.12%
  • Veröffentlicht 25.01.2026 14:36:18
  • Zuletzt bearbeitet 27.04.2026 14:16:29

In the Linux kernel, the following vulnerability has been resolved: dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list() syzbot was able to crash the kernel in rt6_uncached_list_flush_dev() in an interesting way [1] Crash happens i...

  • EPSS 0.47%
  • Veröffentlicht 25.01.2026 14:36:17
  • Zuletzt bearbeitet 27.04.2026 14:16:29

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv() Blamed commit did not take care of VLAN encapsulations as spotted by syzbot [1]. Use skb_vlan_inet_prepare() instead of ...

  • EPSS 0.19%
  • Veröffentlicht 25.01.2026 14:36:15
  • Zuletzt bearbeitet 27.04.2026 14:16:28

In the Linux kernel, the following vulnerability has been resolved: macvlan: fix possible UAF in macvlan_forward_source() Add RCU protection on (struct macvlan_source_entry)->vlan. Whenever macvlan_hash_del_source() is called, we must clear entry-...

  • EPSS 0.2%
  • Veröffentlicht 25.01.2026 14:36:13
  • Zuletzt bearbeitet 27.04.2026 14:16:28

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_qfq: do not free existing class in qfq_change_class() Fixes qfq_change_class() error case. cl->qdisc and cl should only be freed if a new class and qdisc were alloc...