Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:03:03
  • Zuletzt bearbeitet 18.11.2025 02:56:32

In the Linux kernel, the following vulnerability has been resolved: memstick/ms_block: Fix a memory leak 'erased_blocks_bitmap' is never freed. As it is allocated at the same time as 'used_blocks_bitmap', it is likely that it should be freed also a...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:03:03
  • Zuletzt bearbeitet 18.11.2025 02:55:48

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it wh...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:03:00
  • Zuletzt bearbeitet 18.11.2025 18:08:02

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event If siw_recv_mpa_rr returns -EAGAIN, it means that the MPA reply hasn't been received completely, and should not re...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:58
  • Zuletzt bearbeitet 18.11.2025 18:08:19

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: fix potential memory leak in setup_base_ctxt() setup_base_ctxt() allocates a memory chunk for uctxt->groups with hfi1_alloc_ctxt_rcv_groups(). When init_user_ctxt() fail...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:54
  • Zuletzt bearbeitet 18.11.2025 18:11:35

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix error unwind in rxe_create_qp() In the function rxe_create_qp(), rxe_qp_from_init() is called to initialize qp, internally things like the spin locks are not setup un...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:02:53
  • Zuletzt bearbeitet 18.11.2025 18:11:46

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal aborted Following process will fail assertion 'jh->b_frozen_data == NULL' in jbd2_journal_dirty_metadata(): ...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:52
  • Zuletzt bearbeitet 18.11.2025 18:12:07

In the Linux kernel, the following vulnerability has been resolved: ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ne...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:51
  • Zuletzt bearbeitet 18.11.2025 18:12:23

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:51
  • Zuletzt bearbeitet 18.11.2025 18:12:15

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it w...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:02:44
  • Zuletzt bearbeitet 18.11.2025 18:14:26

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.