Canonical

Ubuntu Pro 14.04 LTS

4792 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.06%
  • Veröffentlicht 26.02.2025 07:01:10
  • Zuletzt bearbeitet 21.10.2025 12:18:57

In the Linux kernel, the following vulnerability has been resolved: drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem When the mapping is already reaped the unmap must be a no-op, as we would otherwise try to remove the mapping twice...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:10
  • Zuletzt bearbeitet 22.09.2025 20:03:53

In the Linux kernel, the following vulnerability has been resolved: ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock When user_dlm_destroy_lock failed, it didn't clean up the flags it set before exit. For USER_LOCK_IN_TEARDOWN, if this fu...

  • EPSS 0.1%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 01.10.2025 20:16:08

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' a...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 01.10.2025 20:16:08

In the Linux kernel, the following vulnerability has been resolved: mips: cpc: Fix refcount leak in mips_cpc_default_phys_base Add the missing of_node_put() to release the refcount incremented by of_find_compatible_node().

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 22.09.2025 20:51:09

In the Linux kernel, the following vulnerability has been resolved: tcp: add accessors to read/set tp->snd_cwnd We had various bugs over the years with code breaking the assumption that tp->snd_cwnd is greater than zero. Lately, syzbot reported th...

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

In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with rtl8180/rtl8185 cards. Ignore the skb priority for those cards, they only have one...

  • EPSS 0.13%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 01.10.2025 20:16:09

In the Linux kernel, the following vulnerability has been resolved: bcache: avoid journal no-space deadlock by reserving 1 journal bucket The journal no-space deadlock was reported time to time. Such deadlock can happen in the following situation. ...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 25.03.2025 14:50:40

In the Linux kernel, the following vulnerability has been resolved: mt76: fix use-after-free by removing a non-RCU wcid pointer Fixes an issue caught by KASAN about use-after-free in mt76_txq_schedule by protecting mtxq->wcid with rcu_lock between ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:09
  • Zuletzt bearbeitet 22.09.2025 20:03:28

In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd syzbot got a new report [1] finally pointing to a very old bug, added in initial support for MTU probing. tcp_mtu_probe() has che...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:08
  • Zuletzt bearbeitet 01.10.2025 20:16:05

In the Linux kernel, the following vulnerability has been resolved: drivers: usb: host: Fix deadlock in oxu_bus_suspend() There is a deadlock in oxu_bus_suspend(), which is shown below: (Thread 1) | (Thread 2) ...