Canonical

Ubuntu Pro 16.04 LTS

5033 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:50
  • Zuletzt bearbeitet 14.01.2026 18:16:32

In the Linux kernel, the following vulnerability has been resolved: jfs: jfs_dmap: Validate db_l2nbperpage while mounting In jfs_dmap.c at line 381, BLKTODMAP is used to get a logical block number inside dbFree(). db_l2nbperpage, which is the log2 ...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:21:49
  • Zuletzt bearbeitet 14.01.2026 18:16:31

In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007_i2c_xfer() In az6007_i2c_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf wo...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:47
  • Zuletzt bearbeitet 14.01.2026 18:16:30

In the Linux kernel, the following vulnerability has been resolved: media: netup_unidvb: fix use-after-free at del_timer() When Universal DVB card is detaching, netup_unidvb_dma_fini() uses del_timer() to stop dma->timeout timer. But when timer han...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:21:43
  • Zuletzt bearbeitet 14.01.2026 18:16:29

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Don't balance task to its current running CPU We've run into the case that the balancer tries to balance a migration disabled task and trigger the warning in set_task_c...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:21:41
  • Zuletzt bearbeitet 14.01.2026 18:16:29

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: slab-out-of-bounds read in brcmf_get_assoc_ies() Fix a slab-out-of-bounds read that occurs in kmemdup() called from brcmf_get_assoc_ies(). The bug could occur when ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:37
  • Zuletzt bearbeitet 14.01.2026 18:16:28

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: Fix possible NULL dereference In a call to mac80211_hwsim_select_tx_link() the sta pointer might be NULL, thus need to check that it is not NULL before access...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:21:32
  • Zuletzt bearbeitet 04.12.2025 15:06:57

In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix data-races around user->unix_inflight. user->unix_inflight is changed under spin_lock(unix_gc_lock), but too_many_unix_fds() reads it locklessly. Let's annotate the w...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:30
  • Zuletzt bearbeitet 03.12.2025 19:41:02

In the Linux kernel, the following vulnerability has been resolved: PM: domains: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To make ...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:28
  • Zuletzt bearbeitet 04.12.2025 15:07:32

In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: fix percpu counter block leak on error path when creating new netns Here is the stack where we allocate percpu counter block: +-< __alloc_percpu +-< xt_...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:27
  • Zuletzt bearbeitet 03.12.2025 19:39:44

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: clean up skbs if ath9k_hif_usb_rx_stream() fails Syzkaller detected a memory leak of skbs in ath9k_hif_usb_rx_stream(). While processing skbs in ath9k_hif_usb...