Canonical

Ubuntu Pro 14.04 LTS

5457 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 31.12.2024 20:18:52

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix underflow in second superblock position calculations Macro NILFS_SB2_OFFSET_BYTES, which computes the position of the second superblock, underflows when the argument de...

  • EPSS 0.22%
  • Veröffentlicht 21.05.2024 15:15:28
  • Zuletzt bearbeitet 23.09.2025 20:25:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix gart.bo pin_count leak gmc_v{9,10}_0_gart_disable() isn't called matched with correspoding gart_enbale function in SRIOV case. This will lead to gart.bo pin_count l...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:27
  • Zuletzt bearbeitet 31.12.2024 18:53:18

In the Linux kernel, the following vulnerability has been resolved: phy: mdio: fix memory leak Syzbot reported memory leak in MDIO bus interface, the problem was in wrong state logic. MDIOBUS_ALLOCATED indicates 2 states: 1. Bus is only allocated...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 15:15:27
  • Zuletzt bearbeitet 31.12.2024 20:03:20

In the Linux kernel, the following vulnerability has been resolved: net_sched: fix NULL deref in fifo_set_limit() syzbot reported another NULL deref in fifo_set_limit() [1] I could repro the issue with : unshare -n tc qd add dev lo root handle 1:...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 03.02.2025 16:11:50

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: free raw_report buffers in usbhid_stop Free the unsent raw_report buffers when the device is removed. Fixes a memory leak reported by syzbot at: https://syzkaller.app...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 21.11.2024 06:36:04

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Handle SRCU initialization failure during page track init Check the return of init_srcu_struct(), which can fail due to OOM, when initializing the page track mechanism. ...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 25.09.2025 15:32:02

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: serialize hash resizes and cleanups Syzbot was able to trigger the following warning [1] No repro found by syzbot yet but I was able to trigger similar issue...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 30.12.2024 20:00:41

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.

  • EPSS 0.21%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 25.09.2025 15:30:01

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix svm_migrate_fini warning Device manager releases device-specific resources when a driver disconnects from a device, devm_memunmap_pages and devm_release_mem_region ...

  • EPSS 0.22%
  • Veröffentlicht 21.05.2024 15:15:26
  • Zuletzt bearbeitet 03.11.2025 18:15:38

In the Linux kernel, the following vulnerability has been resolved: block: don't call rq_qos_ops->done_bio if the bio isn't tracked rq_qos framework is only applied on request based driver, so: 1) rq_qos_done_bio() needn't to be called for bio bas...