Linux

Linux Kernel

12164 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 18.06.2025 11:03:26
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: drm/mcde: Fix refcount leak in mcde_dsi_bind Every iteration of for_each_available_child_of_node() decrements the reference counter of the previous node. There is no decrement when...

  • EPSS 0.04%
  • Published 18.06.2025 11:03:25
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Fix global state lock backoff We need to grab the lock after the early return for !hwpipe case. Otherwise, we could have hit contention yet still returned 0. Fixes a...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:25
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: net: hinic: avoid kernel hung in hinic_get_stats64() When using hinic device as a bond slave device, and reading device stats of master bond device, the kernel may hung. The kerne...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:24
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg Free the skb if mt76u_bulk_msg fails in __mt76x02u_mcu_send_msg routine.

  • EPSS 0.03%
  • Published 18.06.2025 11:03:23
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: kunit: executor: Fix a memory leak on failure in kunit_filter_tests It's possible that memory allocation for 'filtered' will fail, but for the copy of the suite to succeed. In this...

  • EPSS 0.02%
  • Published 18.06.2025 11:03:23
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - don't sleep when in softirq When kunpeng920 encryption driver is used to deencrypt and decrypt packets during the softirq, it is not allowed to use mutex lo...

  • EPSS 0.04%
  • Published 18.06.2025 11:03:22
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() The simple_write_to_buffer() function will succeed if even a single byte is initialized. However, we need to initiali...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:21
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: bpf, x86: fix freeing of not-finalized bpf_prog_pack syzbot reported a few issues with bpf_prog_pack [1], [2]. This only happens with multiple subprogs. In jit_subprogs(), we first...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:20
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: When HCI work queue is drained, only queue chained work The HCI command, event, and data packet processing workqueue is drained to avoid deadlock in commit 76727c02c1e1 ...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:20
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: bpf: fix potential 32-bit overflow when accessing ARRAY map element If BPF array map is bigger than 4GB, element pointer calculation can overflow because both index and elem_size a...