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 15.09.2025 14:21:10
  • Zuletzt bearbeitet 03.12.2025 18:21:27

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: adopts refcnt to avoid UAF dvb_unregister_device() is known that prone to use-after-free. That is, the cleanup from dvb_unregister_device() releases the dvb_device e...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:09
  • Zuletzt bearbeitet 03.12.2025 18:20:36

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on destination blkaddr during recovery As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=216456 loop5: detected capaci...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:08
  • Zuletzt bearbeitet 03.12.2025 18:19:31

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Wei Chen reports a kernel bug as blew: general protection fault, probably for non-canonical address KASAN: null-ptr...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:04
  • Zuletzt bearbeitet 03.12.2025 18:16:12

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:03
  • Zuletzt bearbeitet 03.12.2025 18:15:12

In the Linux kernel, the following vulnerability has been resolved: mmc: rtsx_pci: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:21:02
  • Zuletzt bearbeitet 02.12.2025 19:27:30

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in kill_kprobe() In kill_kprobe(), the check whether disarm_kprobe_ftrace() needs to be called always fails. This is because before that we set...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:20:58
  • Zuletzt bearbeitet 02.12.2025 19:20:01

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate BOOT record_size When the NTFS BOOT record_size field < 0, it represents a shift value. However, there is no sanity check on the shift result and the sbi->record...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:06:47
  • Zuletzt bearbeitet 02.12.2025 19:19:05

In the Linux kernel, the following vulnerability has been resolved: raw: Fix NULL deref in raw_get_next(). Dae R. Jeong reported a NULL deref in raw_get_next() [0]. It seems that the repro was running these sequences in parallel so that one thread...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:45
  • Zuletzt bearbeitet 02.12.2025 19:14:45

In the Linux kernel, the following vulnerability has been resolved: USB: uhci: 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 th...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:06:41
  • Zuletzt bearbeitet 02.12.2025 02:40:36

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add length check in indx_get_root This adds a length check to guarantee the retrieved index root is legit. [ 162.459513] BUG: KASAN: use-after-free in hdr_find_e.isra.0...