Linux

Linux Kernel

13989 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 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...

  • 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: net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when d...

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

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() The "fsp->location" variable comes from user via ethtool_get_rxnfc(). Check that it is valid to prevent...

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

In the Linux kernel, the following vulnerability has been resolved: amt: fix possible memory leak in amt_rcv() If an amt receives packets and it finds socket. If it can't find a socket, it should free a received skb. But it doesn't. So, a memory le...

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

In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle kobject_init_and_add() takes reference even when it fails. According to the doc of kobject_init_and_add() If t...

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

In the Linux kernel, the following vulnerability has been resolved: driver core: fix deadlock in __device_attach In __device_attach function, The lock holding logic is as follows: ... __device_attach device_lock(dev) // get lock dev async_sc...