Debian

Debian 12 (bookworm)

11227 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:15
  • Zuletzt bearbeitet 15.05.2026 13:31:46

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort on file creation due to name hash collision If we attempt to create several files with names that result in the same hash, we have to pack them in same...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:14
  • Zuletzt bearbeitet 15.05.2026 13:32:58

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort on set received ioctl due to item overflow If the set received ioctl fails due to an item overflow when attempting to add the BTRFS_UUID_KEY_RECEIVED_S...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:13
  • Zuletzt bearbeitet 15.05.2026 16:03:01

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050-core: fix pm_runtime error handling The return value of pm_runtime_get_sync() is not checked, allowing the driver to access hardware that may fail to resume. The...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:11
  • Zuletzt bearbeitet 15.05.2026 16:02:09

In the Linux kernel, the following vulnerability has been resolved: iio: light: bh1780: fix PM runtime leak on error path Move pm_runtime_put_autosuspend() before the error check to ensure the PM runtime reference count is always decremented after ...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:10
  • Zuletzt bearbeitet 15.05.2026 19:22:40

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in DMA ring dequeue The HCI DMA dequeue path (hci_dma_dequeue_xfer()) may be invoked for multiple transfers that timeout around the same time. However,...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:09
  • Zuletzt bearbeitet 15.05.2026 19:32:14

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA dequeue The logic used to abort the DMA ring contains several flaws: 1. The driver unconditionally issues a ring abort ...

  • EPSS 0.04%
  • Veröffentlicht 08.05.2026 13:41:53
  • Zuletzt bearbeitet 15.05.2026 19:29:35

In the Linux kernel, the following vulnerability has been resolved: smb: client: require a full NFS mode SID before reading mode bits parse_dacl() treats an ACE SID matching sid_unix_NFS_mode as an NFS mode SID and reads sid.sub_auth[2] to recover ...

  • EPSS 0.02%
  • Veröffentlicht 08.05.2026 13:39:30
  • Zuletzt bearbeitet 12.05.2026 14:10:27

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix die ID init and look up bugs In snbep_pci2phy_map_init(), in the nr_node_ids > 8 path, uncore_device_to_die() may return -1 when all CPUs associated with...

  • EPSS 0.03%
  • Veröffentlicht 08.05.2026 13:37:20
  • Zuletzt bearbeitet 12.05.2026 14:10:27

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_subset: Fix unbalanced refcnt in geth_free geth_alloc() increments the reference count, but geth_free() fails to decrement it. This prevents the configuration of att...

  • EPSS 0.03%
  • Veröffentlicht 08.05.2026 13:37:19
  • Zuletzt bearbeitet 12.05.2026 14:10:27

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_rndis: Protect RNDIS options with mutex The class/subclass/protocol options are suspectible to race conditions as they can be accessed concurrently through configfs....