Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 24.05.2024 15:15:19
  • Last modified 21.11.2024 06:36:31

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu: fix potential memleak In function amdgpu_get_xgmi_hive, when kobject_init_and_add failed There is a potential memleak if not call kobject_put.

  • EPSS 0.02%
  • Published 24.05.2024 15:15:19
  • Last modified 01.04.2025 18:42:20

In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again In SRIOV configuration, the reset may failed to bring asic back to normal but stop cpsch already been ca...

  • EPSS 0.02%
  • Published 24.05.2024 15:15:18
  • Last modified 21.11.2024 06:36:29

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode Fix the following NULL pointer dereference in mt7915_get_phy_mode routine adding an ibss interface to the mt7915 d...

  • EPSS 0.02%
  • Published 24.05.2024 15:15:18
  • Last modified 21.11.2024 06:36:29

In the Linux kernel, the following vulnerability has been resolved: net/mlx4_en: Fix an use-after-free bug in mlx4_en_try_alloc_resources() In mlx4_en_try_alloc_resources(), mlx4_en_copy_priv() is called and tmp->tx_cq will be freed on the error pa...

  • EPSS 0.01%
  • Published 24.05.2024 15:15:18
  • Last modified 21.11.2024 06:36:30

In the Linux kernel, the following vulnerability has been resolved: net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings() In qlcnic_83xx_add_rings(), the indirect function of ahw->hw_ops->alloc_mbx_args will be called to al...

  • EPSS 0.05%
  • Published 24.05.2024 15:15:18
  • Last modified 18.09.2025 16:08:22

In the Linux kernel, the following vulnerability has been resolved: tcp: fix page frag corruption on page fault Steffen reported a TCP stream corruption for HTTP requests served by the apache web-server using a cifs mount-point and memory mapping t...

  • EPSS 0.02%
  • Published 24.05.2024 15:15:17
  • Last modified 01.04.2025 18:41:14

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Allocate enough space for GMU registers In commit 142639a52a01 ("drm/msm/a6xx: fix crashstate capture for A650") we changed a6xx_get_gmu_registers() to read 3 sets of...

  • EPSS 0.02%
  • Published 24.05.2024 15:15:17
  • Last modified 18.09.2025 15:56:00

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix wrong list_del in smc_lgr_cleanup_early smc_lgr_cleanup_early() meant to delete the link group from the link group list, but it deleted the list head by mistake. This...

  • EPSS 0.02%
  • Published 24.05.2024 15:15:17
  • Last modified 21.11.2024 06:36:29

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix a memleak bug in rvu_mbox_init() In rvu_mbox_init(), mbox_regions is not freed or passed out under the switch-default region, which could lead to a memory leak. ...

  • EPSS 0.02%
  • Published 24.05.2024 15:15:17
  • Last modified 18.09.2025 15:55:34

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer() Need to call rxrpc_put_local() for peer candidate before kfree() as it holds a ref to rxrpc_local. [DH: v2: Changed to abstract ...