Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.16%
  • Veröffentlicht 23.04.2026 11:12:44
  • Zuletzt bearbeitet 28.04.2026 17:38:49

In the Linux kernel, the following vulnerability has been resolved: ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop() When querying a nexthop object via RTM_GETNEXTHOP, the kernel currently allocates a fixed-size skb using NLMSG_GOODSIZE...

  • EPSS 0.12%
  • Veröffentlicht 23.04.2026 11:12:44
  • Zuletzt bearbeitet 01.06.2026 17:16:48

In the Linux kernel, the following vulnerability has been resolved: can: raw: fix ro->uniq use-after-free in raw_rcv() raw_release() unregisters raw CAN receive filters via can_rx_unregister(), but receiver deletion is deferred with call_rcu(). Thi...

  • EPSS 0.09%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:09:51

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: ensure we're polling a polled queue A user can change the polled queue count at run time. There's a brief window during a reset where a hipri task may try to poll that qu...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 28.04.2026 18:07:48

In the Linux kernel, the following vulnerability has been resolved: HID: asus: avoid memory leak in asus_report_fixup() The asus_report_fixup() function was returning a newly allocated kmemdup()-allocated buffer, but never freeing it. Switch to de...

  • EPSS 0.13%
  • Veröffentlicht 22.04.2026 14:16:52
  • Zuletzt bearbeitet 01.06.2026 17:16:47

In the Linux kernel, the following vulnerability has been resolved: driver core: platform: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock hel...

  • EPSS 0.1%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 16:30:40

In the Linux kernel, the following vulnerability has been resolved: xfrm: prevent policy_hthresh.work from racing with netns teardown A XFRM_MSG_NEWSPDINFO request can queue the per-net work item policy_hthresh.work onto the system workqueue. The ...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 17:25:54

In the Linux kernel, the following vulnerability has been resolved: esp: fix skb leak with espintcp and async crypto When the TX queue for espintcp is full, esp_output_tail_tcp will return an error and not free the skb, because with synchronous cry...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 18:54:10

In the Linux kernel, the following vulnerability has been resolved: btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create We have recently observed a number of subvolumes with broken dentries. ls-ing the parent dir looks like: drwxrwxrwt 1 roo...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:51
  • Zuletzt bearbeitet 28.04.2026 18:26:58

In the Linux kernel, the following vulnerability has been resolved: module: Fix kernel panic when a symbol st_shndx is out of bounds The module loader doesn't check for bounds of the ELF section index in simplify_symbols(): for (i = 1; i < ...

  • EPSS 0.12%
  • Veröffentlicht 22.04.2026 14:16:50
  • Zuletzt bearbeitet 28.04.2026 15:01:35

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb Before using sk pointer, check if it is null. Fix the following: KASAN: null-ptr-deref in range [0x0000000000000260-0...