Debian

Debian 12 (bookworm)

11238 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 01:15:12
  • Zuletzt bearbeitet 03.11.2025 22:18:15

In the Linux kernel, the following vulnerability has been resolved: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma->SG_length' is 0. This value is later used to access 'dma->SGarray[dma->SG_length - 1]', which will cause out...

  • EPSS 0.04%
  • Veröffentlicht 21.08.2024 01:15:12
  • Zuletzt bearbeitet 12.05.2026 12:17:08

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() Currently NL80211_RATE_INFO_HE_RU_ALLOC_2x996 is not handled in cfg80211_calculate_bitrate_he(), leadi...

  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 01:15:12
  • Zuletzt bearbeitet 03.11.2025 22:18:15

In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_erp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM (A-TCAM) or in the ordinary circuit TCAM (C-TCAM). The for...

  • EPSS 0.03%
  • Veröffentlicht 21.08.2024 01:15:12
  • Zuletzt bearbeitet 12.05.2026 12:17:08

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via do_filp_open(), permission checking is done against the file's metadata at that moment, a...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:14

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via free_event() ...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:14

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via task_work. However failures wh...

  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 12.05.2026 12:17:07

In the Linux kernel, the following vulnerability has been resolved: devres: Fix memory leakage caused by driver API devm_free_percpu() It will cause memory leakage when use driver API devm_free_percpu() to free memory allocated by devm_alloc_percpu...

  • EPSS 0.01%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 03.09.2024 13:38:34

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix soft lockup under heavy CEQE load CEQEs are handled in interrupt handler currently. This may cause the CPU core staying in interrupt context too long and lead to soft...

  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:15

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacket_allow There are two issues around seqpacket_allow: 1. seqpacket_allow is not initialized when socket is created. Thus if features are ne...

  • EPSS 0.02%
  • Veröffentlicht 21.08.2024 01:15:11
  • Zuletzt bearbeitet 03.11.2025 22:18:15

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: Clean up error handling in vpci_scan_bus() Smatch complains about inconsistent NULL checking in vpci_scan_bus(): drivers/pci/endpoint/functions/pci-epf-vntb.c:1...