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.01%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 22.10.2025 17:20:22

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detected mdp5_get_global_state runs the risk of hitting a -EDEADLK when acquiring the modeset lock, but curren...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: vop: fix possible null-ptr-deref in vop_bind() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resource_size() ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:29

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags In nvme_alloc_admin_tags, the admin_q can be set to an error (typically -ENOMEM) if the blk_mq_init_queue call fai...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 03.09.2025 17:15:32

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix errorenous cleanup order There is a logic error when removing rt5645 device as the function rt5645_i2c_remove() first cancel the &rt5645->jack_detect_work and del...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:25
  • Zuletzt bearbeitet 01.10.2025 20:16:30

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw->unit_number i...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:27

In the Linux kernel, the following vulnerability has been resolved: regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt of_node_get() returns a node with refcount incremented. Calling of_node_put() to drop the reference when not nee...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:28

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

  • EPSS 0.11%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 01.10.2025 20:16:28

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe of_find_i2c_device_by_node() takes a reference, In error paths, we should call put_device() to drop the reference to aviod refoun...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:24
  • Zuletzt bearbeitet 22.10.2025 17:22:46

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is detected There is a possibility for mdp5_get_global_state to return -EDEADLK when acquiring the modeset lock,...