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.11%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:26:12

In the Linux kernel, the following vulnerability has been resolved: mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' ...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 24.03.2025 19:57:30

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix use-after-free in chanctx code In ieee80211_vif_use_reserved_context(), when we have an old context and the new context's replace_state is set to IEEE80211_CHAN...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.09.2025 20:02:14

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 22.10.2025 17:28:28

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix dereference of stale list iterator after loop body The list iterator variable will be a bogus pointer if no break was hit. Dereferencing it (cur->page in this case) could...

  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:01:17
  • Zuletzt bearbeitet 22.09.2025 19:58:29

In the Linux kernel, the following vulnerability has been resolved: dlm: fix plock invalid read This patch fixes an invalid read showed by KASAN. A unlock will allocate a "struct plock_op" and a followed send_op() will append it to a global send_li...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:17
  • Zuletzt bearbeitet 22.09.2025 19:59:08

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in __es_tree_search Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/extents_status.c:199! [....

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:17
  • Zuletzt bearbeitet 01.10.2025 20:16:18

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential double free in create_var_ref() In create_var_ref(), init_var_ref() is called to initialize the fields of variable ref_field, which is allocated in the previ...

  • EPSS 0.08%
  • Veröffentlicht 26.02.2025 07:01:17
  • Zuletzt bearbeitet 25.03.2025 13:42:10

In the Linux kernel, the following vulnerability has been resolved: bfq: Make sure bfqg for which we are queueing requests is online Bios queued into BFQ IO scheduler can be associated with a cgroup that was already offlined. This may then cause in...

  • EPSS 0.07%
  • Veröffentlicht 26.02.2025 07:01:17
  • Zuletzt bearbeitet 24.03.2025 19:52:50

In the Linux kernel, the following vulnerability has been resolved: bfq: Update cgroup information before merging bio When the process is migrated to a different cgroup (or in case of writeback just starts submitting bios associated with a differen...

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

In the Linux kernel, the following vulnerability has been resolved: ext4: fix race condition between ext4_write and ext4_convert_inline_data Hulk Robot reported a BUG_ON: ================================================================== EXT4-fs ...