Canonical

Ubuntu Pro 16.04 LTS

5719 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.27%
  • Veröffentlicht 26.02.2025 07:01:28
  • Zuletzt bearbeitet 01.10.2025 20:16:36

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: fix double free in si_parse_power_table() In function si_parse_power_table(), array adev->pm.dpm.ps and its member is allocated. If the allocation of each member fails,...

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

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe Call of_node_put(platform_node) to avoid refcount leak in the error path.

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

In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The ice_get_vf_vsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and re...

  • EPSS 0.23%
  • Veröffentlicht 26.02.2025 07:01:27
  • Zuletzt bearbeitet 21.10.2025 12:07:55

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-topology: Correct get_control_data for non bytes payload It is possible to craft a topology where sof_get_control_data() would do out of bounds access because it ex...

  • EPSS 0.27%
  • Veröffentlicht 26.02.2025 07:01:27
  • Zuletzt bearbeitet 21.10.2025 12:07:44

In the Linux kernel, the following vulnerability has been resolved: ath10k: skip ath10k_halt during suspend for driver state RESTARTING Double free crash is observed when FW recovery(caused by wmi timeout/crash) is followed by immediate suspend eve...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 24.03.2025 19:43:13

In the Linux kernel, the following vulnerability has been resolved: usbnet: Run unregister_netdev() before unbind() again Commit 2c9d6c2b871d ("usbnet: run unbind() before unregister_netdev()") sought to fix a use-after-free on disconnect of USB Et...

  • EPSS 0.25%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 01.10.2025 20:16:31

In the Linux kernel, the following vulnerability has been resolved: media: rga: fix possible memory leak in rga_probe rga->m2m_dev needs to be freed when rga_probe fails.

  • EPSS 0.26%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:38

In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix The "rxstatus->rs_keyix" eventually gets passed to test_bit() so we need to ensure that it is within t...

  • EPSS 0.22%
  • Veröffentlicht 26.02.2025 07:01:26
  • Zuletzt bearbeitet 21.10.2025 12:09:27

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Inhibit aborts if external loopback plug is inserted After running a short external loopback test, when the external loopback is removed and a normal cable inserted tha...

  • EPSS 0.26%
  • 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() ...