Canonical

Ubuntu Pro 18.04 LTS

4807 Schwachstellen gefunden.

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

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

  • EPSS 0.14%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:27:38

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on inline_dots inode As Wenqing reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215765 It will cause a kernel panic with steps: - m...

  • EPSS 0.13%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:27:21

In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - cancel delayed work only in case of GPIO gpio_keys module can either accept gpios or interrupts. The module initializes delayed work in case of gpios only and is...

  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:26:58

In the Linux kernel, the following vulnerability has been resolved: powerpc/iommu: Add missing of_node_put in iommu_init_early_dart The device_node pointer is returned by of_find_compatible_node with refcount incremented. We should use of_node_put(...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:19
  • Zuletzt bearbeitet 22.10.2025 17:26:38

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Prevent use of lock before it is initialized If there is a failure during probe of hfi1 before the sdma_map_lock is initialized, the call to hfi1_free_devdata() will att...

  • EPSS 0.09%
  • Veröffentlicht 26.02.2025 07:01:18
  • Zuletzt bearbeitet 21.10.2025 12:13:56

In the Linux kernel, the following vulnerability has been resolved: net: annotate races around sk->sk_bound_dev_if UDP sendmsg() is lockless, and reads sk->sk_bound_dev_if while this field can be changed by another thread. Adds minimal annotations...

  • 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 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 ...