Debian

Debian 12 (bookworm)

12113 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 30.05.2024 16:15:14
  • Zuletzt bearbeitet 03.11.2025 22:17:00

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies syzbot reported unsafe calls to copy_from_sockptr() [1] Use copy_safe_from_sockptr() instead. [1] BUG: KASAN: slab-out-of-boun...

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

In the Linux kernel, the following vulnerability has been resolved: blk-iocost: avoid out of bounds shift UBSAN catches undefined behavior in blk-iocost, where sometimes iocg->delay is shifted right by a number that is too large, resulting in undef...

  • EPSS 0.92%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 01.04.2025 18:35:04

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix access violation during port device removal Testing with KASAN and syzkaller revealed a bug in port.c:disable_store(): usb_hub_to_struct_hub() can return NULL if the...

  • EPSS 0.23%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 21.11.2024 09:22:45

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Atom Integrated System Info v2_2 for DCN35 New request from KMD/VBIOS in order to support new UMA carveout model. This fixes a null dereference from accessing Ctx-...

  • EPSS 0.23%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 23.04.2026 13:51:28

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix uninitialised kfifo If a line is requested with debounce, and that results in debouncing in software, and the line is subsequently reconfigured to enable edge de...

  • EPSS 0.18%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 12.05.2026 12:16:49

In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfo_changed_notify The use-after-free issue occurs as follows: when the GPIO chip device file is being closed by invoking gpio_chrdev_rele...

  • EPSS 0.23%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 30.09.2025 17:49:17

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fix kernel crash when devlink reload during initialization The devlink reload process will access the hardware resources, but the register operation is done before the h...

  • EPSS 0.26%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 21.11.2024 09:22:46

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent NULL dereference in ip6_output() According to syzbot, there is a chance that ip6_dst_idev() returns NULL in ip6_output(). Most places in IPv6 stack deal with a NULL i...

  • EPSS 0.29%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 12.05.2026 12:16:49

In the Linux kernel, the following vulnerability has been resolved: ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action() syzbot is able to trigger the following crash [1], caused by unsafe ip6_dst_idev() use. Indeed ip6_dst_idev...

  • EPSS 0.23%
  • Veröffentlicht 30.05.2024 16:15:13
  • Zuletzt bearbeitet 14.07.2026 13:17:08

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in __ip6_make_skb() As it was done in commit fc1092f51567 ("ipv4: Fix uninit-value access in __ip_make_skb()") for IPv4, check FLOWI_FLAG_KN...