Debian

Debian 14 (forky)

13682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 21.11.2024 09:22:50

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Prevent use-after-free from occurring after cdev removal Since thermal_debug_cdev_remove() does not run under cdev->lock, it can run in parallel with thermal_debug...

  • EPSS 0.01%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 22.01.2026 20:03:31

In the Linux kernel, the following vulnerability has been resolved: nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segment(). syzbot triggered various splats (see [0] and links) by a crafted GSO packet of VIRTIO_NET_HDR_GS...

  • EPSS 0.01%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 22.01.2026 20:03:36

In the Linux kernel, the following vulnerability has been resolved: bna: ensure the copied buf is NUL terminated Currently, we allocate a nbytes-sized kernel buffer and copy nbytes from userspace to that buffer. Later, we use sscanf on this buffer ...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 15.01.2025 18:38:18

In the Linux kernel, the following vulnerability has been resolved: ice: ensure the copied buf is NUL terminated Currently, we allocate a count-sized kernel buffer and copy count bytes from userspace to that buffer. Later, we use sscanf on this buf...

  • EPSS 0.01%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 17.09.2025 22:18:53

In the Linux kernel, the following vulnerability has been resolved: efi/unaccepted: touch soft lockup during memory accept Commit 50e782a86c98 ("efi/unaccepted: Fix soft lockups caused by parallel memory acceptance") has released the spinlock so ot...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 17.09.2025 22:19:30

In the Linux kernel, the following vulnerability has been resolved: xdp: use flags field to disambiguate broadcast redirect When redirecting a packet using XDP, the bpf_redirect_map() helper will set up the redirect destination information in struc...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 21.11.2024 09:22:51

In the Linux kernel, the following vulnerability has been resolved: bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue Fix NULL pointer data-races in sk_psock_skb_ingress_enqueue() which syzbot reported [1]. [1] BUG: KCSAN: d...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:16
  • Zuletzt bearbeitet 12.05.2026 12:16:50

In the Linux kernel, the following vulnerability has been resolved: nfs: Handle error of rpc_proc_register() in nfs_net_init(). syzkaller reported a warning [0] triggered while destroying immature netns. rpc_proc_register() was called in init_nfs_...

  • EPSS 0.01%
  • Veröffentlicht 30.05.2024 16:15:15
  • Zuletzt bearbeitet 17.09.2025 22:16:44

In the Linux kernel, the following vulnerability has been resolved: block: fix overflow in blk_ioctl_discard() There is no check for overflow of 'start + len' in blk_ioctl_discard(). Hung task occurs if submit an discard ioctl with the following pa...

  • EPSS 0.02%
  • Veröffentlicht 30.05.2024 16:15:15
  • Zuletzt bearbeitet 17.09.2025 22:18:22

In the Linux kernel, the following vulnerability has been resolved: bpf: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOC_MAX_SIZE. This brings the bloom map in line with man...