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.02%
  • Veröffentlicht 17.08.2024 10:15:10
  • Zuletzt bearbeitet 03.11.2025 22:18:11

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proc_cpuset_show() An UAF can happen when /proc/cpuset is read as reported in [1]. This can be reproduced by the following methods: 1.add an mdelay(1...

  • EPSS 0.02%
  • Veröffentlicht 17.08.2024 10:15:10
  • Zuletzt bearbeitet 03.11.2025 22:18:11

In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by bio_integrity_prep is using plain kmalloc, which leads to random kernel memory being written...

  • EPSS 0.03%
  • Veröffentlicht 17.08.2024 10:15:10
  • Zuletzt bearbeitet 12.05.2026 12:17:07

In the Linux kernel, the following vulnerability has been resolved: dma: fix call order in dmam_free_coherent dmam_free_coherent() frees a DMA allocation, which makes the freed vaddr available for reuse, then calls devres_destroy() to remove and fr...

  • EPSS 0.02%
  • Veröffentlicht 17.08.2024 10:15:10
  • Zuletzt bearbeitet 12.05.2026 12:17:07

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix array-index-out-of-bounds in diFree

  • EPSS 0.03%
  • Veröffentlicht 17.08.2024 10:15:10
  • Zuletzt bearbeitet 03.11.2025 22:18:13

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Skip over memory region when node value is NULL In imx_rproc_addr_init() "nph = of_count_phandle_with_args()" just counts number of phandles. But phandles ma...

  • EPSS 0.01%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 03.11.2025 22:18:09

In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix napi_skb_cache_put warning After the commit bdacf3e34945 ("net: Use nested-BH locking for napi_alloc_cache.") was merged, the following warning began to appear: ...

  • EPSS 0.02%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 27.03.2026 20:56:13

In the Linux kernel, the following vulnerability has been resolved: bna: adjust 'name' buf size of bna_tcb and bna_ccb structures To have enough space to write all possible sprintf() args. Currently 'name' size is 16, but the first '%s' specifier m...

  • EPSS 0.04%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 03.11.2025 22:18:10

In the Linux kernel, the following vulnerability has been resolved: wifi: virt_wifi: avoid reporting connection success with wrong SSID When user issues a connection with a different SSID than the one virt_wifi has advertised, the __cfg80211_connec...

  • EPSS 0.03%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 03.11.2025 22:18:10

In the Linux kernel, the following vulnerability has been resolved: lib: objagg: Fix general protection fault The library supports aggregation of objects into other objects only if the parent object does not have a parent itself. That is, nesting i...

  • EPSS 0.01%
  • Veröffentlicht 17.08.2024 10:15:08
  • Zuletzt bearbeitet 03.11.2025 22:18:08

In the Linux kernel, the following vulnerability has been resolved: drm/qxl: Add check for drm_cvt_mode Add check for the return value of drm_cvt_mode() and return the error if it fails in order to avoid NULL pointer dereference.