Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 17.05.2024 15:15:19
  • Last modified 25.09.2025 16:10:51

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add missing mutex lock around get meter levels As scarlett2_meter_ctl_get() uses meter_level_map[], the data_mutex should be locked while accessing it.

  • EPSS 0.02%
  • Published 17.05.2024 15:15:18
  • Last modified 07.04.2025 19:05:31

In the Linux kernel, the following vulnerability has been resolved: ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put() Ensure the value passed to scarlett2_mixer_ctl_put() is between 0 and SCARLETT2_MIXER_MAX_VALUE so we don't attempt to acc...

  • EPSS 0.01%
  • Published 17.05.2024 15:15:18
  • Last modified 25.09.2025 16:23:01

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The ar...

  • EPSS 0.02%
  • Published 17.05.2024 15:15:18
  • Last modified 25.09.2025 16:18:59

In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloc_to_page() which panics since the address does not lie in the vmalloc region.

  • EPSS 0.03%
  • Published 17.05.2024 14:15:20
  • Last modified 19.09.2025 16:21:56

In the Linux kernel, the following vulnerability has been resolved: xsk: recycle buffer in case Rx queue was full Add missing xsk_buff_free() call when __xsk_rcv_zc() failed to produce descriptor to XSK Rx queue.

  • EPSS 0.16%
  • Published 17.05.2024 14:15:20
  • Last modified 07.04.2025 19:05:53

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a double-free in arfs_create_groups When `in` allocated by kvzalloc fails, arfs_create_groups will free ft->g and return an error. However, arfs_create_table, the on...

  • EPSS 0.03%
  • Published 17.05.2024 14:15:20
  • Last modified 19.09.2025 16:40:19

In the Linux kernel, the following vulnerability has been resolved: dpll: fix pin dump crash for rebound module When a kernel module is unbound but the pin resources were not entirely freed (other kernel module instance of the same PCI device have ...

  • EPSS 0.04%
  • Published 17.05.2024 14:15:20
  • Last modified 21.11.2024 09:21:00

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before i...

  • EPSS 0.02%
  • Published 17.05.2024 14:15:20
  • Last modified 19.09.2025 18:41:14

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix potential sta-link leak When a station is allocated, links are added but not set to valid yet (e.g. during connection to an AP MLD), we might remove the station...

  • EPSS 0.02%
  • Published 17.05.2024 14:15:19
  • Last modified 07.04.2025 19:06:07

In the Linux kernel, the following vulnerability has been resolved: drm/lima: fix a memleak in lima_heap_alloc When lima_vm_map_bo fails, the resources need to be deallocated, or there will be memleaks.