Debian

Debian 13 (trixie)

13183 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:20
  • Zuletzt bearbeitet 01.10.2025 20:18:30

In the Linux kernel, the following vulnerability has been resolved: io_uring: prevent opcode speculation sqe->opcode is used for different tables, make sure we santitise it against speculations.

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:19
  • Zuletzt bearbeitet 02.10.2025 14:15:43

In the Linux kernel, the following vulnerability has been resolved: mm/migrate_device: don't add folio to be freed to LRU in migrate_device_finalize() If migration succeeded, we called folio_migrate_flags()->mem_cgroup_migrate() to migrate the memc...

  • EPSS 0.02%
  • Veröffentlicht 12.03.2025 09:42:19
  • Zuletzt bearbeitet 12.05.2026 13:16:39

In the Linux kernel, the following vulnerability has been resolved: drop_monitor: fix incorrect initialization order Syzkaller reports the following bug: BUG: spinlock bad magic on CPU#1, syz-executor.0/7995 lock: 0xffff88805303f3e0, .magic: 0000...

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:12
  • Zuletzt bearbeitet 12.05.2026 13:16:38

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: f_midi: f_midi_complete to call queue_work When using USB MIDI, a lock is attempted to be acquired twice through a re-entrant call to f_midi_transmit, causing a deadlo...

  • EPSS 0.02%
  • Veröffentlicht 12.03.2025 09:42:11
  • Zuletzt bearbeitet 12.05.2026 13:16:38

In the Linux kernel, the following vulnerability has been resolved: geneve: Fix use-after-free in geneve_find_dev(). syzkaller reported a use-after-free in geneve_find_dev() [0] without repro. geneve_configure() links struct geneve_dev.next to net...

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:10
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_api: fix error handling causing NULL dereference tcf_exts_miss_cookie_base_alloc() calls xa_alloc_cyclic() which can return 1 if the allocation succeeded after wrapp...

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:09
  • Zuletzt bearbeitet 03.11.2025 20:17:22

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Don't reference skb after sending to VIOS Previously, after successfully flushing the xmit buffer to VIOS, the tx_bytes stat was incremented by the length of the skb. It ...

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:09
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: s390/ism: add release function for struct device According to device_release() in /drivers/base/core.c, a device without a release function is a broken device and must be fixed. T...

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:08
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: sockmap, vsock: For connectible sockets allow only connected sockmap expects all vsocks to have a transport assigned, which is expressed in vsock_proto::psock_update_sk_prot(). How...

  • EPSS 0.01%
  • Veröffentlicht 12.03.2025 09:42:07
  • Zuletzt bearbeitet 01.10.2025 20:18:29

In the Linux kernel, the following vulnerability has been resolved: net: Add rx_skb of kfree_skb to raw_tp_null_args[]. Yan Zhai reported a BPF prog could trigger a null-ptr-deref [0] in trace_kfree_skb if the prog does not check if rx_sk is NULL. ...