Debian

Debian 11 (bullseye)

8657 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:07
  • Zuletzt bearbeitet 18.03.2026 13:40:23

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOU_ATTR_IPPROTO. fou_udp_recv() has the same problem mentioned in the previous patch. If FOU_ATTR_IPPROTO is set to 0, skb is not freed by fou_udp_recv() n...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:04
  • Zuletzt bearbeitet 18.03.2026 13:48:13

In the Linux kernel, the following vulnerability has been resolved: can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory le...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:01
  • Zuletzt bearbeitet 18.03.2026 14:03:25

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Fix potential OOB access in audio mixer handling In the audio mixer handling code of ctxfi driver, the conf field is used as a kind of loop index, and it's referred in...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:08:00
  • Zuletzt bearbeitet 18.03.2026 17:16:12

In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:07:59
  • Zuletzt bearbeitet 03.04.2026 14:16:22

In the Linux kernel, the following vulnerability has been resolved: net/sched: Enforce that teql can only be used as root qdisc Design intent of teql is that it is only supposed to be used as root qdisc. We need to check for that constraint. Altho...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:07:53
  • Zuletzt bearbeitet 18.03.2026 20:13:57

In the Linux kernel, the following vulnerability has been resolved: wifi: rsi: Fix memory corruption due to not set vif driver data size The struct ieee80211_vif contains trailing space for vif driver data, when struct ieee80211_vif is allocated, t...

  • EPSS 0.01%
  • Veröffentlicht 04.02.2026 16:07:51
  • Zuletzt bearbeitet 18.03.2026 17:29:14

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix race condition in hwspinlock irqsave routine Previously, the address of the shared member '&map->spinlock_flags' was passed directly to 'hwspin_lock_timeout_irqsave'. T...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:07:49
  • Zuletzt bearbeitet 13.03.2026 21:27:37

In the Linux kernel, the following vulnerability has been resolved: spi: spi-sprd-adi: Fix double free in probe error path The driver currently uses spi_alloc_host() to allocate the controller but registers it using devm_spi_register_controller(). ...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:07:49
  • Zuletzt bearbeitet 13.03.2026 21:27:26

In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: fix potential underflow in virtio_transport_get_credit() The credit calculation in virtio_transport_get_credit() uses unsigned arithmetic: ret = vvs->peer_buf_allo...

  • EPSS 0.02%
  • Veröffentlicht 04.02.2026 16:07:47
  • Zuletzt bearbeitet 03.04.2026 14:16:22

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix recvmsg() unconditional requeue If rxrpc_recvmsg() fails because MSG_DONTWAIT was specified but the call at the front of the recvmsg queue already has its mutex locked, ...