Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 02.07.2025 14:43:30
  • Zuletzt bearbeitet 20.11.2025 21:58:27

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use list_first_entry_or_null for opinfo_get_list() The list_first_entry() macro never returns NULL. If the list is empty then it returns an invalid pointer. Use list_first...

  • EPSS 0.03%
  • Veröffentlicht 30.06.2025 07:29:45
  • Zuletzt bearbeitet 17.12.2025 18:13:28

In the Linux kernel, the following vulnerability has been resolved: drivers/rapidio/rio_cm.c: prevent possible heap overwrite In riocm_cdev_ioctl(RIO_CM_CHAN_SEND) -> cm_chan_msg_send() -> riocm_ch_send() cm_chan_msg_send() checks that u...

  • EPSS 0.02%
  • Veröffentlicht 30.06.2025 07:29:44
  • Zuletzt bearbeitet 17.12.2025 18:13:20

In the Linux kernel, the following vulnerability has been resolved: powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap memtrace mmap issue has an out of bounds issue. This patch fixes the by checking that the requested mapping regio...

Exploit
  • EPSS 0.02%
  • Veröffentlicht 30.06.2025 07:29:44
  • Zuletzt bearbeitet 19.11.2025 12:56:38

In the Linux kernel, the following vulnerability has been resolved: sunrpc: handle SVC_GARBAGE during svc auth processing as auth error tianshuo han reported a remotely-triggerable crash if the client sends a kernel RPC server a specially crafted p...

  • EPSS 0.02%
  • Veröffentlicht 30.06.2025 07:29:43
  • Zuletzt bearbeitet 19.11.2025 12:57:05

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix use-after-free in taprio_dev_notifier Since taprio’s taprio_dev_notifier() isn’t protected by an RCU read-side critical section, a race with advance_sched() can lead...

  • EPSS 0.03%
  • Veröffentlicht 28.06.2025 07:52:58
  • Zuletzt bearbeitet 17.12.2025 16:36:11

In the Linux kernel, the following vulnerability has been resolved: net: ch9200: fix uninitialised access during mii_nway_restart In mii_nway_restart() the code attempts to call mii->mdio_read which is ch9200_mdio_read(). ch9200_mdio_read() utilise...

  • EPSS 0.03%
  • Veröffentlicht 28.06.2025 07:44:26
  • Zuletzt bearbeitet 18.12.2025 21:21:33

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race huge_pmd_unshare() drops a reference on a page table that may have previously been shared across processes, potentially turning ...

  • EPSS 0.03%
  • Veröffentlicht 28.06.2025 07:44:25
  • Zuletzt bearbeitet 18.12.2025 21:20:39

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: unshare page tables during VMA split, not before Currently, __split_vma() triggers hugetlb page table unsharing through vm_ops->may_split(). This happens before the VM...

  • EPSS 0.03%
  • Veröffentlicht 20.06.2025 11:21:51
  • Zuletzt bearbeitet 17.12.2025 17:01:23

In the Linux kernel, the following vulnerability has been resolved: net_sched: prio: fix a race in prio_tune() Gerrard Tai reported a race condition in PRIO, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:04:07
  • Zuletzt bearbeitet 19.11.2025 12:57:25

In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/poly1305 - fix a read out-of-bound A kasan error was reported during fuzzing: BUG: KASAN: slab-out-of-bounds in neon_poly1305_blocks.constprop.0+0x1b4/0x250 [poly130...