Canonical

Ubuntu 22.04 LTS

7957 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.02%
  • Veröffentlicht 17.08.2024 10:15:09
  • Zuletzt bearbeitet 12.05.2026 12:17:07

In the Linux kernel, the following vulnerability has been resolved: xdp: fix invalid wait context of page_pool_destroy() If the driver uses a page pool, it creates a page pool with page_pool_create(). The reference count of page pool is 1 as defaul...

  • 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.02%
  • 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: rtw89: Fix array index mistake in rtw89_sta_info_get_iter() In rtw89_sta_info_get_iter() 'status->he_gi' is compared to array size. But then 'rate->he_gi' is used as array in...