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 06.05.2026 11:27:46
  • Zuletzt bearbeitet 13.05.2026 14:55:22

In the Linux kernel, the following vulnerability has been resolved: EFI/CPER: don't dump the entire memory region The current logic at cper_print_fw_err() doesn't check if the error record length is big enough to handle offset. On a bad firmware, i...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 11:27:44
  • Zuletzt bearbeitet 13.05.2026 14:51:05

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix reflink preserve cleanup issue commit c06c303832ec ("ocfs2: fix xattr array entry __counted_by error") doesn't handle all cases and the cleanup job for preserved xattr e...

  • EPSS 0.13%
  • Veröffentlicht 06.05.2026 11:27:43
  • Zuletzt bearbeitet 13.05.2026 14:50:02

In the Linux kernel, the following vulnerability has been resolved: xfrm: always flush state and policy upon NETDEV_UNREGISTER event syzbot is reporting that "struct xfrm_state" refcount is leaking. unregister_netdevice: waiting for netdevsim0 t...

  • EPSS 0.09%
  • Veröffentlicht 06.05.2026 11:27:41
  • Zuletzt bearbeitet 13.05.2026 21:19:39

In the Linux kernel, the following vulnerability has been resolved: md/bitmap: fix GPF in write_page caused by resize race A General Protection Fault occurs in write_page() during array resize: RIP: 0010:write_page+0x22b/0x3c0 [md_mod] This is a u...

  • EPSS 0.13%
  • Veröffentlicht 06.05.2026 11:27:40
  • Zuletzt bearbeitet 13.05.2026 21:19:56

In the Linux kernel, the following vulnerability has been resolved: media: tegra-video: Fix memory leak in __tegra_channel_try_format() The state object allocated by __v4l2_subdev_state_alloc() must be freed with __v4l2_subdev_state_free() when it ...

  • EPSS 0.13%
  • Veröffentlicht 06.05.2026 11:27:38
  • Zuletzt bearbeitet 13.05.2026 21:20:28

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix null dereference in find_network The variable pwlan has the possibility of being NULL when passed into rtw_free_network_nolock() which would later dereferen...

  • EPSS 0.47%
  • Veröffentlicht 06.05.2026 11:27:37
  • Zuletzt bearbeitet 13.05.2026 21:20:41

In the Linux kernel, the following vulnerability has been resolved: xfs: fix freemap adjustments when adding xattrs to leaf blocks xfs/592 and xfs/794 both trip this assertion in the leaf block freemap adjustment code after ~20 minutes of running o...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 11:27:36
  • Zuletzt bearbeitet 13.05.2026 21:09:16

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: enable basic endpoint checking pegasus_probe() fills URBs with hardcoded endpoint pipes without verifying the endpoint descriptors: - usb_rcvbulkpipe(dev, 1) ...

  • EPSS 0.14%
  • Veröffentlicht 06.05.2026 11:27:34
  • Zuletzt bearbeitet 13.05.2026 20:11:32

In the Linux kernel, the following vulnerability has been resolved: xfs: remove xfs_attr_leaf_hasname The calling convention of xfs_attr_leaf_hasname() is problematic, because it returns a NULL buffer when xfs_attr3_leaf_read fails, a valid buffer ...

  • EPSS 0.13%
  • Veröffentlicht 06.05.2026 11:27:33
  • Zuletzt bearbeitet 13.05.2026 20:12:10

In the Linux kernel, the following vulnerability has been resolved: HID: hid-pl: handle probe errors Errors in init must be reported back or we'll follow a NULL pointer the first time FF is used.