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.02%
  • Veröffentlicht 20.06.2024 07:15:41
  • Zuletzt bearbeitet 12.05.2026 12:16:55

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alauda_info will remain 0 if alauda_init_media() fails, potentially causing divide erro...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:39

In the Linux kernel, the following vulnerability has been resolved: net: netlink: af_netlink: Prevent empty skb by adding a check on len. Adding a check on len parameter to avoid empty skb. This prevents a division error in netem_enqueue function w...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 15:15:55
  • Zuletzt bearbeitet 21.11.2024 06:36:40

In the Linux kernel, the following vulnerability has been resolved: nfc: fix segfault in nfc_genl_dump_devices_done When kmalloc in nfc_genl_dump_devices() fails then nfc_genl_dump_devices_done() segfaults as below KASAN: null-ptr-deref in range [...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:54
  • Zuletzt bearbeitet 21.11.2024 06:36:38

In the Linux kernel, the following vulnerability has been resolved: inet_diag: fix kernel-infoleak for UDP sockets KMSAN reported a kernel-infoleak [1], that can exploited by unpriv users. After analysis it turned out UDP was not initializing r->i...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:54
  • Zuletzt bearbeitet 21.11.2024 06:36:38

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latest_dev in btrfs_show_devname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfs_show_devname+0x104/0x1e8 [b...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:54
  • Zuletzt bearbeitet 21.11.2024 06:36:38

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: fix use after free in rebalance_children() Move dm_tm_unlock() after dm_tm_dec().

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:53
  • Zuletzt bearbeitet 21.11.2024 06:36:36

In the Linux kernel, the following vulnerability has been resolved: igbvf: fix double free in `igbvf_probe` In `igbvf_probe`, if register_netdev() fails, the program will go to label err_hw_init, and then to label err_ioremap. In free_netdev() whic...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 21.11.2024 06:36:35

In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Sanity check block descriptor length in resp_mode_select() In resp_mode_select() sanity check the block descriptor len to avoid UAF. BUG: KASAN: use-after-free i...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:17:13

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker task_work We check IO_WQ_BIT_EXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 15:15:52
  • Zuletzt bearbeitet 29.09.2025 17:15:51

In the Linux kernel, the following vulnerability has been resolved: ovl: fix warning in ovl_create_real() Syzbot triggered the following warning in ovl_workdir_create() -> ovl_create_real(): if (!err && WARN_ON(!newdentry->d_inode)) { The reason...