Debian

Debian 13 (trixie)

14549 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 18.03.2024 11:15:11
  • Zuletzt bearbeitet 28.03.2025 16:17:08

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: make sure to pull inner header in __ip6_tnl_rcv() syzbot found __ip6_tnl_rcv() could access unitiliazed data [1]. Call pskb_inet_may_pull() to fix this, and initialize...

  • EPSS 0.23%
  • Veröffentlicht 18.03.2024 11:15:10
  • Zuletzt bearbeitet 10.03.2025 15:44:00

In the Linux kernel, the following vulnerability has been resolved: net: fix removing a namespace with conflicting altnames Mark reports a BUG() when a net namespace is removed. kernel BUG at net/core/dev.c:11520! Physical interfaces moved ou...

  • EPSS 0.24%
  • Veröffentlicht 18.03.2024 11:15:10
  • Zuletzt bearbeitet 10.03.2025 17:06:20

In the Linux kernel, the following vulnerability has been resolved: llc: Drop support for ETH_P_TR_802_2. syzbot reported an uninit-value bug below. [0] llc supports ETH_P_802_2 (0x0004) and used to support ETH_P_TR_802_2 (0x0011), and syzbot abus...

  • EPSS 0.24%
  • Veröffentlicht 18.03.2024 11:15:10
  • Zuletzt bearbeitet 10.03.2025 17:04:27

In the Linux kernel, the following vulnerability has been resolved: llc: make llc_ui_sendmsg() more robust against bonding changes syzbot was able to trick llc_ui_sendmsg(), allocating an skb with no headroom, but subsequently trying to push 14 byt...

  • EPSS 0.22%
  • Veröffentlicht 18.03.2024 11:15:10
  • Zuletzt bearbeitet 19.03.2025 16:27:18

In the Linux kernel, the following vulnerability has been resolved: nbd: always initialize struct msghdr completely syzbot complains that msg->msg_get_inq value can be uninitialized [1] struct msghdr got many new fields recently, we should always ...

  • EPSS 0.24%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 08.04.2025 15:26:38

In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdev_release() crash after surprise hot remove A PCI device hot removal may occur while stdev->cdev is held open. The call to stdev_release() then happens duri...

  • EPSS 0.74%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 04.04.2025 14:51:32

In the Linux kernel, the following vulnerability has been resolved: block/rnbd-srv: Check for unlikely string overflow Since "dev_search_path" can technically be as large as PATH_MAX, there was a risk of truncation when copying it and a second stri...

  • EPSS 0.24%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 10.03.2025 15:48:56

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Fix crash when setting number of cpus to an odd number When the number of cpu cores is adjusted to 7 or other odd numbers, the zone size will become an odd number. The ...

  • EPSS 0.18%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 24.07.2026 15:16:55

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work idev->mc_ifc_count can be written over without proper locking. Originally found by syzbot [1], fix this issue by encapsul...

  • EPSS 0.23%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 03.03.2025 17:33:19

In the Linux kernel, the following vulnerability has been resolved: block: Fix iterating over an empty bio with bio_for_each_folio_all If the bio contains no data, bio_first_folio() calls page_folio() on a NULL pointer and oopses. Move the test th...