Debian

Debian 13 (trixie)

13181 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.08%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: vduse: fix memory corruption in vduse_dev_ioctl() The "config.offset" comes from the user. There needs to a check to prevent it being out of bounds. The "config.offset" and "dev-...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: net: netlink: af_netlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoid empty skb. This prevents a division error in netem_enqueue function w...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg The implementation of BPF_CMPXCHG on a high level has the following parameters: .-[old-val] ...

  • EPSS 0.06%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix kernel address leakage in atomic fetch The change in commit 37086bfdc737 ("bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH") around check_mem_access() han...

  • EPSS 0.04%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scpi: Fix string overflow in SCPI genpd driver Without the bound checks for scpi_pd->name, it could result in the buffer overflow when copying the SCPI device name fr...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix null ptr access msm_ioctl_gem_submit() Fix the below null pointer dereference in msm_ioctl_gem_submit(): 26545.260705: Call trace: 26545.263223: kref_put+0x1c/...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present.

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:40

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfc_genl_dump_devices_done When kmalloc in nfc_genl_dump_devices() fails then nfc_genl_dump_devices_done() segfaults as below KASAN: null-ptr-deref in range [...

  • EPSS 0.08%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:40

In the Linux kernel, the following vulnerability has been resolved: i2c: virtio: fix completion handling The driver currently assumes that the notify callback is only received when the device is done with all the queued buffers. However, this is n...

  • EPSS 0.07%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:40

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a user-after-free in add_pble_prm When irdma_hmc_sd_one fails, 'chunk' is freed while its still on the PBLE info list. Add the chunk entry to the PBLE info list on...