Linux

Linux

7462 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 02.04.2025 15:18:02

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: clk-mt6765: 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.03%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 26.09.2025 17:09:52

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: llcc: Handle a second device without data corruption Usually there is only one llcc device. But if there were a second, even a failed probe call would modify the global ...

  • EPSS 0.03%
  • Veröffentlicht 21.05.2024 16:15:23
  • Zuletzt bearbeitet 02.04.2025 15:15:27

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: fix race condition in status line change on dead connections gsm_cleanup_mux() cleans up the gsm by closing all DLCIs, stopping all timers, removing the virtual tty dev...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 26.09.2025 16:18:29

In the Linux kernel, the following vulnerability has been resolved: hid: cp2112: Fix duplicate workqueue initialization Previously the cp2112 driver called INIT_DELAYED_WORK within cp2112_gpio_irq_startup, resulting in duplicate initilizations of t...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 02.04.2025 15:06:01

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix possible NULL pointer dereference caused by driver concurrency In _dwc2_hcd_urb_enqueue(), "urb->hcpriv = NULL" is executed without holding the lock "hsotg->lock". I...

  • 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.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.01%
  • 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=...