Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 07:30:55
  • Zuletzt bearbeitet 12.05.2026 13:17:17

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix smbdirect_recv_io leak in smbd_negotiate() error path During tests of another unrelated patch I was able to trigger this error: Objects remaining on __kmem_cache_s...

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 07:30:55
  • Zuletzt bearbeitet 14.07.2026 13:17:51

In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Set merge to zero early in af_alg_sendmsg If an error causes af_alg_sendmsg to abort, ctx->merge may contain a garbage value from the previous loop. This may then...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 06.04.2026 13:23:37

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Allow UD qp_type to join multicast only As for multicast: - The SIDR is the only mode that makes sense; - Besides PS_UDP, other port spaces like PS_IB is also allowed, as...

  • EPSS 0.12%
  • Veröffentlicht 01.10.2025 12:15:57
  • Zuletzt bearbeitet 23.01.2026 20:06:45

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix memory leak in rtw88_usb Kmemleak shows the following leak arising from routine in the usb probe routine: unreferenced object 0xffff895cb29bba00 (size 512): com...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 23.01.2026 20:07:59

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix leak in devfreq_dev_release() srcu_init_notifier_head() allocates resources that need to be released with a srcu_cleanup_notifier_head() call. Reported by kmemle...

  • EPSS 0.11%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:04:59

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter num_rdy Getting below error when using KCSAN to check the driver. Adding lock to protect parameter num_rdy when getting the value...

  • EPSS 0.1%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:13:19

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix hci_suspend_sync crash If hci_unregister_dev() frees the hci_dev object but hci_suspend_notifier may still be accessing it, it can cause the program to crash. Here's...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:09:49

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() A fix for: BUG: KASAN: slab-out-of-bounds in ses_intf_remove+0x23f/0x270 [ses] Read of size 8 at addr ffff88a10d32e5d8 by ta...

  • EPSS 0.16%
  • Veröffentlicht 01.10.2025 12:15:56
  • Zuletzt bearbeitet 06.04.2026 13:22:22

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf An integer overflow occurs in the iwl_write_to_user_buf() function, which is called by the iwl_dbgfs_monitor_data...

  • EPSS 0.14%
  • Veröffentlicht 01.10.2025 12:15:55
  • Zuletzt bearbeitet 23.01.2026 20:07:02

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix a memory leak Add a forgotten kfree().