Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:03:23
  • Zuletzt bearbeitet 28.11.2025 14:46:10

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.01%
  • Veröffentlicht 18.06.2025 11:03:23
  • Zuletzt bearbeitet 28.11.2025 14:46:44

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%
  • Veröffentlicht 18.06.2025 11:03:22
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 18.06.2025 11:03:21
  • Zuletzt bearbeitet 03.12.2025 20:30:42

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.01%
  • Veröffentlicht 18.06.2025 11:03:20
  • Zuletzt bearbeitet 17.11.2025 19:48:18

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.01%
  • Veröffentlicht 18.06.2025 11:03:20
  • Zuletzt bearbeitet 17.11.2025 19:48:41

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...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:19
  • Zuletzt bearbeitet 17.11.2025 19:48:06

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` Commit 7a4836560a61 changes simple_write_to_buffer() with memdup_user() but it forgets to change th...

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:03:18
  • Zuletzt bearbeitet 18.11.2025 21:19:35

In the Linux kernel, the following vulnerability has been resolved: ax25: fix incorrect dev_tracker usage While investigating a separate rose issue [1], and enabling CONFIG_NET_DEV_REFCNT_TRACKER=y, Bernard reported an orthogonal ax25 issue [2] An...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:18
  • Zuletzt bearbeitet 18.11.2025 21:18:49

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue After successfull station association, if station queues are disabled for some reason, the related lists are no...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:17
  • Zuletzt bearbeitet 18.11.2025 21:21:28

In the Linux kernel, the following vulnerability has been resolved: mtd: maps: Fix refcount leak in of_flash_probe_versatile of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_put() on it when ...