Linux

Linux Kernel

12376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • 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.02%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 30.12.2024 20:09:41

In the Linux kernel, the following vulnerability has been resolved: cxl/mem: Fix shutdown order Ira reports that removing cxl_mock_mem causes a crash with the following trace: BUG: kernel NULL pointer dereference, address: 0000000000000044 [..] ...

  • EPSS 0.04%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 30.12.2024 20:09:31

In the Linux kernel, the following vulnerability has been resolved: media: hantro: Check whether reset op is defined before use The i.MX8MM/N/P does not define the .reset op since reset of the VPU is done by genpd. Check whether the .reset op is de...

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

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5_mkey_cache_init(), del...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 16:15:22
  • Zuletzt bearbeitet 30.12.2024 20:09:19

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix to avoid use-after-free on dic Call trace: __memcpy+0x128/0x250 f2fs_read_multi_pages+0x940/0xf7c f2fs_mpage_readpages+0x5a8/0x624 f2fs_readahead+0x5c/0x110...

  • 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 03.02.2025 16:13:08

In the Linux kernel, the following vulnerability has been resolved: padata: Fix refcnt handling in padata_free_shell() In a high-load arm64 environment, the pcrypt_aead01 test in LTP can lead to system UAF (Use-After-Free) issues. Due to the length...

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