Debian

Debian Linux

9316 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 10.01.2025 17:43:16

In the Linux kernel, the following vulnerability has been resolved: of: Fix double free in of_parse_phandle_with_args_map In of_parse_phandle_with_args_map() the inner loop that iterates through the map entries calls of_node_put(new) to free the re...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 15:15:19
  • Zuletzt bearbeitet 21.11.2024 08:40:21

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv: Add a null pointer check in opal_event_init() kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.

  • EPSS 0.16%
  • Veröffentlicht 17.05.2024 14:15:20
  • Zuletzt bearbeitet 07.04.2025 19:05:53

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 07.04.2025 19:06:07

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in lima_heap_alloc When lima_vm_map_bo fails, the resources need to be deallocated, or there will be memleaks.

  • EPSS 0.03%
  • Veröffentlicht 17.05.2024 14:15:19
  • Zuletzt bearbeitet 07.04.2025 19:06:00

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA This dma_alloc_coherent() is undone neither in the remove function, nor in the error handling path of fsl_qd...

  • EPSS 0.02%
  • Veröffentlicht 17.05.2024 14:15:18
  • Zuletzt bearbeitet 14.01.2025 14:54:31

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix some memleaks in lbs_allocate_cmd_buffer() In the for statement of lbs_allocate_cmd_buffer(), if the allocation of cmdarray[i].cmdbuf fails, both cmdarray and c...

  • EPSS 0.27%
  • Veröffentlicht 17.05.2024 14:15:17
  • Zuletzt bearbeitet 07.04.2025 19:06:14

In the Linux kernel, the following vulnerability has been resolved: vt: fix unicode buffer corruption when deleting characters This is the same issue that was fixed for the VGA text buffer in commit 39cdb68c64d8 ("vt: fix memory overlapping when de...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:16
  • Zuletzt bearbeitet 15.12.2025 20:43:18

In the Linux kernel, the following vulnerability has been resolved: fs/aio: Check IOCB_AIO_RW before the struct aio_kiocb conversion The first kiocb_set_cancel_fn() argument may point at a struct kiocb that is not embedded inside struct aio_kiocb. ...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:15
  • Zuletzt bearbeitet 14.01.2025 14:23:38

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix use-after-free bug in brcmf_cfg80211_detach This is the candidate patch of CVE-2023-47233 : https://nvd.nist.gov/vuln/detail/CVE-2023-47233 In brcm80211 driver...

  • EPSS 0.01%
  • Veröffentlicht 17.05.2024 14:15:14
  • Zuletzt bearbeitet 10.01.2025 18:11:39

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Always disable interrupts when taking cgr_lock smp_call_function_single disables IRQs when executing the callback. To prevent deadlocks, we must disable IRQs when ...