Linux

Linux Kernel

12957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:45
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() BUG: KASAN: slab-out-of-bounds in hfsplus_uni2asc+0xa71/0xb90 fs/hfsplus/unicode.c:186 Read of size 2 at addr ffff8880289e...

  • EPSS 0.02%
  • Veröffentlicht 28.10.2025 11:48:44
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: riscv, bpf: Sign extend struct ops return values properly The ns_bpf_qdisc selftest triggers a kernel panic: Unable to handle kernel paging request at virtual address ffffffff...

  • EPSS 0.05%
  • Veröffentlicht 28.10.2025 11:48:44
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: nbd: restrict sockets to TCP and UDP Recently, syzbot started to abuse NBD with all kinds of sockets. Commit cf1b2326b734 ("nbd: verify socket is supported during setup") made sur...

  • EPSS 0.06%
  • Veröffentlicht 28.10.2025 11:48:43
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: bpf: Explicitly check accesses to bpf_sock_addr Syzkaller found a kernel warning on the following sock_addr program: 0: r0 = 0 1: r2 = *(u32 *)(r1 +60) 2: exit which ...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:42
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: PCI: rcar-host: Pass proper IRQ domain to generic_handle_domain_irq() Starting with commit dd26c1a23fd5 ("PCI: rcar-host: Switch to msi_create_parent_irq_domain()"), the MSI parent...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:42
  • Zuletzt bearbeitet 24.11.2025 10:16:01

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid overflow while left shift operation Should cast type of folio->index from pgoff_t to loff_t to avoid overflow while left shift operation.

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:41
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: ipv4: start using dst_dev_rcu() Change icmpv4_xrlim_allow(), ip_defrag() to prevent possible UAF. Change ipmr_prepare_xmit(), ipmr_queue_fwd_xmit(), ip_mr_output(), ipv4_neigh_loo...

  • EPSS 0.02%
  • Veröffentlicht 28.10.2025 11:48:41
  • Zuletzt bearbeitet 18.12.2025 14:15:59

In the Linux kernel, the following vulnerability has been resolved: tcp_metrics: use dst_dev_net_rcu() Replace three dst_dev() with a lockdep enabled helper.

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:40
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Do not validate SSPP when it is not ready Current code will validate current plane and previous plane to confirm they can share a SSPP with multi-rect mode. The SSPP is al...

  • EPSS 0.03%
  • Veröffentlicht 28.10.2025 11:48:39
  • Zuletzt bearbeitet 30.10.2025 15:05:32

In the Linux kernel, the following vulnerability has been resolved: tty: n_gsm: Don't block input queue by waiting MSC Currently gsm_queue() processes incoming frames and when opening a DLC channel it calls gsm_dlci_open() which calls gsm_modem_upd...