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 24.06.2026 16:29:02
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase Publish new hooks in the list into the basechain/flowtable using splice_list_rcu() to ensure netlink dump...

  • EPSS 0.56%
  • Veröffentlicht 24.06.2026 16:29:00
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_sip: don't use simple_strtoul Replace unsafe port parsing in epaddr_len(), ct_sip_parse_header_uri(), and ct_sip_parse_request() with a new sip_parse_port()...

  • EPSS 0.18%
  • Veröffentlicht 24.06.2026 16:28:59
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: net/sched: netem: fix queue limit check to include reordered packets The queue limit check in netem_enqueue() uses q->t_len which only counts packets in the internal tfifo. Packets...

  • EPSS 0.18%
  • Veröffentlicht 24.06.2026 16:28:59
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: netdevsim: zero initialize struct iphdr in dummy sk_buff Syzbot reports a KMSAN uninit-value originating from nsim_dev_trap_skb_build, with the allocation also being performed in t...

  • EPSS 0.54%
  • Veröffentlicht 24.06.2026 16:28:57
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: neigh: let neigh_xmit take skb ownership neigh_xmit always releases the skb, except when no neighbour table is found. But even the first added user of neigh_xmit (mpls) relied on n...

  • EPSS 0.54%
  • Veröffentlicht 24.06.2026 16:28:57
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit() syzbot reported a KASAN slab-use-after-free read in rtl8150_start_xmit() when accessing skb->len for tx statistics aft...

  • EPSS 0.17%
  • Veröffentlicht 24.06.2026 16:28:53
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: futex: Prevent lockup in requeue-PI during signal/ timeout wakeup During wait-requeue-pi (task A) and requeue-PI (task B) the following race can happen: Task A ...

  • EPSS 0.14%
  • Veröffentlicht 24.06.2026 16:28:52
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: bonding: 3ad: implement proper RCU rules for port->aggregator syzbot found a data-race in bond_3ad_get_active_agg_info / bond_3ad_state_machine_handler [1] which hints at lack of p...

  • EPSS 0.51%
  • Veröffentlicht 24.06.2026 16:28:51
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: net: tls: fix strparser anchor skb leak on offload RX setup failure When tls_set_device_offload_rx() fails at tls_dev_add(), the error path calls tls_sw_free_resources_rx() to clea...

  • EPSS 0.14%
  • Veröffentlicht 24.06.2026 16:28:50
  • Zuletzt bearbeitet 10.07.2026 19:24:19

In the Linux kernel, the following vulnerability has been resolved: crypto: af_alg - Cap AEAD AD length to 0x80000000 In order to prevent arithmetic overflows when checking the TX buffer size, cap the associated data length to 0x80000000.