Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.15%
  • Veröffentlicht 22.08.2025 16:03:02
  • Zuletzt bearbeitet 08.01.2026 22:30:42

In the Linux kernel, the following vulnerability has been resolved: i2c: qup: jump out of the loop in case of timeout Original logic only sets the return value but doesn't jump out of the loop if the bus is kept active by a client. This is not expe...

  • EPSS 0.15%
  • Veröffentlicht 22.08.2025 16:02:59
  • Zuletzt bearbeitet 08.01.2026 22:30:50

In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix NULL dereference on unbind due to stale coupling data Failing to reset coupling_desc.n_coupled after freeing coupled_rdevs can lead to NULL pointer dereference...

  • EPSS 0.15%
  • Veröffentlicht 22.08.2025 16:02:58
  • Zuletzt bearbeitet 07.01.2026 17:31:53

In the Linux kernel, the following vulnerability has been resolved: net: appletalk: Fix use-after-free in AARP proxy probe The AARP proxy‐probe routine (aarp_proxy_probe_network) sends a probe, releases the aarp_lock, sleeps, then re-acquires the l...

  • EPSS 0.14%
  • Veröffentlicht 22.08.2025 16:02:57
  • Zuletzt bearbeitet 07.01.2026 17:32:07

In the Linux kernel, the following vulnerability has been resolved: can: netlink: can_changelink(): fix NULL pointer deref of struct can_priv::do_set_mode Andrei Lalaev reported a NULL pointer deref when a CAN device is restarted from Bus Off and t...

  • EPSS 0.16%
  • Veröffentlicht 22.08.2025 16:02:56
  • Zuletzt bearbeitet 07.01.2026 17:32:42

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in ice_copy_and_init_pkg() Add check for the return value of devm_kmemdup() to prevent potential null pointer dereference.

  • EPSS 0.16%
  • Veröffentlicht 22.08.2025 16:02:55
  • Zuletzt bearbeitet 07.01.2026 17:35:08

In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid file types when reading inodes To prevent inodes with invalid file types from tripping through the vfs and causing malfunctions or assertion failures, add a ...

  • EPSS 0.14%
  • Veröffentlicht 22.08.2025 16:01:02
  • Zuletzt bearbeitet 01.06.2026 17:16:35

In the Linux kernel, the following vulnerability has been resolved: gfs2: No more self recovery When a node withdraws and it turns out that it is the only node that has the filesystem mounted, gfs2 currently tries to replay the local journal to bri...

  • EPSS 0.16%
  • Veröffentlicht 22.08.2025 16:00:56
  • Zuletzt bearbeitet 07.01.2026 17:36:25

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid out-of-boundary access in devs.path - touch /mnt/f2fs/012345678901234567890123456789012345678901234567890123 - truncate -s $((1024*1024*1024)) \ /mnt/f2fs/0123...

  • EPSS 0.12%
  • Veröffentlicht 22.08.2025 16:00:54
  • Zuletzt bearbeitet 07.01.2026 17:36:34

In the Linux kernel, the following vulnerability has been resolved: hfsplus: remove mutex_lock check in hfsplus_free_extents Syzbot reported an issue in hfsplus filesystem: ------------[ cut here ]------------ WARNING: CPU: 0 PID: 4400 at fs/hfspl...

  • EPSS 0.15%
  • Veröffentlicht 22.08.2025 16:00:50
  • Zuletzt bearbeitet 07.01.2026 17:36:41

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Check device memory pointer before usage Add a NULL check before accessing device memory to prevent a crash if dev->dm allocation in mlx5_init_once() fails.