Debian

Debian 11 (bullseye)

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 10.01.2025 19:06:40

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential use-after-free during probe Kasan has reported the following use after free on dev->iommu. when a device probe fails and it is in process of freeing dev->iommu...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 03.10.2025 14:06:07

In the Linux kernel, the following vulnerability has been resolved: mm: don't try to NUMA-migrate COW pages that have other uses Oded Gabbay reports that enabling NUMA balancing causes corruption with his Gaudi accelerator test load: "All the det...

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 03.10.2025 14:11:23

In the Linux kernel, the following vulnerability has been resolved: perf: Fix list corruption in perf_cgroup_switch() There's list corruption on cgrp_cpuctx_list. This happens on the following path: perf_cgroup_switch: list_for_each_entry(cgrp_c...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 03.10.2025 14:13:18

In the Linux kernel, the following vulnerability has been resolved: fs/proc: task_mmu.c: don't read mapcount for migration entry The syzbot reported the below BUG: kernel BUG at include/linux/page-flags.h:785! invalid opcode: 0000 [#1] PREEMPT...

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 24.09.2025 16:51:16

In the Linux kernel, the following vulnerability has been resolved: phy: ti: Fix missing sentinel for clk_div_table _get_table_maxdiv() tries to access "clk_div_table" array out of bound defined in phy-j721e-wiz.c. Add a sentinel entry to prevent t...

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 21.11.2024 07:34:07

In the Linux kernel, the following vulnerability has been resolved: vt_ioctl: fix array_index_nospec in vt_setactivate array_index_nospec ensures that an out-of-bounds value is set to zero on the transient path. Decreasing the value by one afterwar...

  • EPSS 0.01%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 06.03.2025 12:53:17

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup ax88179_rx_fixup() contains several out-of-bounds accesses that can be triggered by a malicious (or defective) USB de...

  • EPSS 0.04%
  • Veröffentlicht 16.07.2024 12:15:04
  • Zuletzt bearbeitet 03.10.2025 14:17:44

In the Linux kernel, the following vulnerability has been resolved: eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX Commit effa453168a7 ("i2c: i801: Don't silently correct invalid transfer size") revealed that ee1004_eeprom_read() did not pr...

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: gpmi: don't leak PM reference in error path If gpmi_nfc_apply_timings() fails, the PM runtime usage counter must be dropped.

  • EPSS 0.02%
  • Veröffentlicht 16.07.2024 12:15:03
  • Zuletzt bearbeitet 21.11.2024 07:34:00

In the Linux kernel, the following vulnerability has been resolved: net: dsa: lantiq_gswip: fix use after free in gswip_remove() of_node_put(priv->ds->slave_mii_bus->dev.of_node) should be done before mdiobus_free(priv->ds->slave_mii_bus).