Debian

Debian 14 (forky)

13684 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 07:15:06
  • Zuletzt bearbeitet 12.09.2024 14:54:41

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information.

  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 07:15:06
  • Zuletzt bearbeitet 12.09.2024 14:52:54

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix handling of cached open files in nfsd4_open codepath Commit fb70bf124b05 ("NFSD: Instantiate a struct file when creating a regular NFSv4 file") added the ability to cache...

  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 07:15:06
  • Zuletzt bearbeitet 12.09.2024 14:47:08

In the Linux kernel, the following vulnerability has been resolved: iommu/iova: Fix alloc iova overflows issue In __alloc_and_insert_iova_range, there is an issue that retry_pfn overflows. The value of iovad->anchor.pfn_hi is ~0UL, then when iovad-...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 07:15:06
  • Zuletzt bearbeitet 12.09.2024 14:49:30

In the Linux kernel, the following vulnerability has been resolved: drm/msm: another fix for the headless Adreno GPU Fix another oops reproducible when rebooting the board with the Adreno GPU working in the headless mode (e.g. iMX platforms). Unab...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 06.09.2024 14:46:30

In the Linux kernel, the following vulnerability has been resolved: ice: Fix potential memory leak in ice_gnss_tty_write() The ice_gnss_tty_write() return directly if the write_buf alloc failed, leaking the cmd_buf. Fix by free cmd_buf if write_bu...

  • EPSS 0.03%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 06.09.2024 14:48:20

In the Linux kernel, the following vulnerability has been resolved: ice: Add check for kzalloc Add the check for the return value of kzalloc in order to avoid NULL pointer dereference. Moreover, use the goto-label to share the clean code.

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 06.09.2024 14:55:46

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the drive...

  • EPSS 0.03%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 29.08.2024 02:36:17

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Fix memory leak in msm_mdss_parse_data_bus_icc_path of_icc_get() alloc resources for path1, we should release it when not need anymore. Early return when IS_ERR_OR_NUL...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 06.09.2024 15:08:10

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: sof-nau8825: fix module alias overflow The maximum name length for a platform_device_id entry is 20 characters including the trailing NUL byte. The sof_nau8825.c file ...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 07:15:05
  • Zuletzt bearbeitet 06.09.2024 15:11:16

In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM storvsc_queuecommand() maps the scatter/gather list using scsi_dma_map(), which in a confidential VM allocates swio...