Debian

Debian 12 (bookworm)

11237 Schwachstellen gefunden.

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

In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid infinite loop trying to resize local TT If the MTU of one of an attached interface becomes too small to transmit the local translation table then it must be resiz...

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

In the Linux kernel, the following vulnerability has been resolved: bounds: Use the right number of bits for power-of-two CONFIG_NR_CPUS bits_per() rounds up to the next power of two when passed a power of two. This causes crashes on some machines...

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

In the Linux kernel, the following vulnerability has been resolved: i2c: smbus: fix NULL function pointer dereference Baruch reported an OOPS when using the designware controller as target only. Target-only modes break the assumption of one transfe...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2024 10:15:12
  • Zuletzt bearbeitet 04.04.2025 14:33:00

In the Linux kernel, the following vulnerability has been resolved: phy: ti: tusb1210: Resolve charger-det crash if charger psy is unregistered The power_supply frame-work is not really designed for there to be long living in kernel references to p...

  • EPSS 0.03%
  • 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: ena: Fix incorrect descriptor free behavior ENA has two types of TX queues: - queues which only process TX packets arriving from the network stack - queues which only process ...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 23.09.2025 17:48:29

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix mlx5e_priv_init() cleanup flow When mlx5e_priv_init() fails, the cleanup flow calls mlx5e_selq_cleanup which calls mlx5e_selq_apply() that assures that the `priv->st...

  • 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.02%
  • Veröffentlicht 20.05.2024 10:15:11
  • Zuletzt bearbeitet 24.09.2025 18:52:55

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Register devlink first under devlink lock In case device is having a non fatal FW error during probe, the driver will report the error to user via devlink. This will trig...

  • 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 03.11.2025 22:16:57

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