Debian

Debian 11 (bullseye)

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 12.05.2026 12:16:30

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancel_work_sync() in rtl8x...

  • EPSS 0.13%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 12.05.2026 12:16:31

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: =============================...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 02.05.2025 07:15:52

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix double module refcount decrement Once the discipline is associated with the device, deleting the device takes care of decrementing the module's refcount. Doing it m...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 03.11.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: ensure offloading TID queue exists The resume code path assumes that the TX queue for the offloading TID has been configured. At resume time it then tries to sy...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 12.05.2026 12:16:31

In the Linux kernel, the following vulnerability has been resolved: USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command The isd200 sub-driver in usb-storage uses the HEADS and SECTORS values in the ATA ID information to calculate cyli...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 08.04.2025 19:42:41

In the Linux kernel, the following vulnerability has been resolved: nouveau: lock the client object tree. It appears the client object tree has no locking unless I've missed something else. Fix races around adding/removing client objects, mostly vr...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 12.05.2026 12:16:31

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not compare internal table flags on updates Restore skipping transaction if table update does not modify flags.

  • EPSS 0.18%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 08.04.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: spi: spi-mt65xx: Fix NULL pointer access in interrupt handler The TX buffer in spi_transfer can be a NULL pointer, so the interrupt handler may end up writing to the invalid memory...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 23.12.2024 19:33:10

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Use separate handlers for interrupts For PF to AF interrupt vector and VF to AF vector same interrupt handler is registered which is causing race condition. When two ...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 13:15:49
  • Zuletzt bearbeitet 08.04.2025 18:41:55

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid potential panic during recovery During recovery, if FAULT_BLOCK is on, it is possible that f2fs_reserve_new_block() will return -ENOSPC during recovery, then it ...