Debian

Debian Linux

9523 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.08%
  • Veröffentlicht 19.05.2024 11:15:47
  • Zuletzt bearbeitet 04.04.2025 14:24:16

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sb_bread() with pointers_lock held syzbot is reporting sleep in atomic context in SysV filesystem [1], for sb_bread() is called with rw_spinlock held. A "write_lo...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:11
  • Zuletzt bearbeitet 30.12.2024 19:47:46

In the Linux kernel, the following vulnerability has been resolved: net/rds: fix possible cp null dereference cp might be null, calling cp->cp_conn would produce null dereference [Simon Horman adds:] Analysis: * cp is a parameter of __rds_rdma_m...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:11
  • Zuletzt bearbeitet 30.12.2024 19:47:30

In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear ne...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:11
  • Zuletzt bearbeitet 17.12.2025 03:42:21

In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik ...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:11
  • Zuletzt bearbeitet 03.02.2025 16:09:55

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. Whe...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:10
  • Zuletzt bearbeitet 30.12.2024 17:12:29

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Prevent lock inversion deadlock in map delete elem syzkaller started using corpuses where a BPF tracing program deletes elements from a sockmap/sockhash map. Because ...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:10
  • Zuletzt bearbeitet 21.03.2025 18:15:32

In the Linux kernel, the following vulnerability has been resolved: netfilter: validate user input for expected length I got multiple syzbot reports showing old bugs exposed by BPF after commit 20f2505fb436 ("bpf: Try to avoid kzalloc in cgroup/{s,...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:10
  • Zuletzt bearbeitet 17.12.2025 03:42:57

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: discard table flag update with pending basechain deletion Hook unregistration is deferred to the commit phase, same occurs with hook updates triggered by the ...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:10
  • Zuletzt bearbeitet 07.04.2025 18:56:51

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get() nft_unregister_flowtable_type() within nf_flow_inet_module_exit() can concurrent with __nft_flowtable_ty...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:10
  • Zuletzt bearbeitet 07.04.2025 18:56:40

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: flush pending destroy work before exit_net release Similar to 2c9f0293280e ("netfilter: nf_tables: flush pending destroy work before netlink notifier") to add...