Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 22.05.2024 07:15:11
  • Zuletzt bearbeitet 02.04.2025 15:10:48

In the Linux kernel, the following vulnerability has been resolved: drm: mxsfb: Fix NULL pointer dereference crash on unload The mxsfb->crtc.funcs may already be NULL when unloading the driver, in which case calling mxsfb_irq_disable() via drm_irq_...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 24.09.2025 01:07:53

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix host stage-2 PGD refcount The KVM page-table library refcounts the pages of concatenated stage-2 PGDs individually. However, when running KVM in protected mode, the...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 24.09.2025 01:18:15

In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_IDLETIMER: fix panic that occurs when timer_type has garbage value Currently, when the rule related to IDLETIMER is added, idletimer_tg timer structure is initialized...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 29.09.2025 16:28:45

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: skip netdev events generated on netns removal syzbot reported following (harmless) WARN: WARNING: CPU: 1 PID: 2648 at net/netfilter/core.c:468 nft_netdev_...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 24.09.2025 01:22:42

In the Linux kernel, the following vulnerability has been resolved: ice: Avoid crash from unnecessary IDA free In the remove path, there is an attempt to free the aux_idx IDA whether it was allocated or not. This can potentially cause a crash when...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 29.09.2025 16:48:58

In the Linux kernel, the following vulnerability has been resolved: powerpc/smp: do not decrement idle task preempt count in CPU offline With PREEMPT_COUNT=y, when a CPU is offlined and then onlined again, we get: BUG: scheduling while atomic: swa...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 02.04.2025 15:11:57

In the Linux kernel, the following vulnerability has been resolved: can: peak_pci: peak_pci_remove(): fix UAF When remove the module peek_pci, referencing 'chan' again after releasing 'dev' will cause UAF. Fix this by releasing 'dev' later. The f...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 29.09.2025 16:44:09

In the Linux kernel, the following vulnerability has been resolved: can: isotp: isotp_sendmsg(): add result check for wait_event_interruptible() Using wait_event_interruptible() to wait for complete transmission, but do not check the result of wait...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 23.09.2025 20:25:47

In the Linux kernel, the following vulnerability has been resolved: ocfs2: mount fails with buffer overflow in strlen Starting with kernel 5.11 built with CONFIG_FORTIFY_SOURCE mouting an ocfs2 filesystem with either o2cb or pcmk cluster stack fail...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 07:15:10
  • Zuletzt bearbeitet 24.09.2025 12:05:35

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after conversion from inline format Commit 6dbf7bb55598 ("fs: Don't invalidate page buffers in block_write_full_page()") uncovered a latent bug in ocfs2 ...