Debian

Debian 12 (bookworm)

11239 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:31
  • Zuletzt bearbeitet 03.11.2025 21:17:45

In the Linux kernel, the following vulnerability has been resolved: unicode: Fix utf8_load() error path utf8_load() requests the symbol "utf8_data_table" and then checks if the requested UTF-8 version is supported. If it's unsupported, it tries to ...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 14:15:31
  • Zuletzt bearbeitet 03.11.2025 21:17:45

In the Linux kernel, the following vulnerability has been resolved: erofs: handle NONHEAD !delta[1] lclusters gracefully syzbot reported a WARNING in iomap_iter_done: iomap_fiemap+0x73b/0x9b0 fs/iomap/fiemap.c:80 ioctl_fiemap fs/ioctl.c:220 [inli...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 14:15:30
  • Zuletzt bearbeitet 03.11.2025 21:17:43

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to account dirty data in __get_secs_required() It will trigger system panic w/ testcase in [1]: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2752...

  • EPSS 0.02%
  • Veröffentlicht 27.12.2024 14:15:30
  • Zuletzt bearbeitet 17.01.2025 14:15:32

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null-ptr-deref in f2fs_submit_page_bio() There's issue as follows when concurrently installing the f2fs.ko module and mounting the f2fs file system: KASAN: null-ptr-deref...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:30
  • Zuletzt bearbeitet 01.10.2025 20:17:21

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Move events notifier registration to be after device registration Move pkey change work initialization and cleanup from device resources stage to notifier stage, since t...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:30
  • Zuletzt bearbeitet 03.11.2025 21:17:43

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() ib_map_mr_sg() allows ULPs to specify NULL as the sg_offset argument. The driver needs to check whether it is a NULL p...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:30
  • Zuletzt bearbeitet 03.11.2025 21:17:44

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Fix use-after-free in bfad_im_module_exit() BUG: KASAN: slab-use-after-free in __lock_acquire+0x2aca/0x3a20 Read of size 8 at addr ffff8881082d80c8 by task modprobe/2530...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:29
  • Zuletzt bearbeitet 03.11.2025 21:17:42

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Fix double free issue with interrupt buffer allocation In lan78xx_probe(), the buffer `buf` was being freed twice: once implicitly through `usb_free_urb(dev->urb...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:29
  • Zuletzt bearbeitet 03.11.2025 21:17:42

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Properly hide first-in-list PCIe extended capability There are cases where a PCIe extended capability should be hidden from the user. For example, an unknown capability (...

  • EPSS 0.01%
  • Veröffentlicht 27.12.2024 14:15:29
  • Zuletzt bearbeitet 03.11.2025 21:17:43

In the Linux kernel, the following vulnerability has been resolved: svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() There's issue as follows: RPC: Registered rdma transport module. RPC: Registered rdma backchannel transport module....