Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 31.01.2025 16:01:34

In the Linux kernel, the following vulnerability has been resolved: drm/bridge: lt8912b: Fix crash on bridge detach The lt8912b driver, in its bridge detach function, calls drm_connector_unregister() and drm_connector_cleanup(). drm_connector_unre...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 03.11.2025 20:16:05

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Fix coverity issue with unintentional integer overflow 1. Instead of multiplying 2 variable of different types. Change to assign a value of one variable and then mult...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 02.04.2025 15:04:52

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt7629: Add check for mtk_alloc_clk_data Add the check for the return value of mtk_alloc_clk_data() in order to avoid NULL pointer dereference.

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 14.01.2025 17:32:34

In the Linux kernel, the following vulnerability has been resolved: perf: hisi: Fix use-after-free when register pmu fails When we fail to register the uncore pmu, the pmu context may not been allocated. The error handing will call cpuhp_state_remo...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 23.09.2025 22:47:36

In the Linux kernel, the following vulnerability has been resolved: perf/core: Bail out early if the request AUX area is out of bound When perf-record with a large AUX area, e.g 4GB, it fails with: #perf record -C 0 -m ,4G -e arm_spe_0// -- sl...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 23.09.2025 23:20:49

In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 15.01.2025 18:14:41

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbd_open Commit 4af5f2e03013 ("nbd: use blk_mq_alloc_disk and blk_cleanup_disk") cleans up disk by blk_cleanup_disk() and it won't set disk->private_data as NULL as...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 02.04.2025 14:57:25

In the Linux kernel, the following vulnerability has been resolved: fbdev: imsttfb: fix a resource leak in probe I've re-written the error handling but the bug is that if init_imstt() fails we need to call iounmap(par->cmap_regs).

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 26.09.2025 16:46:04

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Do not broadcast to other cpus when starting a counter This command: $ perf record -e cycles:k -e instructions:k -c 10000 -m 64M dd if=/dev/zero of=/dev/null count=...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:21
  • Zuletzt bearbeitet 31.12.2024 19:48:59

In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix use after free in rmi_unregister_function() The put_device() calls rmi_release_function() which frees "fn" so the dereference on the next line "fn->num_...