Debian

Debian Linux

9941 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:16
  • Zuletzt bearbeitet 08.01.2026 17:42:36

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix jump offset calculation in tailcall The extra pass of bpf_int_jit_compile() skips JIT context initialization which essentially skips offset calculation leaving ...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:14
  • Zuletzt bearbeitet 09.01.2026 15:57:13

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix refcount leak on table dump There is a reference count leak in ctnetlink_dump_table(): if (res < 0) { nf_conntrack_get(&ct->ct_gener...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:12
  • Zuletzt bearbeitet 17.03.2026 16:21:17

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctp_rcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzb...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:09
  • Zuletzt bearbeitet 17.03.2026 16:20:39

In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfs_bnode_read() This patch introduces is_bnode_offset_valid() method that checks the requested offset value. Also, it introduces check_and_correct_r...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:09
  • Zuletzt bearbeitet 09.01.2026 16:09:49

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() The hfsplus_bnode_read() method can trigger the issue: [ 174.852007][ T9784] =============================================...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:03
  • Zuletzt bearbeitet 17.03.2026 16:20:07

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() The hfsplus_readdir() method is capable to crash by calling hfsplus_uni2asc(): [ 667.121659][ T9805] ===================...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:02
  • Zuletzt bearbeitet 17.03.2026 16:15:59

In the Linux kernel, the following vulnerability has been resolved: hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file() When the volume header contains erroneous values that do not reflect the actual state of the filesystem, hfsplus_fil...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:01
  • Zuletzt bearbeitet 09.01.2026 16:11:13

In the Linux kernel, the following vulnerability has been resolved: smb/server: avoid deadlock when linking with ReplaceIfExists If smb2_create_link() is called with ReplaceIfExists set and the name does exist then a deadlock will happen. ksmbd_vf...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:32:59
  • Zuletzt bearbeitet 17.03.2026 16:16:42

In the Linux kernel, the following vulnerability has been resolved: drbd: add missing kref_get in handle_write_conflicts With `two-primaries` enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:32:58
  • Zuletzt bearbeitet 09.01.2026 16:12:31

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add sanity check for file name The length of the file name should be smaller than the directory entry size.