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.01%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 06.01.2025 20:44:45

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix use-after-free due to delegation race A delegation break could arrive as soon as we've called vfs_setlease. A delegation break runs a callback which immediately (in nfsd...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 24.09.2025 19:20:07

In the Linux kernel, the following vulnerability has been resolved: btrfs: free exchange changeset on failures Fstests runs on my VMs have show several kmemleak reports like the following. unreferenced object 0xffff88811ae59080 (size 64): co...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:11
  • Zuletzt bearbeitet 29.09.2025 16:30:22

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Limit the period size to 16MB Set the practical limit to the period size (the fragment shift in OSS) instead of a full 31bit; a too large value could lead to the ex...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:10
  • Zuletzt bearbeitet 06.01.2025 20:44:59

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc When trying to dump VFs VSI RX/TX descriptors using debugfs there was a crash due to NULL pointer dereference in i40e_dbg_d...

  • EPSS 0.02%
  • Veröffentlicht 24.05.2024 15:15:10
  • Zuletzt bearbeitet 29.09.2025 16:31:01

In the Linux kernel, the following vulnerability has been resolved: io_uring: ensure task_work gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through task_work, then we can be sleepin...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:09
  • Zuletzt bearbeitet 06.01.2025 20:45:41

In the Linux kernel, the following vulnerability has been resolved: iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove When ACPI type is ACPI_SMO8500, the data->dready_trig will not be set, the memory allocated by iio_triggered_bu...

  • EPSS 0.01%
  • Veröffentlicht 24.05.2024 15:15:09
  • Zuletzt bearbeitet 06.01.2025 20:45:22

In the Linux kernel, the following vulnerability has been resolved: iio: mma8452: Fix trigger reference couting The mma8452 driver directly assigns a trigger to the struct iio_dev. The IIO core when done using this trigger will call `iio_trigger_pu...

  • EPSS 0.08%
  • Veröffentlicht 23.05.2024 07:15:08
  • Zuletzt bearbeitet 01.04.2025 18:40:46

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect() Extend a critical section to prevent chan from early freeing. Also make the l2cap_connect() return type void. Nothing i...

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 24.09.2025 19:11:04

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix race between searching chunks and release journal_head from buffer_head Encountered a race between ocfs2_test_bg_bit_allocatable() and jbd2_journal_put_journal_head() re...

  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 29.09.2025 16:34:59

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues