Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 28.12.2024 10:15:15
  • Last modified 01.10.2025 20:17:41

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()' The `kfd_get_cu_occupancy` function previously declared a large `cu_occupancy` array as a loca...

  • EPSS 0.03%
  • Published 28.12.2024 10:15:15
  • Last modified 01.10.2025 20:17:41

In the Linux kernel, the following vulnerability has been resolved: ALSA: core: Fix possible NULL dereference caused by kunit_kzalloc() kunit_kzalloc() may return a NULL pointer, dereferencing it without NULL check may lead to NULL dereference. Add...

  • EPSS 0.04%
  • Published 28.12.2024 10:15:14
  • Last modified 03.11.2025 21:18:19

In the Linux kernel, the following vulnerability has been resolved: mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device While design wise the idea of converting the driver to use the hierarchy of the IRQ chips is correct, the implementa...

  • EPSS 0.04%
  • Published 28.12.2024 10:15:14
  • Last modified 01.10.2025 20:17:40

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on node blkaddr in truncate_node() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/segment.c:2534! RIP:...

  • EPSS 0.06%
  • Published 28.12.2024 10:15:14
  • Last modified 03.11.2025 21:18:20

In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault f...

  • EPSS 0.05%
  • Published 28.12.2024 10:15:13
  • Last modified 01.10.2025 21:16:39

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: epf-mhi: Avoid NULL dereference if DT lacks 'mmio' If platform_get_resource_byname() fails and returns NULL because DT lacks an 'mmio' property for the MHI endpoint,...

  • EPSS 0.02%
  • Published 28.12.2024 10:15:13
  • Last modified 03.11.2025 21:18:19

In the Linux kernel, the following vulnerability has been resolved: crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY Since commit 8f4f68e788c3 ("crypto: pcrypt - Fix hungtask for PADATA_RESET"), the pcrypt encrypt...

  • EPSS 0.03%
  • Published 28.12.2024 10:15:12
  • Last modified 03.11.2025 21:18:19

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix hardware lockup on first Rx endpoint request There is a possibility that a request's callback could be invoked from usb_ep_queue() (call trace below, supplemented wi...

  • EPSS 0.05%
  • Published 28.12.2024 10:15:12
  • Last modified 03.11.2025 21:18:19

In the Linux kernel, the following vulnerability has been resolved: sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport Since transport->sock has been set to NULL during reset transport, XPRT_SOCK_UPD_TIMEOUT also needs to be cleared. Otherwis...

  • EPSS 0.04%
  • Published 28.12.2024 10:15:11
  • Last modified 07.10.2025 19:54:09

In the Linux kernel, the following vulnerability has been resolved: mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks() It should be size of the struct clk_bulk_data, not data pointer pass to devm_kcalloc().