Linux

Linux Kernel

14022 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 06.03.2024 07:15:08
  • Zuletzt bearbeitet 14.02.2025 16:40:22

In the Linux kernel, the following vulnerability has been resolved: ocfs2: Avoid touching renamed directory if parent does not change The VFS will not be locking moved directory if its parent does not change. Change ocfs2 rename code to avoid touch...

  • EPSS 0.02%
  • Veröffentlicht 06.03.2024 07:15:08
  • Zuletzt bearbeitet 14.03.2025 18:52:21

In the Linux kernel, the following vulnerability has been resolved: reiserfs: Avoid touching renamed directory if parent does not change The VFS will not be locking moved directory if its parent does not change. Change reiserfs rename code to avoid...

  • EPSS 0.02%
  • Veröffentlicht 06.03.2024 07:15:08
  • Zuletzt bearbeitet 12.12.2024 15:10:28

In the Linux kernel, the following vulnerability has been resolved: wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap() Since 'ieee80211_beacon_get()' can return NULL, 'wfx_set_mfp_ap()' should check the return value before examini...

  • EPSS 0.06%
  • Veröffentlicht 06.03.2024 07:15:07
  • Zuletzt bearbeitet 14.03.2025 18:58:42

In the Linux kernel, the following vulnerability has been resolved: spmi: mediatek: Fix UAF on device remove The pmif driver data that contains the clocks is allocated along with spmi_controller. On device remove, spmi_controller will be freed firs...

  • EPSS 0.01%
  • Veröffentlicht 06.03.2024 07:15:07
  • Zuletzt bearbeitet 14.03.2025 18:57:42

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper() Return invalid error code -EINVAL for invalid block id. Fixes the below: drivers/gpu/drm/amd/a...

  • EPSS 0.01%
  • Veröffentlicht 06.03.2024 07:15:07
  • Zuletzt bearbeitet 14.02.2025 15:38:51

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add mutex lock in control vblank irq Add a mutex lock to control vblank irq to synchronize vblank enable/disable operations happening from different threads to prevent...

Exploit
  • EPSS 0.01%
  • Veröffentlicht 06.03.2024 07:15:07
  • Zuletzt bearbeitet 14.02.2025 16:39:59

In the Linux kernel, the following vulnerability has been resolved: IB/ipoib: Fix mcast list locking Releasing the `priv->lock` while iterating the `priv->multicast_list` in `ipoib_mcast_join_task()` opens a window for `ipoib_mcast_dev_flush()` to ...

  • EPSS 0.02%
  • Veröffentlicht 06.03.2024 07:15:07
  • Zuletzt bearbeitet 14.02.2025 16:40:14

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to tag gcing flag on page during block migration It needs to add missing gcing flag on page during block migration, in order to garantee migrated data be persisted during...

  • EPSS 0.01%
  • Veröffentlicht 06.03.2024 07:15:06
  • Zuletzt bearbeitet 03.02.2025 14:18:13

In the Linux kernel, the following vulnerability has been resolved: ceph: fix deadlock or deadcode of misusing dget() The lock order is incorrect between denty and its parent, we should always make sure that the parent get the lock first. But sinc...

Exploit
  • EPSS 0.02%
  • Veröffentlicht 05.03.2024 12:15:45
  • Zuletzt bearbeitet 26.02.2025 07:00:18

In the Linux kernel, the following vulnerability has been resolved: crypto: qcom-rng - ensure buffer for generate is completely filled The generate function in struct rng_alg expects that the destination buffer is completely filled if the function ...