Debian

Debian 12 (bookworm)

11237 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.07%
  • Veröffentlicht 16.04.2025 14:13:10
  • Zuletzt bearbeitet 03.11.2025 18:25:48

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadloop in prepare_compress_overwrite() Jan Prusakowski reported a kernel hang issue as below: When running xfstests on linux-next kernel (6.14.0-rc3, 6.12) I...

  • EPSS 0.06%
  • Veröffentlicht 16.04.2025 14:13:09
  • Zuletzt bearbeitet 03.11.2025 20:17:44

In the Linux kernel, the following vulnerability has been resolved: md: fix mddev uaf while iterating all_mddevs list While iterating all_mddevs list from md_notify_reboot() and md_exit(), list_for_each_entry_safe is used, and this can race with de...

  • EPSS 0.07%
  • Veröffentlicht 16.04.2025 14:13:08
  • Zuletzt bearbeitet 27.04.2026 14:16:22

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: don't ignore IO flags If blk-wbt is enabled by default, it's found that raid write performance is quite bad because all IO are throttled by wbt of underlying disks...

  • EPSS 0.09%
  • Veröffentlicht 16.04.2025 14:13:05
  • Zuletzt bearbeitet 19.01.2026 13:16:07

In the Linux kernel, the following vulnerability has been resolved: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() There's issue as follows: BUG: KASAN: use-after-free in ext4_xattr_inode_dec_ref_all+0x6ff/0x790 Read of size 4 at add...

  • EPSS 0.11%
  • Veröffentlicht 16.04.2025 14:13:04
  • Zuletzt bearbeitet 17.03.2026 14:26:08

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: init wiphy_work before allocating rfkill fails syzbort reported a uninitialize wiphy_work_lock in cfg80211_dev_free. [1] After rfkill allocation fails, the wiphy r...

  • EPSS 0.05%
  • Veröffentlicht 16.04.2025 14:13:01
  • Zuletzt bearbeitet 03.11.2025 18:37:29

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix block group refcount race in btrfs_create_pending_block_groups() Block group creation is done in two phases, which results in a slightly unintuitive property: a block gr...

  • EPSS 0.06%
  • Veröffentlicht 16.04.2025 14:12:59
  • Zuletzt bearbeitet 03.11.2025 18:38:15

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid journaling sb update on error if journal is destroying Presently we always BUG_ON if trying to start a transaction on a journal marked with JBD2_UNMOUNT, since this sho...

  • EPSS 0.12%
  • Veröffentlicht 16.04.2025 14:12:57
  • Zuletzt bearbeitet 19.01.2026 13:16:07

In the Linux kernel, the following vulnerability has been resolved: net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF. SIOCBRDELIF is passed to dev_ioctl() first and later forwarded to br_ioctl_call(), which causes unnecessary RTNL dance and t...

  • EPSS 0.08%
  • Veröffentlicht 16.04.2025 14:12:56
  • Zuletzt bearbeitet 03.11.2025 18:42:15

In the Linux kernel, the following vulnerability has been resolved: ax25: Remove broken autobind Binding AX25 socket by using the autobind feature leads to memory leaks in ax25_connect() and also refcount leaks in ax25_release(). Memory leak was de...

  • EPSS 0.09%
  • Veröffentlicht 16.04.2025 14:12:55
  • Zuletzt bearbeitet 11.01.2026 17:15:52

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() There are actually 2 problems: - deleting the last element doesn't require the memmove of element...