Debian

Debian 12 (bookworm)

11230 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • 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.01%
  • 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.06%
  • 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.02%
  • 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.01%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 10.03.2025 15:46:45

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.02%
  • 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...

  • EPSS 0.05%
  • Veröffentlicht 18.03.2024 11:15:09
  • Zuletzt bearbeitet 04.04.2025 14:49:01

In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() syzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken. Reading frag_off can only be done if we p...

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 27.02.2025 03:20:23

In the Linux kernel, the following vulnerability has been resolved: crypto: scomp - fix req->dst buffer overflow The req->dst buffer size should be checked before copying from the scomp_scratch->dst to avoid req->dst buffer overflow problem.

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 12.05.2026 12:16:16

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix buffer overflow in trans_stat_show Fix buffer overflow in trans_stat_show(). Convert simple snprintf to the more secure scnprintf with size of PAGE_SIZE. Add co...

  • EPSS 0.01%
  • Veröffentlicht 18.03.2024 11:15:08
  • Zuletzt bearbeitet 12.12.2024 15:20:12

In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap...