Canonical

Ubuntu Pro 18.04 LTS

5526 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.23%
  • Veröffentlicht 27.12.2024 14:15:25
  • Zuletzt bearbeitet 03.11.2025 21:17:38

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Add sanity NULL check for the default mmap fault handler A driver might allow the mmap access before initializing its runtime->dma_area properly. Add a proper NULL chec...

  • EPSS 0.24%
  • Veröffentlicht 27.12.2024 14:15:25
  • Zuletzt bearbeitet 03.11.2025 21:17:38

In the Linux kernel, the following vulnerability has been resolved: um: vector: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the vector_device instance. Otherwise, removing a vector dev...

  • EPSS 0.24%
  • Veröffentlicht 27.12.2024 14:15:25
  • Zuletzt bearbeitet 03.11.2025 21:17:38

In the Linux kernel, the following vulnerability has been resolved: um: net: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the uml_net instance. Otherwise, removing a network device will...

  • EPSS 0.24%
  • Veröffentlicht 27.12.2024 14:15:25
  • Zuletzt bearbeitet 03.11.2025 21:17:39

In the Linux kernel, the following vulnerability has been resolved: um: ubd: Do not use drvdata in release The drvdata is not available in release. Let's just use container_of() to get the ubd instance. Otherwise, removing a ubd device will result ...

  • EPSS 0.24%
  • Veröffentlicht 27.12.2024 14:15:24
  • Zuletzt bearbeitet 03.11.2025 21:17:36

In the Linux kernel, the following vulnerability has been resolved: ubi: fastmap: Fix duplicate slab cache names while attaching Since commit 4c39529663b9 ("slab: Warn on duplicate cache names when DEBUG_VM=y"), the duplicate slab cache names can b...

  • EPSS 0.26%
  • Veröffentlicht 27.12.2024 14:15:24
  • Zuletzt bearbeitet 03.11.2025 21:17:36

In the Linux kernel, the following vulnerability has been resolved: NFSv4.0: Fix a use-after-free problem in the asynchronous open() Yang Erkun reports that when two threads are opening files at the same time, and are forced to abort before a reply...

  • EPSS 0.24%
  • Veröffentlicht 27.12.2024 14:15:24
  • Zuletzt bearbeitet 03.11.2025 21:17:37

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: make sure cache entry active before cache_show The function `c_show` was called with protection from RCU. This only ensures that `cp` will not be freed. Therefore, the refe...

  • EPSS 0.22%
  • Veröffentlicht 27.12.2024 14:15:24
  • Zuletzt bearbeitet 08.10.2025 14:39:14

In the Linux kernel, the following vulnerability has been resolved: smb: During unmount, ensure all cached dir instances drop their dentry The unmount process (cifs_kill_sb() calling close_all_cached_dirs()) can race with various cached directory o...

  • EPSS 0.25%
  • Veröffentlicht 27.12.2024 14:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:35

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix ordering of qlen adjustment Changes to sch->q.qlen around qdisc_tree_reduce_backlog() need to happen _before_ a call to said function because otherwise it may fail ...

  • EPSS 0.25%
  • Veröffentlicht 27.12.2024 14:15:23
  • Zuletzt bearbeitet 03.11.2025 21:17:35

In the Linux kernel, the following vulnerability has been resolved: sh: intc: Fix use-after-free bug in register_intc_controller() In the error handling for this function, d is freed without ever removing it from intc_list which would lead to a use...