Linux

Linux Kernel

18376 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.2%
  • Veröffentlicht 22.08.2026 16:16:48
  • Zuletzt bearbeitet 22.08.2026 16:16:48

In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lock Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions ...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:48
  • Zuletzt bearbeitet 22.08.2026 16:16:48

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check for tg ops in dce110_set_avmute Some older DCE timing generators do not implement is_tg_enabled in their ops table. Calling it unconditionally when waiting f...

  • EPSS 0.2%
  • Veröffentlicht 22.08.2026 16:16:48
  • Zuletzt bearbeitet 22.08.2026 16:16:48

In the Linux kernel, the following vulnerability has been resolved: sched_ext: Skip sub-disable teardown for never-linked sub-schedulers A sub-scheduler enable can fail before scx_link_sched() links the sched into the hierarchy, e.g. when the paren...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:48
  • Zuletzt bearbeitet 22.08.2026 16:16:48

In the Linux kernel, the following vulnerability has been resolved: NFS: Pin the 'struct nfs_server' during a FREE_STATEID call Dan Aloni reports that he was able to hit a use-after-free bug if a FREE_STATEID operation gets delayed for whatever rea...

  • EPSS 0.2%
  • Veröffentlicht 22.08.2026 16:16:48
  • Zuletzt bearbeitet 22.08.2026 16:16:48

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: lpc-snoop: Fix usercopy overflow in snoop_file_read put_fifo_with_discard() acts as both producer and consumer on the kfifo: it calls kfifo_skip() (advances out) and k...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:47
  • Zuletzt bearbeitet 22.08.2026 16:16:47

In the Linux kernel, the following vulnerability has been resolved: xfs: handle NULL b_addr in xfs_buf_free When xfs_buf_alloc_backing_mem() fails, xfs_buf_free() is called with bp->b_addr still NULL. The code falls through to the folio_put path w...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:47
  • Zuletzt bearbeitet 22.08.2026 16:16:47

In the Linux kernel, the following vulnerability has been resolved: ovpn: skip rehash for peers already removed from by_id ovpn_nl_peer_set_doit() resolves the target peer via ovpn_peer_get_by_id() before taking ovpn->lock. In the window between th...

  • EPSS 0.22%
  • Veröffentlicht 22.08.2026 16:16:47
  • Zuletzt bearbeitet 22.08.2026 16:16:47

In the Linux kernel, the following vulnerability has been resolved: bonding: alb: re-check primary_is_promisc under RTNL in bond_alb_monitor bond_alb_monitor() reads primary_is_promisc under RCU, then drops RCU and takes RTNL via rtnl_trylock() bef...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:47
  • Zuletzt bearbeitet 22.08.2026 16:16:47

In the Linux kernel, the following vulnerability has been resolved: enic: fix tx_hang_reset use-after-free on device removal enic_remove() cancels the reset and change_mtu_work items but does not cancel tx_hang_reset. A TX timeout that fires while ...

  • EPSS 0.21%
  • Veröffentlicht 22.08.2026 16:16:47
  • Zuletzt bearbeitet 22.08.2026 16:16:47

In the Linux kernel, the following vulnerability has been resolved: ipvs: avoid out-of-bounds write in ip_vs_nat_icmp Sashiko warns that local attacker can modify the packet while it is processed by IPVS. Some places read the IP ihl field multiple ...