Linux

Linux Kernel

12164 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:46
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: net: 9p: fix refcount leak in p9_read_work() error handling p9_req_put need to be called when m->rreq->rc.sdata is NULL to avoid temporary refcount leak. [Dominique: commit wordin...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:46
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-topology: Prevent double freeing of ipc_control_data via load_bytes We have sanity checks for byte controls and if any of the fail the locally allocated scontrol->i...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:45
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: ASoc: audio-graph-card2: Fix refcount leak bug in __graph_get_type() We should call of_node_put() for the reference before its replacement as it returned by of_get_parent() which h...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:44
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6359: Fix refcount leak bug In mt6359_parse_dt() and mt6359_accdet_parse_dt(), we should call of_node_put() for the reference returned by of_get_child_by_name() which has i...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:44
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when done.

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:43
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resource Unlike release_mem_region(), a call to release_resource() does not free the resource, so it has to be freed explicitly...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:42
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: mfd: max77620: Fix refcount leak in max77620_initialise_fps of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:42
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: amba-clcd: Fix refcount leak bugs In clcdfb_of_init_display(), we should call of_node_put() for the references returned by of_graph_get_next_endpoint() and of_graph_g...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2025 11:02:41
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix memory leak when using fscache If we hit the 'index == next_cached' case, we leak a refcount on the struct page. Fix this by using readahead_folio() which takes care of ...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:40
  • Zuletzt bearbeitet 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader of_find_node_by_path() returns remote device nodepointer with refcount incremented, we should use of_node_put() on it...