Linux

Linux

9649 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 01.06.2026 17:16:22

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: fix ref leak when switching zones When switching zones or network namespaces without doing a ct clear in between, it is now leaking a reference to the old ct ent...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 01.10.2025 20:15:53

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devm_kzalloc() may return NULL pointer. Therefore, it should be better to c...

  • EPSS 0.26%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 01.10.2025 20:15:53

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing of_node_put() in nmk_pinctrl_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_put...

  • EPSS 0.23%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 01.10.2025 20:15:53

In the Linux kernel, the following vulnerability has been resolved: clk: visconti: prevent array overflow in visconti_clk_register_gates() This code was using -1 to represent that there was no reset function. Unfortunately, the -1 was stored in u8 ...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 01.10.2025 20:15:54

In the Linux kernel, the following vulnerability has been resolved: clk: Fix clk_hw_get_clk() when dev is NULL Any registered clk_core structure can have a NULL pointer in its dev field. While never actually documented, this is evidenced by the wid...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 23.09.2025 13:43:59

In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_region The device_node pointer is returned by of_parse_phandle() or of_get_child_by_name() with refcount incremented....

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:00:55
  • Zuletzt bearbeitet 21.10.2025 11:57:59

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: clk-rcg2: Update logic to calculate D value for RCG The display pixel clock has a requirement on certain newer platforms to support M/N as (2/3) and the final D value ca...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:00:54
  • Zuletzt bearbeitet 22.10.2025 17:15:02

In the Linux kernel, the following vulnerability has been resolved: f2fs: use spin_lock to avoid hang [14696.634553] task:cat state:D stack: 0 pid:1613738 ppid:1613735 flags:0x00000004 [14696.638285] Call Trace: [14696.639038] <TASK...

  • EPSS 0.26%
  • Veröffentlicht 26.02.2025 07:00:54
  • Zuletzt bearbeitet 23.09.2025 13:38:25

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on curseg->alloc_type As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215657 - Overview UBSAN: array-index-out-of-bo...

  • EPSS 0.26%
  • Veröffentlicht 26.02.2025 07:00:54
  • Zuletzt bearbeitet 23.09.2025 13:39:42

In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first [un]pin_user_pages_remote is dirtying pages without properly warning the file system in advance. A related race wa...