Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 15.09.2025 14:46:03
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.

  • EPSS 0.02%
  • Published 15.09.2025 14:46:02
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: s390/cio: fix out-of-bounds access on cio_ignore free The channel-subsystem-driver scans for newly available devices whenever device-IDs are removed from the cio_ignore list using ...

  • EPSS 0.02%
  • Published 15.09.2025 14:46:01
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN wh...

  • EPSS 0.02%
  • Published 15.09.2025 14:46:00
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove() sof_es8336_remove() calls cancel_delayed_work(). However, that function does not wait until the work function f...

  • EPSS 0.02%
  • Published 15.09.2025 14:45:59
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in init_mtd() I got the error report while inject fault in init_mtd(): sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' C...

  • EPSS 0.02%
  • Published 15.09.2025 14:45:58
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfd_process_device_init_vm returns failure after vm is converted to compute vm and vm->pasid set to compute pasid, KFD will not take...

  • EPSS 0.1%
  • Published 15.09.2025 14:45:57
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1) The "len" variable needs to be checked before the very first write. Otherwise if omap2_iommu_dump_ctx()...

  • EPSS 0.02%
  • Published 15.09.2025 14:45:57
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: lockd: set other missing fields when unlocking files vfs_lock_file() expects the struct file_lock to be fully initialised by the caller. Re-exported NFSv3 has been seen to Oops if ...

  • EPSS 0.03%
  • Published 15.09.2025 14:45:55
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: md: Replace snprintf with scnprintf Current code produces a warning as shown below when total characters in the constituent block device names plus the slashes exceeds 200. snprint...

  • EPSS 0.02%
  • Published 15.09.2025 14:45:55
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix extent map use-after-free when handling missing device in read_one_chunk Store the error code before freeing the extent_map. Though it's reference counted structure, in ...