Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.28%
  • Veröffentlicht 29.05.2024 19:15:48
  • Zuletzt bearbeitet 04.11.2025 18:16:23

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix possible out-of-bounds in gsm0_receive() Assuming the following: - side A configures the n_gsm in basic option mode - side B sends the header of a basic option mode...

  • EPSS 0.23%
  • Veröffentlicht 29.05.2024 11:16:02
  • Zuletzt bearbeitet 27.09.2025 00:00:29

In the Linux kernel, the following vulnerability has been resolved: tcp: do not accept ACK of bytes we never sent This patch is based on a detailed report and ideas from Yepeng Pan and Christian Rossow. ACK seq validation is currently following RF...

  • EPSS 0.25%
  • Veröffentlicht 29.05.2024 08:15:33
  • Zuletzt bearbeitet 04.11.2025 18:16:23

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in register_device In register_device, the return value of ida_simple_get is unchecked, in witch ida_simple_get will use an invalid index value. To addre...

  • EPSS 0.25%
  • Veröffentlicht 29.05.2024 07:15:10
  • Zuletzt bearbeitet 04.11.2025 18:16:23

In the Linux kernel, the following vulnerability has been resolved: drm/arm/malidp: fix a possible null pointer dereference In malidp_mw_connector_reset, new memory is allocated with kzalloc, but no check is performed. In order to prevent null poin...

  • EPSS 0.24%
  • Veröffentlicht 24.05.2024 16:15:10
  • Zuletzt bearbeitet 17.12.2025 03:31:43

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc Any unprivileged user can attach N_GSM0710 ldisc, but it requires CAP_NET_ADMIN to create a GSM network anyway. Require...

  • EPSS 0.22%
  • Veröffentlicht 24.05.2024 15:15:22
  • Zuletzt bearbeitet 21.11.2024 06:36:34

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect() The free_rtllib() function frees the "dev" pointer so there is use after free on the next line. Re-arrange things...

  • EPSS 0.21%
  • Veröffentlicht 24.05.2024 15:15:22
  • Zuletzt bearbeitet 21.11.2024 06:36:34

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: fix null pointer dereference when IPv6 is not enabled When we try to add an IPv6 nexthop and IPv6 is not enabled (!CONFIG_IPV6) we'll hit a NULL pointer dereference[1...

  • EPSS 0.21%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 01.04.2025 18:32:52

In the Linux kernel, the following vulnerability has been resolved: ice: avoid bpf_prog refcount underflow Ice driver has the routines for managing XDP resources that are shared between ndo_bpf op and VSI rebuild flow. The latter takes place for ex...

  • EPSS 0.22%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 06.01.2025 20:52:59

In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: fix double free issue on err path fix error path handling in prestera_bridge_port_join() that cases prestera driver to crash (see below). Trace: Intern...

  • EPSS 0.23%
  • Veröffentlicht 24.05.2024 15:15:21
  • Zuletzt bearbeitet 18.09.2025 15:41:08

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix kernel panic during drive powercycle test While looping over shost's sdev list it is possible that one of the drives is getting removed and its sas_target object...