Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:04
  • Zuletzt bearbeitet 01.10.2025 20:16:00

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent integer overflow on 32 bit systems On a 32 bit system, the "len * sizeof(*p)" operation can have an integer overflow.

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:04
  • Zuletzt bearbeitet 23.12.2025 14:16:08

In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvc_decode_writeargs() Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to uns...

  • EPSS 0.28%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 22.09.2025 20:57:13

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: add missing boundary check in vm_access A missing bounds check in vm_access() can lead to an out-of-bounds read or write in the adjacent memory area, since the len at...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 22.09.2025 20:31:24

In the Linux kernel, the following vulnerability has been resolved: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path This avoids leaking memory if brcmf_chip_get_raminfo fails. Note that the CLM blob is released in the device re...

  • EPSS 0.28%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 21.10.2025 11:50:45

In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting[1] Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve(2) b...

  • EPSS 0.27%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 21.10.2025 11:50:13

In the Linux kernel, the following vulnerability has been resolved: block: fix rq-qos breakage from skipping rq_qos_done_bio() a647a524a467 ("block: don't call rq_qos_ops->done_bio if the bio isn't tracked") made bio_endio() skip rq_qos_done_bio() ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 24.03.2026 09:16:18

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 22.09.2025 20:31:32

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM Do not call snd_dma_free_pages() when snd_dma_alloc_pages() returns -ENOMEM because it leads to a NULL pointer dereference bu...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:03
  • Zuletzt bearbeitet 21.10.2025 11:46:33

In the Linux kernel, the following vulnerability has been resolved: can: isotp: sanitize CAN ID checks in isotp_bind() Syzbot created an environment that lead to a state machine status that can not be reached with a compliant CAN ID address configu...

  • EPSS 0.26%
  • Veröffentlicht 26.02.2025 07:01:02
  • Zuletzt bearbeitet 22.09.2025 20:55:33

In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe() Call i2c_unregister_device(audio) on this error path.