Debian

Debian 11 (bullseye)

8666 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:16
  • Zuletzt bearbeitet 12.05.2026 13:16:19

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: ceph: remove the incorrect Fw reference check when dirtying pages When doing the direct-io reads it will also try to mark pages dirty, but for the read path it won't hold the Fw ca...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: fbdev: sisfb: Fix strbuf array overflow The values of the variables xres and yres are placed in strbuf. These variables are obtained from strbuf1. The strbuf1 array contains digit ...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:58

In the Linux kernel, the following vulnerability has been resolved: virtio_pmem: Check device status before requesting flush If a pmem device is in a bad status, the driver side could wait for host ack forever in virtio_pmem_flush(), causing the sy...

  • EPSS 0.01%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:59

In the Linux kernel, the following vulnerability has been resolved: mptcp: handle consistently DSS corruption Bugged peer implementation can send corrupted DSS options, consistently hitting a few warning in the data path. Use DEBUG_NET assertions, ...

  • EPSS 0.02%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:59

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Stop the active perfmon before being destroyed Upon closing the file descriptor, the active performance monitor is not stopped. Although all perfmons are destroyed in `vc4...

  • EPSS 0.02%
  • Veröffentlicht 08.11.2024 06:15:15
  • Zuletzt bearbeitet 12.05.2026 13:16:19

In the Linux kernel, the following vulnerability has been resolved: net: phy: dp83869: fix memory corruption when enabling fiber When configuring the fiber port, the DP83869 PHY driver incorrectly calls linkmode_set_bit() with a bit mask (1 << 10) ...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: net: systemport: fix potential memory leak in bcm_sysport_xmit() The bcm_sysport_xmit() returns NETDEV_TX_OK without freeing skb in case of dma_map_single() fails, add dev_kfree_sk...

  • EPSS 0.03%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 01.10.2025 21:15:56

In the Linux kernel, the following vulnerability has been resolved: fsl/fman: Fix refcount handling of fman-related devices In mac_probe() there are multiple calls to of_find_device_by_node(), fman_bind() and fman_port_bind() which takes references...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in be_xmit() The be_xmit() returns NETDEV_TX_OK without freeing skb in case of be_xmit_enqueue() fails, add dev_kfree_skb_any() to fix it.