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.24%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 26.09.2025 19:03:45

In the Linux kernel, the following vulnerability has been resolved: ipack: ipoctal: fix stack information leak The tty driver name is used also after registering the driver and must specifically not be allocated on the stack to avoid leaking inform...

  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 15:15:25
  • Zuletzt bearbeitet 24.12.2024 16:05:42

In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betop_probe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have a...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 23.12.2024 21:01:31

In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83792d) Fix NULL pointer dereference by removing unnecessary structure field If driver read val value sufficient for (val & 0x08) && (!(val & 0x80)) && ((val & 0x7) == ((v...

  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 02.04.2025 14:52:22

In the Linux kernel, the following vulnerability has been resolved: hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure field If driver read val value sufficient for (val & 0x08) && (!(val & 0x80)) && ((val & 0x7) == ((v...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 23.09.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests The FSM can run in a circle allowing rdma_resolve_ip() to be called twice on the same id_priv. While this c...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:24
  • Zuletzt bearbeitet 25.09.2025 15:36:22

In the Linux kernel, the following vulnerability has been resolved: mac80211-hwsim: fix late beacon hrtimer handling Thomas explained in https://lore.kernel.org/r/87mtoeb4hb.ffs@tglx that our handling of the hrtimer here is wrong: If the timer fire...

  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 26.12.2024 17:57:10

In the Linux kernel, the following vulnerability has been resolved: net: macb: fix use after free on rmmod plat_dev->dev->platform_data is released by platform_device_unregister(), use of pclk and hclk is a use-after-free. Since device unregister w...

  • EPSS 0.21%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 12.05.2025 19:52:58

In the Linux kernel, the following vulnerability has been resolved: dma-debug: prevent an error message from causing runtime problems For some drivers, that use the DMA API. This error message can be reached several millions of times per second, ca...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 02.04.2025 14:53:06

In the Linux kernel, the following vulnerability has been resolved: blktrace: Fix uaf in blk_trace access after removing by sysfs There is an use-after-free problem triggered by following process: P1(sda) P2(sdb) echo 0 > /sys/block/sd...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 15:15:23
  • Zuletzt bearbeitet 25.09.2025 15:50:04

In the Linux kernel, the following vulnerability has been resolved: bpf: Add oversize check before call kvcalloc() Commit 7661809d493b ("mm: don't allow oversized kvmalloc() calls") add the oversize check. When the allocation is larger than what km...