Debian

Debian 12 (bookworm)

11831 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.12%
  • Veröffentlicht 03.04.2026 15:15:36
  • Zuletzt bearbeitet 26.05.2026 14:48:52

In the Linux kernel, the following vulnerability has been resolved: net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown A potential race condition exists in mana_hwc_destroy_channel() where hwc->caller_ctx is freed be...

  • EPSS 0.51%
  • Veröffentlicht 03.04.2026 15:15:36
  • Zuletzt bearbeitet 26.05.2026 14:43:03

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_h323: check for zero length in DecodeQ931() In DecodeQ931(), the UserUserIE code path reads a 16-bit length from the packet, then decrements it by 1 to skip...

  • EPSS 0.09%
  • Veröffentlicht 03.04.2026 15:15:34
  • Zuletzt bearbeitet 26.05.2026 14:52:12

In the Linux kernel, the following vulnerability has been resolved: PM: runtime: Fix a race condition related to device removal The following code in pm_runtime_work() may dereference the dev->parent pointer after the parent device has been freed: ...

  • EPSS 0.49%
  • Veröffentlicht 03.04.2026 15:15:33
  • Zuletzt bearbeitet 21.05.2026 00:32:34

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock() Syzkaller reported a panic in smc_tcp_syn_recv_sock() [1]. smc_tcp_syn_recv_sock() is called in the TCP receive pa...

  • EPSS 0.13%
  • Veröffentlicht 03.04.2026 15:15:32
  • Zuletzt bearbeitet 21.05.2026 00:38:40

In the Linux kernel, the following vulnerability has been resolved: net/sched: teql: Fix double-free in teql_master_xmit Whenever a TEQL devices has a lockless Qdisc as root, qdisc_reset should be called using the seq_lock to avoid racing with the ...

  • EPSS 0.13%
  • Veröffentlicht 03.04.2026 15:15:31
  • Zuletzt bearbeitet 21.05.2026 00:44:10

In the Linux kernel, the following vulnerability has been resolved: net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check cdc_ncm_rx_verify_ndp16() validates that the NDP header and its DPE entries fit within the skb. The first check corre...

  • EPSS 0.13%
  • Veröffentlicht 03.04.2026 15:15:30
  • Zuletzt bearbeitet 23.04.2026 20:56:17

In the Linux kernel, the following vulnerability has been resolved: net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds check The same bounds-check bug fixed for NDP16 in the previous patch also exists in cdc_ncm_rx_verify_ndp32(). The DPE arr...

  • EPSS 0.12%
  • Veröffentlicht 03.04.2026 15:15:29
  • Zuletzt bearbeitet 23.04.2026 20:57:00

In the Linux kernel, the following vulnerability has been resolved: net: usb: aqc111: Do not perform PM inside suspend callback syzbot reports "task hung in rpm_resume" This is caused by aqc111_suspend calling the PM variant of its write_cmd routi...

  • EPSS 0.13%
  • Veröffentlicht 03.04.2026 15:15:28
  • Zuletzt bearbeitet 01.06.2026 17:16:46

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure ieee80211_tx_prepare_skb() has three error paths, but only two of them free the skb. The first error path (iee...

  • EPSS 0.12%
  • Veröffentlicht 03.04.2026 15:15:26
  • Zuletzt bearbeitet 01.06.2026 17:16:45

In the Linux kernel, the following vulnerability has been resolved: ipv6: add NULL checks for idev in SRv6 paths __in6_dev_get() can return NULL when the device has no IPv6 configuration (e.g. MTU < IPV6_MIN_MTU or after NETDEV_UNREGISTER). Add NU...