Linux

Linux

8956 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.1%
  • Veröffentlicht 09.11.2024 11:15:04
  • Zuletzt bearbeitet 26.09.2025 18:21:11

In the Linux kernel, the following vulnerability has been resolved: lib: alloc_tag_module_unload must wait for pending kfree_rcu calls Ben Greear reports following splat: ------------[ cut here ]------------ net/netfilter/nf_nat_core.c:1114 modul...

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

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: skip HugeTLB pages for unuse_vma I got a bad pud error and lost a 1GB HugeTLB when calling swapoff. The problem can be reproduced by the following steps: 1. Allocat...

  • EPSS 0.03%
  • Veröffentlicht 08.11.2024 06:15:16
  • Zuletzt bearbeitet 03.11.2025 23:17:01

In the Linux kernel, the following vulnerability has been resolved: maple_tree: correct tree corruption on spanning store Patch series "maple_tree: correct tree corruption on spanning store", v3. There has been a nasty yet subtle maple tree corrup...

  • EPSS 0%
  • Veröffentlicht 21.10.2024 13:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:21

In the Linux kernel, the following vulnerability has been resolved: f2fs: Require FMODE_WRITE for atomic write ioctls The F2FS ioctls for starting and committing atomic writes check for inode_owner_or_capable(), but this does not give LSMs like SEL...

  • EPSS 0.01%
  • Veröffentlicht 23.09.2024 10:15:02
  • Zuletzt bearbeitet 08.10.2025 17:09:43

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix compose size exceed boundary syzkaller found a bug: BUG: unable to handle page fault for address: ffffc9000a3b1000 #PF: supervisor write access in kernel mode ...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 23:15:59

In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUG_ON() with error handling at update_ref_for_cow() Instead of a BUG_ON() just return an error, log an error message and abort the transaction in case we find an ex...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:04
  • Zuletzt bearbeitet 03.11.2025 20:16:31

In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfs_dec_ref() properly In walk_up_proc() we BUG_ON(ret) from btrfs_dec_ref(). This is incorrect, we have proper error handling here, return the error.

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:04
  • Zuletzt bearbeitet 08.10.2025 17:07:45

In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tst_run from lwt_seg6local_prog_ops. The syzbot reported that the lwt_seg6 related BPF ops can be invoked via bpf_test_run() without without entering input_action_end_b...

  • EPSS 0.13%
  • Veröffentlicht 18.09.2024 08:15:04
  • Zuletzt bearbeitet 26.09.2025 18:20:24

In the Linux kernel, the following vulnerability has been resolved: bpf: add check for invalid name in btf_name_valid_section() If the length of the name string is 1 and the value of name[0] is NULL byte, an OOB vulnerability occurs in btf_name_val...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:04
  • Zuletzt bearbeitet 26.09.2025 18:20:46

In the Linux kernel, the following vulnerability has been resolved: net: phy: Fix missing of_node_put() for leds The call of of_get_child_by_name() will cause refcount incremented for leds, if it succeeds, it should call of_node_put() to decrease i...