Debian

Debian 11 (bullseye)

9132 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 27.03.2025 16:43:49
  • Zuletzt bearbeitet 01.04.2025 15:39:10

In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in local_cleanup() Fix a use-after-free that occurs in kfree_skb() called from local_cleanup(). This could happen when killing nfc daemon (e.g. neard) ...

  • EPSS 0.19%
  • Veröffentlicht 27.03.2025 16:43:49
  • Zuletzt bearbeitet 22.01.2026 20:56:59

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca ("bpf: Fix leakage due to insufficient speculative store bypass m...

  • EPSS 0.13%
  • Veröffentlicht 27.03.2025 16:43:47
  • Zuletzt bearbeitet 01.10.2025 18:15:36

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tp_tunnel_register() The code in l2tp_tunnel_register() is racy in several ways: 1. It modifies the tunnel socket _after_ publishing it. 2. I...

  • EPSS 0.18%
  • Veröffentlicht 27.03.2025 16:43:47
  • Zuletzt bearbeitet 01.04.2025 15:40:10

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: fix possible use-after-free syzbot reported a nasty crash [1] in net_tx_action() which made little sense until we got a repro. This repro installs a taprio ...

  • EPSS 0.19%
  • Veröffentlicht 27.03.2025 16:43:46
  • Zuletzt bearbeitet 30.10.2025 16:20:36

In the Linux kernel, the following vulnerability has been resolved: net: mdio: validate parameter addr in mdiobus_get_phy() The caller may pass any value as addr, what may result in an out-of-bounds access to array mdio_map. One existing case is st...

  • EPSS 0.19%
  • Veröffentlicht 27.03.2025 16:43:43
  • Zuletzt bearbeitet 01.10.2025 18:15:35

In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopff_init() only checks the total sum of the report counts for each report field to be at least 4, but hid_betopff_play() expects 4 rep...

  • EPSS 0.18%
  • Veröffentlicht 27.03.2025 16:43:40
  • Zuletzt bearbeitet 30.10.2025 16:20:51

In the Linux kernel, the following vulnerability has been resolved: bnxt: Do not read past the end of test names Test names were being concatenated based on a offset beyond the end of the first name, which tripped the buffer overflow detection logi...

  • EPSS 0.19%
  • Veröffentlicht 27.03.2025 16:43:38
  • Zuletzt bearbeitet 30.10.2025 16:24:07

In the Linux kernel, the following vulnerability has been resolved: tracing: Make sure trace_printk() can output as soon as it can be used Currently trace_printk() can be used as soon as early_trace_init() is called from start_kernel(). But if a cr...

  • EPSS 0.16%
  • Veröffentlicht 27.03.2025 16:43:38
  • Zuletzt bearbeitet 01.10.2025 21:15:43

In the Linux kernel, the following vulnerability has been resolved: cifs: fix potential memory leaks in session setup Make sure to free cifs_ses::auth_key.response before allocating it as we might end up leaking memory in reconnect or mounting.

  • EPSS 0.19%
  • Veröffentlicht 27.03.2025 16:43:37
  • Zuletzt bearbeitet 30.10.2025 16:24:48

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uncleared server->smbd_conn in reconnect In smbd_destroy(), clear the server->smbd_conn pointer after freeing the smbd_connection struct that it points to so ...