Debian

Debian 11 (bullseye)

8666 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 19.11.2024 02:16:28
  • Zuletzt bearbeitet 03.11.2025 23:17:08

In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() Syzkaller is able to provoke null-ptr-dereference in ocfs2_xa_remove(): [ 57.319872] (a.out,1161,7)...

  • EPSS 0.01%
  • Veröffentlicht 19.11.2024 02:16:28
  • Zuletzt bearbeitet 03.11.2025 23:17:08

In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer. Stor...

  • EPSS 0.01%
  • Veröffentlicht 19.11.2024 02:16:28
  • Zuletzt bearbeitet 03.11.2025 23:17:08

In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() The "*cmd" variable can be controlled by the user via debugfs. That means "new_cam" can be as high as ...

  • EPSS 0.01%
  • Veröffentlicht 19.11.2024 02:16:28
  • Zuletzt bearbeitet 03.11.2025 23:17:08

In the Linux kernel, the following vulnerability has been resolved: usb: musb: sunxi: Fix accessing an released usb phy Commit 6ed05c68cbca ("usb: musb: sunxi: Explicitly release USB PHY on exit") will cause that usb phy @glue->xceiv is accessed af...

  • EPSS 0.02%
  • Veröffentlicht 14.11.2024 11:15:03
  • Zuletzt bearbeitet 18.11.2024 22:08:54

A use-after-free vulnerability was found in the cyttsp4_core driver in the Linux kernel. This issue occurs in the device cleanup routine due to a possible rearming of the watchdog_timer from the workqueue. This could allow a local user to crash the s...

  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 03.11.2025 23:17:07

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() I got a syzbot report without a repro [1] crashing in nf_send_reset6() I think the issue is that dev->hard_heade...

  • EPSS 0.01%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 03.11.2025 21:17:12

In the Linux kernel, the following vulnerability has been resolved: net: fix crash when config small gso_max_size/gso_ipv4_max_size Config a small gso_max_size/gso_ipv4_max_size will lead to an underflow in sk_dst_gso_max_size(), which may trigger ...

  • EPSS 0.03%
  • Veröffentlicht 09.11.2024 11:15:11
  • Zuletzt bearbeitet 12.05.2026 13:16:20

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the...

  • EPSS 0.37%
  • Veröffentlicht 09.11.2024 11:15:10
  • Zuletzt bearbeitet 12.05.2026 13:16:20

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_payload: sanitize offset and length before calling skb_checksum() If access to offset + length is larger than the skbuff length, then skb_checksum() triggers BUG_ON(...

  • EPSS 0.02%
  • Veröffentlicht 09.11.2024 11:15:09
  • Zuletzt bearbeitet 03.11.2025 23:17:04

In the Linux kernel, the following vulnerability has been resolved: staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg() In the ad9832_write_frequency() function, clk_get_rate() might return 0. This can lead to a division ...