Canonical

Ubuntu Pro 18.04 LTS

6369 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.5%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 04.08.2026 10:17:15

In the Linux kernel, the following vulnerability has been resolved: net/smc: Fix possible access to freed memory in link clear After modifying the QP to the Error state, all RX WR would be completed with WC in IB_WC_WR_FLUSH_ERR status. Current imp...

  • EPSS 0.21%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 12.05.2026 12:16:31

In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Remove useless locks in usbtv_video_free() Remove locks calls in usbtv_video_free() because are useless and may led to a deadlock as reported here: https://syzkaller....

  • EPSS 0.29%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 04.08.2026 11:17:40

In the Linux kernel, the following vulnerability has been resolved: media: ttpci: fix two memleaks in budget_av_attach When saa7146_register_device and saa7146_vv_init fails, budget_av_attach should free the resources it allocates, like the error-h...

  • EPSS 0.29%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2024 14:31:11

In the Linux kernel, the following vulnerability has been resolved: media: go7007: fix a memleak in go7007_load_encoder In go7007_load_encoder, bounce(i.e. go->boot_fw), is allocated without a deallocation thereafter. After the following call chain...

  • EPSS 0.33%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 23.12.2025 00:39:32

In the Linux kernel, the following vulnerability has been resolved: media: dvb-frontends: avoid stack overflow warnings with clang A previous patch worked around a KASAN issue in stv0367, now a similar problem showed up with clang: drivers/media/d...

  • EPSS 0.29%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 12.05.2026 12:16:32

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpg_alloc In tpg_alloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Ot...

  • EPSS 0.96%
  • Veröffentlicht 01.05.2024 13:15:51
  • Zuletzt bearbeitet 04.08.2026 11:17:41

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssx_dec_option_array The creds and oa->data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations...

  • EPSS 0.28%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 23.12.2024 19:11:23

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value cpufreq_cpu_get may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found...

  • EPSS 0.3%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 04.08.2026 11:17:38

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancel_work_sync() in rtl8x...

  • EPSS 1.64%
  • Veröffentlicht 01.05.2024 13:15:50
  • Zuletzt bearbeitet 04.08.2026 11:17:38

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: =============================...