Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 25.03.2025 14:58:01

In the Linux kernel, the following vulnerability has been resolved: blk-mq: don't touch ->tagset in blk_mq_get_sq_hctx blk_mq_run_hw_queues() could be run when there isn't queued request and after queue is cleaned up, at that time tagset is freed, ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 21.10.2025 12:16:01

In the Linux kernel, the following vulnerability has been resolved: sfc: fix considering that all channels have TX queues Normally, all channels have RX and TX queues, but this is not true if modparam efx_separate_tx_channels=1 is used. In that cas...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 22.09.2025 20:29:59

In the Linux kernel, the following vulnerability has been resolved: driver core: Fix wait_for_device_probe() & deferred_probe_timeout interaction Mounting NFS rootfs was timing out when deferred_probe_timeout was non-zero [1]. This was because ip_...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 21.10.2025 12:15:50

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215897 I have encountered a bug in F2FS fi...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 01.10.2025 20:16:15

In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_fill_super If jffs2_iget() or d_make_root() in jffs2_do_fill_super() returns an error, we can observe the following kmemleak report: -----------...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 01.10.2025 20:16:15

In the Linux kernel, the following vulnerability has been resolved: soc: rockchip: Fix refcount leak in rockchip_grf_init of_find_matching_node_and_match returns a node pointer with refcount incremented, we should use of_node_put() on it when done....

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:14
  • Zuletzt bearbeitet 21.10.2025 12:15:39

In the Linux kernel, the following vulnerability has been resolved: watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context' This patch fixes the issue 'BUG: Invalid wait context' during restart() callback by using clk_prepare_enable() instead of pm_ru...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 21.10.2025 12:16:27

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to clear dirty inode in f2fs_evict_inode() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215904 The kernel message is shown below: kerne...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 01.10.2025 20:16:12

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Off by one in dm_dmub_outbox1_low_irq() The > ARRAY_SIZE() should be >= ARRAY_SIZE() to prevent an out of bounds access.

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:13
  • Zuletzt bearbeitet 01.10.2025 20:16:12

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix reference count leak in smb_check_perm_dacl() The issue happens in a specific path in smb_check_perm_dacl(). When "id" and "uid" have the same value, the function simply...