Debian

Debian 11 (bullseye)

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 1.99%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:43

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Properly link new fs rules into the tree Previously, add_rule_fg would only add newly created rules from the handle into the tree when they had a refcount of 1. On the ot...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:43

In the Linux kernel, the following vulnerability has been resolved: netfilter: complete validation of user input In my recent commit, I missed that do_replace() handlers use copy_from_sockptr() (which I fixed), followed by unsafe copy_from_sockptr_...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:44

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix not validating setsockopt user input Check user input length before copying data.

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:44

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: Fix not validating setsockopt user input syzbot reported rfcomm_sock_setsockopt_old() is copying data without checking user input length. BUG: KASAN: slab-out-o...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:44

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix not validating setsockopt user input syzbot reported sco_sock_setsockopt() is copying data without checking user input length. BUG: KASAN: slab-out-of-bounds i...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 12.05.2026 12:16:44

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr Although ipv6_get_ifaddr walks inet6_addr_lst under the RCU lock, it still means hlist_for_each_entry_rcu can ret...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 24.09.2025 18:18:07

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Handle softirqs at the end of IRQ thread to fix hang The ks8851_irq() thread may call ks8851_rx_pkts() in case there are any packets in the MAC FIFO, which calls netif...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:42

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fully protect modes[] with dev->mode_config.mutex The modes[] array contains pointers to modes on the connectors' mode lists, which are protected by dev->mode_config.mu...

  • EPSS 0.01%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 24.09.2025 18:56:52

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() Subject: [PATCH] drm/panfrost: Fix the error path in panfrost_mmu_map_fault_addr() If some the pages or sgt allo...

  • EPSS 0.38%
  • Veröffentlicht 20.05.2024 10:15:10
  • Zuletzt bearbeitet 12.05.2026 12:16:43

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULE_STATE_LIVE -> MODULE_STATE_GOING -> MODULE_STATE_UNFORMED. ...