Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 30.04.2025 14:30:29

In the Linux kernel, the following vulnerability has been resolved: kvm: avoid speculation-based attacks from out-of-range memslot accesses KVM's mechanism for accessing guest memory translates a guest physical address (gpa) to a host virtual addre...

  • EPSS 0.18%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 24.12.2024 16:31:41

In the Linux kernel, the following vulnerability has been resolved: drm: Fix use-after-free read in drm_getunique() There is a time-of-check-to-time-of-use error in drm_getunique() due to retrieving file_priv->master prior to locking the device's m...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 24.12.2024 16:30:22

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of snd_seq_timer_open() The timer instance per queue is exclusive, and snd_seq_timer_open() should have managed the concurrent accesses. It looks as if it's ch...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 30.04.2025 14:30:12

In the Linux kernel, the following vulnerability has been resolved: spi: bcm2835: Fix out-of-bounds access with more than 4 slaves Commit 571e31fa60b3 ("spi: bcm2835: Cache CS register value for ->prepare_message()") limited the number of slaves to...

  • EPSS 0.22%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 26.12.2024 20:49:20

In the Linux kernel, the following vulnerability has been resolved: net:sfc: fix non-freed irq in legacy irq mode SFC driver can be configured via modparam to work using MSI-X, MSI or legacy IRQ interrupts. In the last one, the interrupt was not pr...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 02.04.2025 14:48:11

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: netjet: Fix crash in nj_probe: 'nj_setup' in netjet.c might fail with -EIO and in this case 'card->irq' is initialized and is bigger than zero. A subsequent call to 'n...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 30.04.2025 14:26:35

In the Linux kernel, the following vulnerability has been resolved: bus: mhi: core: Validate channel ID when processing command completions MHI reads the channel ID from the event ring element sent by the device which can be any value between 0 and...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 23.12.2024 16:45:23

In the Linux kernel, the following vulnerability has been resolved: media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf() Fix an 11-year old bug in ngene_command_config_free_buf() while addressing the following warnings caught with...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:16
  • Zuletzt bearbeitet 23.12.2024 16:46:39

In the Linux kernel, the following vulnerability has been resolved: ACPI: fix NULL pointer dereference Commit 71f642833284 ("ACPI: utils: Fix reference counting in for_each_acpi_dev_match()") started doing "acpi_dev_put()" on a pointer that was pos...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:15
  • Zuletzt bearbeitet 30.04.2025 14:59:24

In the Linux kernel, the following vulnerability has been resolved: gpio: wcd934x: Fix shift-out-of-bounds error bit-mask for pins 0 to 4 is BIT(0) to BIT(4) however we ended up with BIT(n - 1) which is not right, and this was caught by below usban...