Debian

Debian 11 (bullseye)

8657 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 08.05.2026 14:21:27
  • Zuletzt bearbeitet 12.05.2026 14:10:27

In the Linux kernel, the following vulnerability has been resolved: smb: server: fix use-after-free in smb2_open() The opinfo pointer obtained via rcu_dereference(fp->f_opinfo) is dereferenced after rcu_read_unlock(), creating a use-after-free wind...

  • EPSS 0.07%
  • Veröffentlicht 08.05.2026 14:21:23
  • Zuletzt bearbeitet 15.05.2026 15:16:52

In the Linux kernel, the following vulnerability has been resolved: net: ncsi: fix skb leak in error paths Early return paths in NCSI RX and AEN handlers fail to release the received skb, resulting in a memory leak. Specifically, ncsi_aen_handler(...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:21
  • Zuletzt bearbeitet 15.05.2026 15:18:18

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free race in VM acquire Replace non-atomic vm->process_info assignment with cmpxchg() to prevent race when parent/child processes sharing a drm_file both ...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:16
  • Zuletzt bearbeitet 15.05.2026 16:14:25

In the Linux kernel, the following vulnerability has been resolved: x86/apic: Disable x2apic on resume if the kernel expects so When resuming from s2ram, firmware may re-enable x2apic mode, which may have been disabled by the kernel during boot eit...

  • EPSS 0.02%
  • Veröffentlicht 08.05.2026 14:21:16
  • Zuletzt bearbeitet 15.05.2026 16:13:54

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix in-place encryption corruption in SMB2_write() SMB2_write() places write payload in iov[1..n] as part of rq_iov. smb3_init_transform_rq() pointer-shares rq_iov, so...

  • EPSS 0.01%
  • Veröffentlicht 08.05.2026 14:21:15
  • Zuletzt bearbeitet 15.05.2026 13:29:54

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction abort when snapshotting received subvolumes Currently a user can trigger a transaction abort by snapshotting a previously received snapshot a bunch of times ...

  • 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.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 ...