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 25.03.2026 10:28:06
  • Zuletzt bearbeitet 24.04.2026 18:45:22

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check metadata block offset is within range Syzkaller reports a "general protection fault in squashfs_copy_data" This is ultimately caused by a corrupted index look-up t...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:28:01
  • Zuletzt bearbeitet 24.04.2026 18:42:01

In the Linux kernel, the following vulnerability has been resolved: HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks missing them In commit 2ff5baa9b527 ("HID: appleir: Fix potential NULL dereference at raw event handle"), we handle the fac...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:55
  • Zuletzt bearbeitet 27.04.2026 14:16:30

In the Linux kernel, the following vulnerability has been resolved: blktrace: fix __this_cpu_read/write in preemptible context tracing_record_cmdline() internally uses __this_cpu_read() and __this_cpu_write() on the per-CPU variable trace_cmdline_s...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:53
  • Zuletzt bearbeitet 24.04.2026 16:36:05

In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel tx_work before socket teardown In rawsock_release(), cancel any pending tx_work and purge the write queue before orphaning the socket. rawsock_tx_work runs on...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:49
  • Zuletzt bearbeitet 24.04.2026 18:41:25

In the Linux kernel, the following vulnerability has been resolved: wifi: radiotap: reject radiotap with unknown bits The radiotap parser is currently only used with the radiotap namespace (not with vendor namespaces), but if the undefined field 18...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:47
  • Zuletzt bearbeitet 24.04.2026 18:47:28

In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: validate USB endpoints The kalmia driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it ...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2026 10:27:41
  • Zuletzt bearbeitet 24.04.2026 19:04:35

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251x_open The mcp251x_open() function call free_irq() in its error path with the mpc_lock mutex held. But if an interrupt already occ...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:40
  • Zuletzt bearbeitet 24.04.2026 19:06:21

In the Linux kernel, the following vulnerability has been resolved: drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock() Even though we check that we "should" be able to do lc_get_cumulative() while holding the device->al_lock spinlock, it may stil...

  • EPSS 0.01%
  • Veröffentlicht 25.03.2026 10:27:37
  • Zuletzt bearbeitet 24.04.2026 17:59:40

In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efi_free_boot_services() frees memory occupied by EFI_BOOT_SERVICES_CODE and EFI_BOOT_SERVICES_DATA using memblock_free_late(). Ther...

  • EPSS 0.02%
  • Veröffentlicht 25.03.2026 10:27:31
  • Zuletzt bearbeitet 24.04.2026 18:17:48

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix use-after-free on error path In the error path of sev_tsm_init_locked(), the code dereferences 't' after it has been freed with kfree(). The pr_err() statement at...