Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 11.09.2025 16:52:16
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() The function divides number of online CPUs by num_core_siblings, and later checks the divider by zero. This implies...

  • EPSS 0.02%
  • Published 11.09.2025 16:52:15
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: don't overflow max copy size With non-page aligned copy, we need to use 4 byte aligned pitch, however the size itself might still be close to our maximum of ~8M, an...

  • EPSS 0.02%
  • Published 11.09.2025 16:52:14
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: drm/xe/migrate: prevent potential UAF If we hit the error path, the previous fence (if there is one) has already been put() prior to this, so doing a fence_wait could lead to UAF. ...

  • EPSS 0.03%
  • Published 11.09.2025 16:52:13
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not allow relocation of partially dropped subvolumes [BUG] There is an internal report that balance triggered transaction abort, with the following call trace: item 85...

  • EPSS 0.02%
  • Published 11.09.2025 16:52:13
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-qcom: Add SM6115 MDSS compatible Add the SM6115 MDSS compatible to clients compatible list, as it also needs that workaround. Without this workaround, for example, Q...

  • EPSS 0.04%
  • Published 11.09.2025 16:52:12
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() A soft lockup warning was observed on a relative small system x86-64 system with 16 GB of memory when running a debug kern...

  • EPSS 0.04%
  • Published 11.09.2025 16:52:11
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock When netpoll is enabled, calling pr_warn_once() while holding kmemleak_lock in mem_pool_alloc() can cause a de...

  • EPSS 0.04%
  • Published 11.09.2025 16:49:24
  • Last modified 15.09.2025 15:22:38

In the Linux kernel, the following vulnerability has been resolved: x86/vmscape: Add conditional IBPB mitigation VMSCAPE is a vulnerability that exploits insufficient branch predictor isolation between a guest and a userspace hypervisor (like QEMU)...

  • EPSS 0.04%
  • Published 07.09.2025 15:16:22
  • Last modified 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: Revert "fs/ntfs3: Replace inode_trylock with inode_lock" This reverts commit 69505fe98f198ee813898cbcaf6770949636430b. Initially, conditional lock acquisition was removed to fix a...

  • EPSS 0.02%
  • Published 07.09.2025 15:16:21
  • Last modified 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: team: replace team lock with rtnl lock syszbot reports various ordering issues for lower instance locks and team lock. Switch to using rtnl lock for protecting team device, similar...