Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 03.05.2024 16:15:08
  • Last modified 08.04.2025 15:50:44

In the Linux kernel, the following vulnerability has been resolved: regmap: spi: Reserve space for register address/padding Currently the max_raw_read and max_raw_write limits in regmap_spi struct do not take into account the additional size of the...

  • EPSS 0.02%
  • Published 03.05.2024 16:15:08
  • Last modified 08.04.2025 15:47:37

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix a use-after-free Fix the following use-after-free complaint triggered by blktests nvme/004: BUG: KASAN: user-memory-access in blk_mq_complete_request_remote+0xac/0x350 ...

  • EPSS 0.02%
  • Published 03.05.2024 16:15:08
  • Last modified 08.04.2025 15:46:37

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. Fix ...

  • EPSS 0.01%
  • Published 03.05.2024 16:15:08
  • Last modified 19.09.2025 14:48:17

In the Linux kernel, the following vulnerability has been resolved: sched/debug: fix dentry leak in update_sched_domain_debugfs Kuyo reports that the pattern of using debugfs_remove(debugfs_lookup()) leaks a dentry and with a hotplug stress test, t...

  • EPSS 0.01%
  • Published 03.05.2024 16:15:08
  • Last modified 05.03.2025 15:11:27

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix an out-of-bounds bug in __snd_usb_parse_audio_interface() There may be a bad USB audio device with a USB ID of (0x04fa, 0x4201) and the number of it's interfac...

  • EPSS 0.01%
  • Published 03.05.2024 16:15:08
  • Last modified 05.03.2025 15:11:27

In the Linux kernel, the following vulnerability has been resolved: ALSA: emu10k1: Fix out of bounds access in snd_emu10k1_pcm_channel_alloc() The voice allocator sometimes begins allocating from near the end of the array and then wraps around, how...

  • EPSS 0.01%
  • Published 03.05.2024 16:15:08
  • Last modified 17.07.2025 17:15:32

In the Linux kernel, the following vulnerability has been resolved: thermal/int340x_thermal: handle data_vault when the value is ZERO_SIZE_PTR In some case, the GDDV returns a package with a buffer which has zero length. It causes that kmemdup() re...

  • EPSS 0.02%
  • Published 03.05.2024 15:15:08
  • Last modified 21.11.2024 07:33:48

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix drain SQ hang with no completion SW generated completions for outstanding WRs posted on SQ after QP is in error target the wrong CQ. This causes the ib_drain_sq to ...

  • EPSS 0.01%
  • Published 03.05.2024 15:15:07
  • Last modified 10.01.2025 19:07:21

In the Linux kernel, the following vulnerability has been resolved: peci: cpu: Fix use-after-free in adev_release() When auxiliary_device_add() returns an error, auxiliary_device_uninit() is called, which causes refcount for device to be decremente...

  • EPSS 0.01%
  • Published 03.05.2024 15:15:07
  • Last modified 21.11.2024 07:33:44

In the Linux kernel, the following vulnerability has been resolved: cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all() syzbot is hitting percpu_rwsem_assert_held(&cpu_hotplug_lock) warning at cpuset_attach() [1], for commit 4f7e723643...