Debian

Debian 12 (bookworm)

11831 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.13%
  • Veröffentlicht 04.02.2026 16:07:59
  • Zuletzt bearbeitet 30.06.2026 03:17:29

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.13%
  • 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.1%
  • 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.13%
  • 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.13%
  • 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.13%
  • Veröffentlicht 04.02.2026 16:07:47
  • Zuletzt bearbeitet 01.06.2026 17:16:44

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, ...

  • EPSS 0.12%
  • Veröffentlicht 04.02.2026 16:07:46
  • Zuletzt bearbeitet 13.03.2026 21:28:09

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ife: avoid possible NULL deref tcf_ife_encode() must make sure ife_encode() does not return NULL. syzbot reported: Oops: general protection fault, probably for non...

  • EPSS 0.12%
  • Veröffentlicht 04.02.2026 16:07:45
  • Zuletzt bearbeitet 13.03.2026 21:28:17

In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling `put_queue` carries risks since it cannot guarantee that resources of `uacce_queue` have been fully released...

  • EPSS 0.12%
  • Veröffentlicht 04.02.2026 16:07:43
  • Zuletzt bearbeitet 13.03.2026 21:28:28

In the Linux kernel, the following vulnerability has been resolved: can: kvaser_usb: kvaser_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 memor...

  • EPSS 0.12%
  • Veröffentlicht 04.02.2026 16:07:42
  • Zuletzt bearbeitet 13.03.2026 21:28:47

In the Linux kernel, the following vulnerability has been resolved: crypto: authencesn - reject too-short AAD (assoclen<8) to match ESP/ESN spec authencesn assumes an ESP/ESN-formatted AAD. When assoclen is shorter than the minimum expected length,...