Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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 ...

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

In the Linux kernel, the following vulnerability has been resolved: spi: fsl-qspi: use devm function instead of driver remove Driver use devm APIs to manage clk/irq/resources and register the spi controller, but the legacy remove function will be c...

  • EPSS 0.02%
  • Veröffentlicht 09.05.2025 06:41:50
  • Zuletzt bearbeitet 14.11.2025 19:35:23

In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: brcmnand: fix PM resume warning Fixed warning on PM resume as shown below caused due to uninitialized struct nand_operation that checks chip select field : WARN_ON(op...

  • EPSS 0.01%
  • Veröffentlicht 09.05.2025 06:41:50
  • Zuletzt bearbeitet 17.11.2025 12:50:14

In the Linux kernel, the following vulnerability has been resolved: pm: cpupower: bench: Prevent NULL dereference on malloc failure If malloc returns NULL due to low memory, 'config' pointer can be NULL. Add a check to prevent NULL dereference.

  • EPSS 0.01%
  • Veröffentlicht 09.05.2025 06:41:49
  • Zuletzt bearbeitet 14.11.2025 19:54:45

In the Linux kernel, the following vulnerability has been resolved: jbd2: remove wrong sb->s_sequence check Journal emptiness is not determined by sb->s_sequence == 0 but rather by sb->s_start == 0 (which is set a few lines above). Furthermore 0 is...