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 14.02.2026 16:15:54
  • Zuletzt bearbeitet 17.03.2026 21:13:01

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_uart: fix null-ptr-deref in hci_uart_write_work hci_uart_set_proto() sets HCI_UART_PROTO_INIT before calling hci_uart_register_dev(), which calls proto->open() to in...

  • EPSS 0.12%
  • Veröffentlicht 14.02.2026 15:36:10
  • Zuletzt bearbeitet 17.03.2026 21:13:17

In the Linux kernel, the following vulnerability has been resolved: ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref The error branch for ext4_xattr_inode_update_ref forget to release the refcount for iloc.bh. Find this when review code.

  • EPSS 0.12%
  • Veröffentlicht 14.02.2026 15:36:07
  • Zuletzt bearbeitet 01.06.2026 17:16:44

In the Linux kernel, the following vulnerability has been resolved: btrfs: send: check for inline extents in range_is_hole_in_parent() Before accessing the disk_bytenr field of a file extent item we need to check if we are dealing with an inline ex...

  • EPSS 0.11%
  • Veröffentlicht 14.02.2026 15:36:06
  • Zuletzt bearbeitet 17.03.2026 21:16:48

In the Linux kernel, the following vulnerability has been resolved: iommu/sva: invalidate stale IOTLB entries for kernel address space Introduce a new IOMMU interface to flush IOTLB paging cache entries for the CPU kernel address space. This inter...

  • EPSS 0.12%
  • Veröffentlicht 14.02.2026 15:22:23
  • Zuletzt bearbeitet 25.03.2026 11:16:19

In the Linux kernel, the following vulnerability has been resolved: tracing: Add recursion protection in kernel stack trace recording A bug was reported about an infinite recursion caused by tracing the rcu events with the kernel stack trace trigge...

  • EPSS 0.11%
  • Veröffentlicht 14.02.2026 15:22:22
  • Zuletzt bearbeitet 17.03.2026 21:15:45

In the Linux kernel, the following vulnerability has been resolved: of: unittest: Fix memory leak in unittest_data_add() In unittest_data_add(), if of_resolve_phandles() fails, the allocated unittest_data is not freed, leading to a memory leak. Fi...

  • EPSS 0.11%
  • Veröffentlicht 14.02.2026 15:16:07
  • Zuletzt bearbeitet 18.03.2026 13:39:51

In the Linux kernel, the following vulnerability has been resolved: bonding: provide a net pointer to __skb_flow_dissect() After 3cbf4ffba5ee ("net: plumb network namespace into __skb_flow_dissect") we have to provide a net pointer to __skb_flow_di...

  • EPSS 0.11%
  • Veröffentlicht 14.02.2026 15:16:07
  • Zuletzt bearbeitet 18.03.2026 13:39:35

In the Linux kernel, the following vulnerability has been resolved: l2tp: avoid one data-race in l2tp_tunnel_del_work() We should read sk->sk_socket only when dealing with kernel sockets. syzbot reported the following data-race: BUG: KCSAN: data-...

  • EPSS 0.12%
  • Veröffentlicht 14.02.2026 15:16:07
  • Zuletzt bearbeitet 18.03.2026 13:39:23

In the Linux kernel, the following vulnerability has been resolved: mISDN: annotate data-race around dev->work dev->work can re read locklessly in mISDN_read() and mISDN_poll(). Add READ_ONCE()/WRITE_ONCE() annotations. BUG: KCSAN: data-race in mI...

  • EPSS 0.11%
  • Veröffentlicht 14.02.2026 15:16:07
  • Zuletzt bearbeitet 18.03.2026 14:50:20

In the Linux kernel, the following vulnerability has been resolved: sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT A null-ptr-deref was reported in the SCTP transmit path when SCTP-AUTH key initialization fails: =================...