Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 28.12.2024 10:15:13
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 28.12.2024 10:15:13
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 28.12.2024 10:15:12
  • Zuletzt bearbeitet 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.02%
  • Veröffentlicht 28.12.2024 10:15:12
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 28.12.2024 10:15:11
  • Zuletzt bearbeitet 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().

  • EPSS 0.02%
  • Veröffentlicht 28.12.2024 10:15:11
  • Zuletzt bearbeitet 26.09.2025 20:26:57

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Check num_codecs is not zero to avoid panic during probe Following commit 13f58267cda3 ("ASoC: soc.h: don't create dummy Component via COMP_DUMMY()"), COMP_DUMMY() ...

  • EPSS 0.01%
  • Veröffentlicht 28.12.2024 10:15:10
  • Zuletzt bearbeitet 01.10.2025 20:17:40

In the Linux kernel, the following vulnerability has been resolved: irqchip/riscv-aplic: Prevent crash when MSI domain is missing If the APLIC driver is probed before the IMSIC driver, the parent MSI domain will be missing, which causes a NULL poin...

  • EPSS 0.01%
  • Veröffentlicht 28.12.2024 10:15:10
  • Zuletzt bearbeitet 03.11.2025 21:18:18

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: hdmi: Avoid hang with debug registers when suspended Trying to read /sys/kernel/debug/dri/1/hdmi1_regs when the hdmi is disconnected results in a fatal system hang. This ...

  • EPSS 0.01%
  • Veröffentlicht 28.12.2024 10:15:09
  • Zuletzt bearbeitet 03.11.2025 21:18:18

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c Add error pointer check after calling otx2_mbox_get_rsp().

  • EPSS 0.02%
  • Veröffentlicht 28.12.2024 10:15:09
  • Zuletzt bearbeitet 06.10.2025 17:43:03

In the Linux kernel, the following vulnerability has been resolved: media: intel/ipu6: do not handle interrupts when device is disabled Some IPU6 devices have shared interrupts. We need to handle properly case when interrupt is triggered from other...