Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.19%
  • Veröffentlicht 18.06.2025 10:54:40
  • Zuletzt bearbeitet 14.11.2025 19:39:56

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf() A null pointer dereference can happen when attempting to access the "gsm->receive()" function in gsmld_receive_bu...

  • EPSS 0.15%
  • Veröffentlicht 18.06.2025 10:54:39
  • Zuletzt bearbeitet 14.11.2025 20:25:43

In the Linux kernel, the following vulnerability has been resolved: cifs: fix small mempool leak in SMB2_negotiate() In some cases of failure (dialect mismatches) in SMB2_negotiate(), after the request is sent, the checks would return -EIO when the...

  • EPSS 0.15%
  • Veröffentlicht 18.06.2025 10:54:38
  • Zuletzt bearbeitet 14.11.2025 20:25:11

In the Linux kernel, the following vulnerability has been resolved: media: mceusb: Use new usb_control_msg_*() routines Automatic kernel fuzzing led to a WARN about invalid pipe direction in the mceusb driver: ------------[ cut here ]------------ ...

  • EPSS 0.15%
  • Veröffentlicht 18.06.2025 10:54:37
  • Zuletzt bearbeitet 14.11.2025 20:24:47

In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive locking violation in usb-storage: ============================================ WARNING: ...

  • EPSS 0.16%
  • Veröffentlicht 18.06.2025 10:54:36
  • Zuletzt bearbeitet 14.11.2025 20:24:12

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix UAF in ieee80211_scan_rx() ieee80211_scan_rx() tries to access scan_req->flags after a null check, but a UAF is observed when the scan is completed and __ieee80...

  • EPSS 0.15%
  • Veröffentlicht 18.06.2025 10:54:36
  • Zuletzt bearbeitet 14.11.2025 20:24:22

In the Linux kernel, the following vulnerability has been resolved: dma-buf/dma-resv: check if the new fence is really later Previously when we added a fence to a dma_resv object we always assumed the the newer than all the existing fences. With J...

  • EPSS 0.18%
  • Veröffentlicht 18.06.2025 09:33:53
  • Zuletzt bearbeitet 12.05.2026 13:16:42

In the Linux kernel, the following vulnerability has been resolved: crypto: algif_hash - fix double free in hash_accept If accept(2) is called on socket type algif_hash with MSG_MORE flag set and crypto_ahash_import fails, sk2 is freed. However, it...

  • EPSS 0.15%
  • Veröffentlicht 18.06.2025 09:33:53
  • Zuletzt bearbeitet 14.11.2025 20:18:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Increase block_sequence array size [Why] It's possible to generate more than 50 steps in hwss_build_fast_sequence, for example with a 6-pipe asic where all pipes a...

  • EPSS 0.12%
  • Veröffentlicht 18.06.2025 09:33:52
  • Zuletzt bearbeitet 17.12.2025 17:57:43

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix race of buffer access at PCM OSS layer The PCM OSS layer tries to clear the buffer with the silence data at initialization (or reconfiguration) of a stream with the ...

  • EPSS 0.17%
  • Veröffentlicht 18.06.2025 09:33:50
  • Zuletzt bearbeitet 17.12.2025 18:54:49

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: protect vq->log_used with vq->mutex The vhost-scsi completion path may access vq->log_base when vq->log_used is already set to false. vhost-thread ...