Linux

Linux

8690 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:03
  • Zuletzt bearbeitet 26.09.2025 17:44:45

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2_rename_path() If smb2_set_path_attr() is called with a valid @cfile and returned -EINVAL, we need to call cifs_get_writable_path() aga...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:03
  • Zuletzt bearbeitet 12.05.2026 12:17:11

In the Linux kernel, the following vulnerability has been resolved: Input: uinput - reject requests with unreasonable number of slots When exercising uinput interface syzkaller may try setting up device with a really large number of slots, which c...

  • EPSS 0.13%
  • Veröffentlicht 18.09.2024 08:15:03
  • Zuletzt bearbeitet 08.10.2025 17:08:35

In the Linux kernel, the following vulnerability has been resolved: cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT Set the maximum size of a subrequest that writes to cachefiles to be MAX_RW_COUNT so that we don't overrun the ...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2024 08:15:02
  • Zuletzt bearbeitet 03.11.2025 23:15:57

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between direct IO write and fsync when using same fd If we have 2 threads that are using the same file descriptor and one of them is doing direct IO writes while th...

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

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cow_file_range In the buffered write path, the dirty page owns the qgroup reserve until it creates an ordered_extent. Therefore, any errors that...

  • EPSS 0.05%
  • Veröffentlicht 18.09.2024 07:15:03
  • Zuletzt bearbeitet 03.11.2025 23:15:55

In the Linux kernel, the following vulnerability has been resolved: dmaengine: altera-msgdma: properly free descriptor in msgdma_free_descriptor Remove list_del call in msgdma_chan_desc_cleanup, this should be the role of msgdma_free_descriptor. In...