Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:59
  • Zuletzt bearbeitet 17.11.2025 12:51:46

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: debugfs hang_hws skip GPU with MES debugfs hang_hws is used by GPU reset test with HWS, for MES this crash the kernel with NULL pointer access because dqm->packet_mgr i...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:58
  • Zuletzt bearbeitet 17.11.2025 12:52:55

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: Add 'plane' value check Function dispc_ovl_setup is not intended to work with the value OMAP_DSS_WB of the enum parameter plane. The value of this parameter is init...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:57
  • Zuletzt bearbeitet 17.11.2025 12:53:47

In the Linux kernel, the following vulnerability has been resolved: pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config() With CONFIG_COMPILE_TEST && !CONFIG_HAVE_CLK, pwm_mediatek_config() has a divide-by-zero in the following line: do_...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:56
  • Zuletzt bearbeitet 17.11.2025 12:54:15

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Tear down vGIC on failed vCPU creation If kvm_arch_vcpu_create() fails to share the vCPU page with the hypervisor, we propagate the error back to the ioctl but leave th...

  • EPSS 0.01%
  • Veröffentlicht 09.05.2025 06:41:55
  • Zuletzt bearbeitet 17.11.2025 12:54:40

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in ivpu_ms_cleanup() Fix deadlock in ivpu_ms_cleanup() by preventing runtime resume after file_priv->ms_lock is acquired. During a failure in runtime resu...

  • EPSS 0.01%
  • Veröffentlicht 09.05.2025 06:41:55
  • Zuletzt bearbeitet 17.11.2025 12:54:28

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix PM related deadlocks in MS IOCTLs Prevent runtime resume/suspend while MS IOCTLs are in progress. Failed suspend will call ivpu_ms_cleanup() that would try to acqui...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:54
  • Zuletzt bearbeitet 17.11.2025 12:48:18

In the Linux kernel, the following vulnerability has been resolved: tracing: fprobe events: Fix possible UAF on modules Commit ac91052f0ae5 ("tracing: tprobe-events: Fix leakage of module refcount") moved try_module_get() from __find_tracepoint_mod...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:54
  • Zuletzt bearbeitet 17.11.2025 12:54:50

In the Linux kernel, the following vulnerability has been resolved: arm64: mops: Do not dereference src reg for a set operation The source register is not used for SET* and reading it can result in a UBSAN out-of-bounds array access error, specific...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:53
  • Zuletzt bearbeitet 17.11.2025 12:49:02

In the Linux kernel, the following vulnerability has been resolved: cifs: avoid NULL pointer dereference in dbg call cifs_server_dbg() implies server to be non-NULL so move call under condition to avoid NULL pointer dereference. Found by Linux Ver...

  • EPSS 0.01%
  • Veröffentlicht 09.05.2025 06:41:52
  • Zuletzt bearbeitet 17.11.2025 12:49:24

In the Linux kernel, the following vulnerability has been resolved: PCI: pciehp: Avoid unnecessary device replacement check Hot-removal of nested PCI hotplug ports suffers from a long-standing race condition which can lead to a deadlock: A parent ...