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.06%
  • Veröffentlicht 18.06.2025 11:00:45
  • Zuletzt bearbeitet 14.11.2025 18:14:32

In the Linux kernel, the following vulnerability has been resolved: udmabuf: Set the DMA mask for the udmabuf device (v2) If the DMA mask is not set explicitly, the following warning occurs when the userspace tries to access the dma-buf via the CPU...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:00:42
  • Zuletzt bearbeitet 14.11.2025 18:15:11

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usb_udc_uevent() The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bu...

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:00:41
  • Zuletzt bearbeitet 23.12.2025 14:16:30

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in sk_psock_get (2) Syzkaller reports refcount bug as follows: ------------[ cut here ]------------ refcount_t: saturated; leaking memory. WARNING: CPU: 1 PID...

  • EPSS 0.1%
  • Veröffentlicht 18.06.2025 11:00:38
  • Zuletzt bearbeitet 13.11.2025 21:28:22

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pkt_len Syzbot found an issue [1]: fq_codel_drop() try to drop a flow whitout any skbs, that is, the flow->head is null. The root cause, as...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:37
  • Zuletzt bearbeitet 13.11.2025 21:27:21

In the Linux kernel, the following vulnerability has been resolved: HID: nintendo: fix rumble worker null pointer deref We can dereference a null pointer trying to queue work to a destroyed workqueue. If the device is disconnected, nintendo_hid_re...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:34
  • Zuletzt bearbeitet 13.11.2025 21:19:52

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix a potential gpu_metrics_table memory leak Memory is allocated for gpu_metrics_table in smu_v13_0_4_init_smc_tables(), but not freed in smu_v13_0_4_fini_smc_tables()...

  • EPSS 0.06%
  • Veröffentlicht 18.06.2025 11:00:33
  • Zuletzt bearbeitet 13.11.2025 21:19:36

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: clear optc underflow before turn off odm clock [Why] After ODM clock off, optc underflow bit will be kept there always and clear not work. We need to clear that be...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:31
  • Zuletzt bearbeitet 14.11.2025 17:55:45

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing ->fini_microcode interface for Sienna Cichlid To avoid any potential memory leak.

  • EPSS 0.04%
  • Veröffentlicht 18.06.2025 11:00:31
  • Zuletzt bearbeitet 14.11.2025 17:28:43

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpf_jit_limit. While reading bpf_jit_limit, it can be changed concurrently via sysctl, WRITE_ONCE() in __do_proc_doulongvec_minmax(). The size of bpf_ji...

  • EPSS 0.07%
  • Veröffentlicht 18.06.2025 11:00:30
  • Zuletzt bearbeitet 14.11.2025 18:08:03

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing ->fini_xxxx interfaces for some SMU13 asics Without these, potential memory leak may be induced.